# Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm
version=10.2.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-vcs-versioning"
depends="python3-setuptools python3-packaging python3-vcs-versioning"
checkdepends="git python3-pip python3-pytest-timeout $depends"
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=4fa7dd82cf8c800df59c9a288c90299b1657ff1ecfc3f5cc00287c5dbf5e27a9

post_install() {
	vlicense LICENSE
}
