New package: python3-priority-1.3.0
This commit is contained in:
parent
57f0784ed5
commit
ca36c7afde
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-priority/template
Normal file
19
srcpkgs/python3-priority/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue