mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-bitarray: update to 0.8.2. (#14813)
This commit is contained in:
parent
a9afaecd80
commit
9f171cfec1
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python-bitarray'
|
# Template file for 'python-bitarray'
|
||||||
pkgname=python-bitarray
|
pkgname=python-bitarray
|
||||||
version=0.8.1
|
version=0.8.2
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="bitarray-${version}"
|
wrksrc="bitarray-${version}"
|
||||||
pycompile_module="bitarray"
|
pycompile_module="bitarray"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel libcurl-devel"
|
makedepends="python-devel python3-devel libcurl-devel"
|
||||||
short_desc="Python2 module for efficiently representing arrays of booleans"
|
short_desc="Python2 module for efficiently representing arrays of booleans"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
||||||
license="PSF-2"
|
license="Python-2.0"
|
||||||
homepage="https://github.com/ilanschnell/bitarray"
|
homepage="https://github.com/ilanschnell/bitarray"
|
||||||
distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
|
distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
|
||||||
checksum=428212974285eacf9f3b4a6fb60f365d727ab6e30b98de4eb2f238a7b0dd4b50
|
checksum=2fcf65c520c86268bcd5f2ba2edec40d60af923361b7527b1b30b51e5d656a59
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue