python3-setuptools_scm: update to 8.0.4.
This commit is contained in:
parent
53c1e21afd
commit
4f4bc2e080
|
@ -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=8.0.3
|
version=8.0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel python3-rich"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-setuptools python3-packaging"
|
depends="python3-setuptools python3-packaging python3-typing_extensions"
|
||||||
checkdepends="git python3-pip python3-pytest $depends"
|
checkdepends="git python3-pip python3-pytest $depends"
|
||||||
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=0169fd70197efda2f8c4d0b2a7a3d614431b488116f37b79d031e9e7ec884d8c
|
checksum=b5f43ff6800669595193fd09891564ee9d1d7dcb196cab4b2506d53a2e1c95c7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue