19 lines
666 B
Bash
19 lines
666 B
Bash
# Template file for 'python3-setuptools_scm'
|
|
pkgname=python3-setuptools_scm
|
|
version=8.2.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-setuptools python3-packaging python3-typing_extensions"
|
|
checkdepends="git python3-pip python3-pytest $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=a18396a1bc0219c974d1a74612b11f9dce0d5bd8b1dc55c65f6ac7fd609e8c28
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|