20 lines
556 B
Bash
20 lines
556 B
Bash
# Template file for 'python3-priority'
|
|
pkgname=python3-priority
|
|
version=1.3.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="HTTP/2 priority implementation in Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://pypi.org/project/priority"
|
|
distfiles="${PYPI_SITE}/p/priority/priority-${version}.tar.gz"
|
|
checksum=6bc1961a6d7fcacbfc337769f1a382c8e746566aaa365e78047abe9f66b2ffbe
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|