mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-setuptools_scm: update to 8.0.3.
This commit is contained in:
parent
a57c8f63b7
commit
3f86bb5e2f
1 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python3-setuptools_scm'
|
# Template file for 'python3-setuptools_scm'
|
||||||
pkgname=python3-setuptools_scm
|
pkgname=python3-setuptools_scm
|
||||||
version=7.1.0
|
version=8.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-packaging"
|
hostmakedepends="python3-setuptools python3-wheel python3-rich"
|
||||||
depends="python3-setuptools python3-tomli python3-packaging python3-typing_extensions"
|
depends="python3-setuptools python3-packaging"
|
||||||
|
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=6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de278f27
|
checksum=0169fd70197efda2f8c4d0b2a7a3d614431b488116f37b79d031e9e7ec884d8c
|
||||||
# Tests seem to fail unless package is installed
|
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue