18 lines
607 B
Bash
18 lines
607 B
Bash
# Template file for 'python3-setuptools_scm'
|
|
pkgname=python3-setuptools_scm
|
|
version=4.1.2
|
|
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=a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|