18 lines
607 B
Bash
18 lines
607 B
Bash
# Template file for 'python3-setuptools_scm'
|
|
pkgname=python3-setuptools_scm
|
|
version=5.0.1
|
|
revision=1
|
|
wrksrc="${pkgname#python3-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-wheel"
|
|
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=c85b6b46d0edd40d2301038cdea96bb6adc14d62ef943e75afb08b3e7bcf142a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|