mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-h2: update to 4.1.0.
This commit is contained in:
parent
b96a0339c7
commit
9126e37f09
1 changed files with 7 additions and 5 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'python3-h2'
|
||||
pkgname=python3-h2
|
||||
version=4.0.0
|
||||
revision=2
|
||||
version=4.1.0
|
||||
revision=1
|
||||
wrksrc="h2-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-hpack python3-hyperframe"
|
||||
depends="python3-hpack python3-hyperframe"
|
||||
checkdepends="${depends} python3-hypothesis python3-pytest"
|
||||
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
|
||||
changelog="https://raw.githubusercontent.com/python-hyper/h2/master/CHANGELOG.rst"
|
||||
distfiles="https://github.com/python-hyper/h2/archive/v${version}.tar.gz"
|
||||
checksum=4a17b1ec23152bd94ab6260ea61f6cc02de92bd7c36762f13e34fdecea454b41
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue