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