summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-02-17 09:11:06 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-02-17 09:15:09 -0500
commit73355719c48a58e94a1cb83095d8ceb1f75ebaef (patch)
treee8961d5d65dbfe061ef98eb95d326a393e1651c2 /dev-python/SchemaObject/SchemaObject-0.5.7.ebuild
parentdev-python/redis-py: amd64 stable wrt bug #593134 (diff)
downloadgentoo-73355719c48a58e94a1cb83095d8ceb1f75ebaef.tar.gz
gentoo-73355719c48a58e94a1cb83095d8ceb1f75ebaef.tar.bz2
gentoo-73355719c48a58e94a1cb83095d8ceb1f75ebaef.zip
dev-python/SchemaObject: version bump to 0.5.7
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python/SchemaObject/SchemaObject-0.5.7.ebuild')
-rw-r--r--dev-python/SchemaObject/SchemaObject-0.5.7.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/SchemaObject/SchemaObject-0.5.7.ebuild b/dev-python/SchemaObject/SchemaObject-0.5.7.ebuild
new file mode 100644
index 000000000000..fce4af5e02f3
--- /dev/null
+++ b/dev-python/SchemaObject/SchemaObject-0.5.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple Python object interface to a MySQL database schema"
+HOMEPAGE="https://github.com/mmatuson/SchemaObject"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"