summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-05-19 03:44:42 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-05-19 04:03:21 -0400
commit12783a00a5afb8ae1c037de6628fb68894e646df (patch)
tree78c9f5d762469af65e18c48dda3781226eaa8b25 /dev-python/SchemaObject/SchemaObject-0.5.8.ebuild
parentdev-ruby/coffee-rails: add ruby25 (diff)
downloadgentoo-12783a00a5afb8ae1c037de6628fb68894e646df.tar.gz
gentoo-12783a00a5afb8ae1c037de6628fb68894e646df.tar.bz2
gentoo-12783a00a5afb8ae1c037de6628fb68894e646df.zip
dev-python/SchemaObject: version bump to 0.5.8
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/SchemaObject/SchemaObject-0.5.8.ebuild')
-rw-r--r--dev-python/SchemaObject/SchemaObject-0.5.8.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/SchemaObject/SchemaObject-0.5.8.ebuild b/dev-python/SchemaObject/SchemaObject-0.5.8.ebuild
new file mode 100644
index 000000000000..46efc2b1b74b
--- /dev/null
+++ b/dev-python/SchemaObject/SchemaObject-0.5.8.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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}]"