New package: python3-priority-1.3.0

This commit is contained in:
Andrew J. Hesford 2020-05-26 12:11:26 -04:00 committed by Piraty
parent 57f0784ed5
commit ca36c7afde
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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
}