New package: python3-setuptools_scm-4.1.2
This commit is contained in:
parent
26be36e337
commit
e34d880510
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue