void-packages/srcpkgs/python3-setuptools_scm/template

20 lines
692 B
Bash

# Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm
version=7.0.5
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-packaging"
depends="python3-setuptools python3-tomli python3-packaging python3-typing_extensions"
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=031e13af771d6f892b941adb6ea04545bbf91ebc5ce68c78aaf3fff6e1fb4844
# Tests seem to fail unless package is installed
make_check=no
post_install() {
vlicense LICENSE
}