void-packages/srcpkgs/python3-bitarray/template

19 lines
600 B
Bash

# Template file for 'python3-bitarray'
pkgname=python3-bitarray
version=2.9.2
revision=1
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=33c5ff01fa0241d34dcea34efc7bbb86ebcb3ad28946e23fc4970642f4554ac5
post_install() {
vlicense LICENSE
}