diff --git a/srcpkgs/python3-calver/template b/srcpkgs/python3-calver/template new file mode 100644 index 00000000000..d89129c203f --- /dev/null +++ b/srcpkgs/python3-calver/template @@ -0,0 +1,15 @@ +# Template file for 'python3-calver' +pkgname=python3-calver +version=2022.6.26 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" +short_desc="Setuptools extension for CalVer package versions" +maintainer="Mohammed Anas " +license="Apache-2.0" +homepage="https://github.com/di/calver" +changelog="https://github.com/di/calver/releases" +distfiles="${PYPI_SITE}/c/calver/calver-${version}.tar.gz" +checksum=e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b +make_check=no # PyPI tarball has no tests.