mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: python3-looseversion-1.3.0
This commit is contained in:
parent
22c4f0d557
commit
d672e82be8
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-looseversion/template
Normal file
18
srcpkgs/python3-looseversion/template
Normal file
|
@ -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…
Add table
Reference in a new issue