void-packages/srcpkgs/python-hpack/template
2019-12-23 18:05:04 +01:00

30 lines
760 B
Bash

# Template file for 'python-hpack'
pkgname=python-hpack
version=3.0.0
revision=2
archs=noarch
wrksrc=hpack-${version}
build_style=python-module
pycompile_module="hpack"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="HTTP/2 Header Encoding (Python2)"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://python-hyper.org/hpack/"
distfiles="https://github.com/python-hyper/hpack/archive/v${version}.tar.gz"
checksum=0f8f5f92cfa59f91804eabb237d4b18895f3e200e282c41cedf6cd11a4416daa
post_install() {
vlicense LICENSE
}
python3-hpack_package() {
archs=noarch
pycompile_module="hpack"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}