python3-setuptools_scm: update to 6.4.1.

This commit is contained in:
Andrew J. Hesford 2022-01-18 21:10:14 -05:00
parent 4744827bd6
commit 4f723e29f4

View file

@ -1,7 +1,7 @@
# Template file for 'python3-setuptools_scm' # Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm pkgname=python3-setuptools_scm
version=6.3.2 version=6.4.1
revision=2 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-tomli"
@ -11,7 +11,7 @@ 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=a49aa8081eeb3514eb9728fa5040f2eaa962d6c6f4ec9c32f6c1fba88f88a0f2 checksum=9bd9ff7fd5fa1cf469fe28a632336b9cfd351476c6d09379ff676d3945f669b9
# Tests seem to fail unless package is installed # Tests seem to fail unless package is installed
make_check=no make_check=no