diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 23:26:04 -0500 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 23:26:04 -0500 |
commit | f2eb4b47f5d016af6d56321d6f5ea15deba9414f (patch) | |
tree | 05e6fe89c46a490f21e43168a64cd03479318220 /dev-python | |
parent | add PyHesiod 0.2.10 ebuild (diff) | |
download | jtriley-f2eb4b47f5d016af6d56321d6f5ea15deba9414f.tar.gz jtriley-f2eb4b47f5d016af6d56321d6f5ea15deba9414f.tar.bz2 jtriley-f2eb4b47f5d016af6d56321d6f5ea15deba9414f.zip |
add ctypeslib live development ebuild
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="" + |