mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-setuptools_scm: update to 7.0.2.
This commit is contained in:
parent
dcf1856c86
commit
8ad7414f9f
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-setuptools_scm'
|
# Template file for 'python3-setuptools_scm'
|
||||||
pkgname=python3-setuptools_scm
|
pkgname=python3-setuptools_scm
|
||||||
version=6.4.2
|
version=7.0.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-tomli"
|
hostmakedepends="python3-setuptools python3-packaging"
|
||||||
depends="python3-setuptools python3-tomli python3-packaging"
|
depends="python3-setuptools python3-tomli python3-packaging python3-typing_extensions"
|
||||||
short_desc="Manage Python package versions with SCM tags"
|
short_desc="Manage Python package versions with SCM tags"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pypa/setuptools_scm"
|
homepage="https://github.com/pypa/setuptools_scm"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools_scm/setuptools_scm-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/setuptools_scm/setuptools_scm-${version}.tar.gz"
|
||||||
checksum=6833ac65c6ed9711a4d5d2266f8024cfa07c533a0e55f4c12f6eff280a5a9e30
|
checksum=53afbaa882f43e5ec8e14f2d93b9c268dc62eb3f6cc8b2790f8cb97903e53c02
|
||||||
# Tests seem to fail unless package is installed
|
# Tests seem to fail unless package is installed
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue