20 lines
596 B
Bash
20 lines
596 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/bitarray/bitarray-0.8.0.ebuild,v 1.2 2012/10/17 02:19:16 patrick Exp $
|
|
|
|
EAPI=4
|
|
|
|
PYTHON_DEPEND="2"
|
|
SUPPORT_PYTHON_ABIS=1
|
|
RESTRICT_PYTHON_ABIS="*-jython"
|
|
|
|
inherit distutils
|
|
|
|
DESCRIPTION="efficient arrays of booleans -- C extension"
|
|
HOMEPAGE="https://github.com/ilanschnell/bitarray http://pypi.python.org/pypi/bitarray"
|
|
SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
|
|
|
|
SLOT="0"
|
|
LICENSE="PSF-2"
|
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
|
IUSE=""
|