[dev-python/oursql] fix ebuild distutils
This commit is contained in:
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user