29 lines
835 B
Bash
29 lines
835 B
Bash
# Template file for 'python-bitarray'
|
|
pkgname=python-bitarray
|
|
version=0.8.3
|
|
revision=1
|
|
wrksrc="bitarray-${version}"
|
|
build_style=python-module
|
|
pycompile_module="bitarray"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
makedepends="python-devel python3-devel libcurl-devel"
|
|
short_desc="Python2 module for efficiently representing arrays of booleans"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
|
license="Python-2.0"
|
|
homepage="https://github.com/ilanschnell/bitarray"
|
|
distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
|
|
checksum=14fa725b4225c4c87579218e65d716651aaaf0da5686ff0cc217948c5d178563
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-bitarray_package() {
|
|
pycompile_module="bitarray"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|