diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template new file mode 100644 index 0000000000..177129a7a4 --- /dev/null +++ b/srcpkgs/python3-priority/template @@ -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 " +license="MIT" +homepage="https://pypi.org/project/priority" +distfiles="${PYPI_SITE}/p/priority/priority-${version}.tar.gz" +checksum=6bc1961a6d7fcacbfc337769f1a382c8e746566aaa365e78047abe9f66b2ffbe + +post_install() { + vlicense LICENSE +}