void-packages/srcpkgs/python3-setuptools_scm/template
2021-10-09 08:00:20 -04:00

21 lines
702 B
Bash

# Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm
version=6.3.2
revision=2
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=a49aa8081eeb3514eb9728fa5040f2eaa962d6c6f4ec9c32f6c1fba88f88a0f2
# Tests seem to fail unless package is installed
make_check=no
post_install() {
vlicense LICENSE
}