19 lines
656 B
Bash
19 lines
656 B
Bash
# 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
|
|
}
|