python3-h11: update to 0.12.0.
This commit is contained in:
parent
899cc37a3d
commit
630c9d9c6a
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'python3-h11'
|
||||
pkgname=python3-h11
|
||||
version=0.11.0
|
||||
version=0.12.0
|
||||
revision=1
|
||||
wrksrc=h11-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Bring-your-own-I/O implementation of HTTP/1.1 (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/python-hyper/h11"
|
||||
distfiles="https://github.com/python-hyper/h11/archive/v${version}.tar.gz"
|
||||
checksum=901da350dc69a9e54e942a23dace7040aa0b0789be9ed5210407efe0159856e2
|
||||
checksum=147a8a1243e55be496823109067f4ebafb449fd3c9dfd7c12526f133547c0138
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue