19 lines
555 B
Bash
19 lines
555 B
Bash
# Template file for 'python3-hyperframe'
|
|
pkgname=python3-hyperframe
|
|
version=6.0.0
|
|
revision=1
|
|
wrksrc=hyperframe-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Pure-Python HTTP/2 framing (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://python-hyper.org/hyperframe/"
|
|
distfiles="https://github.com/python-hyper/hyperframe/archive/v${version}.tar.gz"
|
|
checksum=85f749fcb81630cc10e770af970b6b31be64de204c6cae852fc0f06b685e9d96
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|