31 lines
777 B
Bash
31 lines
777 B
Bash
# Template file for 'python-h11'
|
|
pkgname=python-h11
|
|
version=0.8.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc=h11-${version}
|
|
build_style=python-module
|
|
pycompile_module="h11"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
short_desc="Bring-your-own-I/O implementation of HTTP/1.1 (Python2)"
|
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/python-hyper/h11"
|
|
distfiles="https://github.com/python-hyper/h11/archive/v${version}.tar.gz"
|
|
checksum=f0f196507516379de486e4957468dff681b1fdbb9bb3be11a92f50a5d416eb0c
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|
|
|
|
python3-h11_package() {
|
|
archs=noarch
|
|
pycompile_module="h11"
|
|
depends="python3"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove "usr/lib/python3*"
|
|
}
|
|
}
|