void-packages/srcpkgs/python3-setuptools_scm/template
2021-09-06 21:00:47 -04:00

20 lines
702 B
Bash

# Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm
version=6.3.1
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-tomli"
depends="python3-setuptools python3-tomli python3-packaging"
short_desc="Manage Python package versions with SCM tags"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/pypa/setuptools_scm"
distfiles="${PYPI_SITE}/s/setuptools_scm/setuptools_scm-${version}.tar.gz"
checksum=0f6a263912b13798c028b9a271d91af3bde0e42784091c797deccc3ad3a7f596
# Tests seem to fail unless package is installed
make_check=no
post_install() {
vlicense LICENSE
}