# Copyright owners: Gentoo Foundation # Arfrever Frehtes Taifersar Arahesis # Distributed under the terms of the GNU General Public License v2 EAPI="4-python" PYTHON_MULTIPLE_ABIS="1" # ctypes module required. PYTHON_RESTRICTED_ABIS="3.* *-jython" inherit distutils DESCRIPTION="Python wrapper generator for ctypes" HOMEPAGE="http://code.google.com/p/ctypesgen/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="" RDEPEND="" PYTHON_MODULES="ctypesgencore"