mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
python3-setuptools_scm: update to 9.0.1.
This commit is contained in:
parent
9f2c75441a
commit
6ee81269de
1 changed files with 3 additions and 3 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=8.3.1
|
version=9.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-setuptools python3-packaging python3-typing_extensions"
|
depends="python3-setuptools python3-packaging python3-typing_extensions"
|
||||||
checkdepends="git python3-pip python3-pytest $depends"
|
checkdepends="git python3-pip python3-pytest-timeout $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=3d555e92b75dacd037d32bafdf94f97af51ea29ae8c7b234cf94b7a5bd242a63
|
checksum=46e1cf7e8a09652b613f9ba4fe9b55f2f496e7a233e4e00d25a7cb41f94c3c0b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue