python3-hyper-h2: rebuild for Python 3.10, rename python3-h2

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:17:03 -04:00
parent 58adda5043
commit a4c22c3e02
3 changed files with 25 additions and 18 deletions

View file

@ -0,0 +1,24 @@
# Template file for 'python3-h2'
pkgname=python3-h2
version=4.0.0
revision=2
wrksrc="h2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-hpack python3-hyperframe"
short_desc="HTTP/2 State-Machine based protocol implementation (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/python-hyper/h2"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=78753b52cebb63f87097c9a5f969004a61ec4a41f967e41dcc287e26dd9b4143
post_install() {
vlicense LICENSE
}
python3-hyper-h2_package() {
build_style=meta
short_desc+=" - transitional dummy pkg"
depends="python3-h2>=${version}_${revision}"
}

1
srcpkgs/python3-hyper-h2 Symbolic link
View file

@ -0,0 +1 @@
python3-h2

View file

@ -1,18 +0,0 @@
# Template file for 'python3-hyper-h2'
pkgname=python3-hyper-h2
version=4.0.0
revision=1
wrksrc="hyper-h2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-hpack python3-hyperframe"
short_desc="HTTP/2 State-Machine based protocol implementation(Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/python-hyper/hyper-h2"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ced79b6c3cd967ef6acf405c5e9edfb4069b274799bc261aac7d5d3fec36b011
post_install() {
vlicense LICENSE
}