vp-build/srcpkgs/python3-priority/template

19 lines
543 B
Bash

# Template file for 'python3-priority'
pkgname=python3-priority
version=2.0.0
revision=2
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=c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0
post_install() {
vlicense LICENSE
}