New package: python-bitarray-0.8.1
This commit is contained in:
parent
0bf2149eda
commit
7449114571
31
srcpkgs/python-bitarray/template
Normal file
31
srcpkgs/python-bitarray/template
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'python-bitarray'
|
||||
pkgname=python-bitarray
|
||||
version=0.8.1
|
||||
revision=1
|
||||
_realname=bitarray
|
||||
wrksrc=$_realname-$version
|
||||
pycompile_module="${_realname}.py"
|
||||
python_versions="2.7 3.4"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel python-setuptools
|
||||
python3.4-devel python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel libcurl-devel"
|
||||
short_desc="Python object type for efficiently representing arrays of booleans"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="Python Software Foundation"
|
||||
homepage="https://github.com/ilanschnell/bitarray"
|
||||
distfiles="https://github.com/ilanschnell/${_realname}/archive/${version}.tar.gz"
|
||||
checksum=428212974285eacf9f3b4a6fb60f365d727ab6e30b98de4eb2f238a7b0dd4b50
|
||||
|
||||
python3.4-bitarray_package() {
|
||||
short_desc="${short_desc/Python/Python3.4}"
|
||||
pycompile_version="3.4"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
1
srcpkgs/python3.4-bitarray
Symbolic link
1
srcpkgs/python3.4-bitarray
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-bitarray
|
Loading…
Reference in New Issue
Block a user