summaryrefslogtreecommitdiff
blob: 48c5870efb50a4e21e81ec004613b053058c81df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EAPI=4

PYTHON_DEPEND="2:2.5 3"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Efficient arrays of booleans extension for Python"
HOMEPAGE="https://github.com/ilanschnell/bitarray http://pypi.python.org/pypi/bitarray"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="PSF-2"
SLOT="0"
KEYWORD="~amd64 ~x86"
IUSE=""