# Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm
version=10.0.5
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=bbba8fe754516cdefd017f4456721775e6ef9662bd7887fb52ae26813d4838c3

post_install() {
	vlicense LICENSE
}
