New package: python3-looseversion-1.3.0
This commit is contained in:
parent
22c4f0d557
commit
d672e82be8
|
@ -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 <Vaelatern@voidlinux.org>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue