diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ctypeslib/ctypeslib-9999.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/ctypeslib/ctypeslib-9999.ebuild b/dev-python/ctypeslib/ctypeslib-9999.ebuild new file mode 100644 index 0000000..3adeaca --- /dev/null +++ b/dev-python/ctypeslib/ctypeslib-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils subversion + +EAPI=3 +PYTHON_DEPEND="2" +#PYTHON_MODNAME="ctypeslib" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +DESCRIPTION="ctypeslib - useful additions to the ctypes FFI library" +HOMEPAGE="UNKNOWN" +ESVN_REPO_URI="http://svn.python.org/projects/ctypes/trunk/ctypeslib/" +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + |