19 lines
550 B
Bash
19 lines
550 B
Bash
# Template file for 'python3-h11'
|
|
pkgname=python3-h11
|
|
version=0.11.0
|
|
revision=1
|
|
wrksrc=h11-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|