16 lines
579 B
Bash
16 lines
579 B
Bash
# Template file for 'python3-calver'
|
|
pkgname=python3-calver
|
|
version=2022.6.26
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
short_desc="Setuptools extension for CalVer package versions"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/di/calver"
|
|
changelog="https://github.com/di/calver/releases"
|
|
distfiles="${PYPI_SITE}/c/calver/calver-${version}.tar.gz"
|
|
checksum=e05493a3b17517ef1748fbe610da11f10485faa7c416b9d33fd4a52d74894f8b
|
|
make_check=no # PyPI tarball has no tests.
|