diff --git a/srcpkgs/python3-looseversion/template b/srcpkgs/python3-looseversion/template new file mode 100644 index 00000000000000..fa9ed794dc1e14 --- /dev/null +++ b/srcpkgs/python3-looseversion/template @@ -0,0 +1,18 @@ +# Template file for 'python3-looseversion' +pkgname=python3-looseversion +version=1.3.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools hatchling" +depends="python3" +short_desc="Backwards/forwards-compatible fork of distutils.version.LooseVersion" +maintainer="Toyam Cox " +license="PSF-2.0" +homepage="https://github.com/effigies/looseversion" +changelog="https://raw.githubusercontent.com/effigies/looseversion/main/CHANGES.md" +distfiles="${PYPI_SITE}/l/looseversion/looseversion-${version}.tar.gz" +checksum=ebde65f3f6bb9531a81016c6fef3eb95a61181adc47b7f949e9c0ea47911669e + +pkg_install() { + vlicense LICENSE +}