blob: 3adeacac47ac928ee18484e8cdaebac38d0f307c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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=""
|