19 lines
558 B
Bash
19 lines
558 B
Bash
# Template file for 'python3-h11'
|
|
pkgname=python3-h11
|
|
version=0.14.0
|
|
revision=2
|
|
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=d65a85d094b76846653fa7c3b45abdaf8b4f055c643bb6eec623f1311636a474
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|