vp-build/srcpkgs/python3-bitarray/template

19 lines
600 B
Bash

# Template file for 'python3-bitarray'
pkgname=python3-bitarray
version=2.6.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel libcurl-devel"
depends="python3"
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=32fc30c0ca8ae86bdbfbc0e77fb3c813695022a22cfea05f31c7af545fc15ff7
post_install() {
vlicense LICENSE
}