mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 14:32:56 +02:00
20 lines
732 B
Bash
20 lines
732 B
Bash
# Template file for 'python3-setuptools_scm'
|
|
pkgname=python3-setuptools_scm
|
|
version=7.0.4
|
|
revision=1
|
|
wrksrc="${pkgname#python3-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-packaging"
|
|
depends="python3-setuptools python3-tomli python3-packaging python3-typing_extensions"
|
|
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=c27bc1f48593cfc9527251f1f0fc41ce282ea57bbc7fd5a1ea3acb99325fab4c
|
|
# Tests seem to fail unless package is installed
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|