blob: 5e9549bade5501e95a8273ea1c21144f5095c717 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
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=""
|