python-bitarray: drop package
This commit is contained in:
parent
09c6009221
commit
e0877d07dd
3 changed files with 18 additions and 29 deletions
|
@ -1,28 +0,0 @@
|
||||||
# Template file for 'python-bitarray'
|
|
||||||
pkgname=python-bitarray
|
|
||||||
version=1.0.1
|
|
||||||
revision=2
|
|
||||||
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.org>"
|
|
||||||
license="Python-2.0"
|
|
||||||
homepage="https://github.com/ilanschnell/bitarray"
|
|
||||||
distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
|
|
||||||
checksum=bc5be12525ba67c6dd1fffc28b4a035aa52139a4be0aa94df1b544074284113e
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-bitarray_package() {
|
|
||||||
pycompile_module="bitarray"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-bitarray
|
|
18
srcpkgs/python3-bitarray/template
Normal file
18
srcpkgs/python3-bitarray/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-bitarray'
|
||||||
|
pkgname=python3-bitarray
|
||||||
|
version=1.0.1
|
||||||
|
revision=3
|
||||||
|
wrksrc="bitarray-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel libcurl-devel"
|
||||||
|
short_desc="Python3 module for efficiently representing arrays of booleans"
|
||||||
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
|
license="Python-2.0"
|
||||||
|
homepage="https://github.com/ilanschnell/bitarray"
|
||||||
|
distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
|
||||||
|
checksum=bc5be12525ba67c6dd1fffc28b4a035aa52139a4be0aa94df1b544074284113e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue