void-packages/srcpkgs/python3-setuptools_scm/template

19 lines
621 B
Bash

# Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm
version=6.2.0
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-tomli"
depends="python3-setuptools python3-tomli"
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=19e2cc7768b8cd7d0efd69e264ffcb8e7191cf9b5c69a0e60139c45f1980ca64
post_install() {
vlicense LICENSE
}