mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python3-hyper-h2: rebuild for Python 3.10, rename python3-h2
This commit is contained in:
parent
58adda5043
commit
a4c22c3e02
3 changed files with 25 additions and 18 deletions
24
srcpkgs/python3-h2/template
Normal file
24
srcpkgs/python3-h2/template
Normal 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
1
srcpkgs/python3-hyper-h2
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python3-h2
|
|
@ -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
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue