diff --git a/dev-python/oursql/metadata.xml b/dev-python/oursql/metadata.xml new file mode 100644 index 000000000..465837564 --- /dev/null +++ b/dev-python/oursql/metadata.xml @@ -0,0 +1,10 @@ + + + + + lxnay@gentoo.org + + + skullbocks@sabayon.org + + diff --git a/dev-python/oursql/oursql-0.9.3.1.ebuild b/dev-python/oursql/oursql-0.9.3.1.ebuild index a5dfc598f..49a4a999c 100644 --- a/dev-python/oursql/oursql-0.9.3.1.ebuild +++ b/dev-python/oursql/oursql-0.9.3.1.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="3" -PYTHON_DEPEND="2" +EAPI="6" +PYTHON_COMPAT=( python2_7 ) -inherit distutils python +inherit distutils-r1 -DESCRIPTION="oursql is a set of MySQL bindings for Python with a focus on wrapping the MYSQL_STMT API" +DESCRIPTION="a set of MySQL bindings for Python with a focus on wrapping the MYSQL_STMT API" HOMEPAGE="https://launchpad.net/oursql" SRC_URI="https://launchpad.net/oursql/trunk/${PV}/+download/${P}.zip"