diff --git a/srcpkgs/python3-pep440/template b/srcpkgs/python3-pep440/template new file mode 100644 index 00000000000..3048d03ae67 --- /dev/null +++ b/srcpkgs/python3-pep440/template @@ -0,0 +1,17 @@ +# Template file for 'python3-pep440' +pkgname=python3-pep440 +version=0.1.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +checkdepends="python3-pytest-console-scripts" +short_desc="Utils to check whether version numbers match PEP 440" +maintainer="Gonzalo TornarĂ­a " +license="MIT" +homepage="https://github.com/Carreau/pep440" +distfiles="https://github.com/Carreau/pep440/archive/refs/tags/${version}.tar.gz" +checksum=4f38145d7b71aad9743b3f4aec6338a2dad4010a14a223493bf0b3b7b99027ef + +post_install() { + vlicense LICENSE +}