[dev-python/oursql] fix ebuild distutils

This commit is contained in:
Francesco Ferro
2017-03-21 19:30:03 +01:00
parent be38fea591
commit 7a8f79b29b
2 changed files with 15 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lxnay@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>skullbocks@sabayon.org</email>
</maintainer>
</pkgmetadata>
+5 -6
View File
@@ -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"