New package: python3-semver-2.13.0
This commit is contained in:
parent
03dbd899db
commit
f988835e28
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-semver'
|
||||||
|
pkgname=python3-semver
|
||||||
|
version=2.13.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="semver-${version}"
|
||||||
|
build_style=python3-pep517
|
||||||
|
make_check_target="test_semver.py"
|
||||||
|
hostmakedepends="python3-wheel"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest-cov"
|
||||||
|
short_desc="Python package to work with Semantic Versioning"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/python-semver/python-semver"
|
||||||
|
distfiles="${PYPI_SITE}/s/semver/semver-${version}.tar.gz"
|
||||||
|
checksum=fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Reference in New Issue