summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2012-05-14 12:19:35 -0400
committerJustin Riley <justin.t.riley@gmail.com>2012-05-14 12:19:35 -0400
commit005ec221eea53ffe285dc9da63f30f291f471118 (patch)
tree07a35ce600da7f2c06542b9e09f9c22e46f33633 /dev-python
parentrb_libtorrent: fix boost bug again for 0.15.9 (diff)
downloadjtriley-005ec221eea53ffe285dc9da63f30f291f471118.tar.gz
jtriley-005ec221eea53ffe285dc9da63f30f291f471118.tar.bz2
jtriley-005ec221eea53ffe285dc9da63f30f291f471118.zip
ctypeslib: fix python ebuild deprecation warning
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ctypeslib/ctypeslib-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/ctypeslib/ctypeslib-9999.ebuild b/dev-python/ctypeslib/ctypeslib-9999.ebuild
index 3adeaca..c2a836a 100644
--- a/dev-python/ctypeslib/ctypeslib-9999.ebuild
+++ b/dev-python/ctypeslib/ctypeslib-9999.ebuild
@@ -3,14 +3,13 @@
# $Header: $
# Ebuild generated by g-pypi 0.2.1 (rev. 204)
-inherit distutils subversion
-
-EAPI=3
+EAPI="4"
PYTHON_DEPEND="2"
-#PYTHON_MODNAME="ctypeslib"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
+inherit distutils subversion
+
DESCRIPTION="ctypeslib - useful additions to the ctypes FFI library"
HOMEPAGE="UNKNOWN"
ESVN_REPO_URI="http://svn.python.org/projects/ctypes/trunk/ctypeslib/"
@@ -18,4 +17,3 @@ LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
-