python3-setuptools_scm: update to 6.2.0.
This commit is contained in:
parent
30936527c3
commit
fd56dae861
2 changed files with 26 additions and 4 deletions
22
srcpkgs/python3-setuptools_scm/patches/toml-extra.patch
Normal file
22
srcpkgs/python3-setuptools_scm/patches/toml-extra.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
From 790e9c19d046f5128d758ee2f9fa8d55787c0780 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Eli Schwartz <eschwartz@archlinux.org>
|
||||||
|
Date: Mon, 30 Aug 2021 22:37:24 -0400
|
||||||
|
Subject: [PATCH] setup.cfg: fix typo preventing toml extra from actually
|
||||||
|
existing
|
||||||
|
|
||||||
|
Fixup for #610 which makes it actually take effect.
|
||||||
|
---
|
||||||
|
setup.cfg | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/setup.cfg b/setup.cfg
|
||||||
|
index 49bf10c..c4c2daa 100644
|
||||||
|
--- a/setup.cfg
|
||||||
|
+++ b/setup.cfg
|
||||||
|
@@ -68,5 +68,5 @@ setuptools_scm.version_scheme =
|
||||||
|
no-guess-dev = setuptools_scm.version:no_guess_dev_version
|
||||||
|
calver-by-date = setuptools_scm.version:calver_by_date
|
||||||
|
|
||||||
|
-[option.extras_require]
|
||||||
|
+[options.extras_require]
|
||||||
|
toml = # empty
|
|
@ -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.0.1
|
version=6.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-tomli"
|
||||||
depends="python3-setuptools python3-wheel"
|
depends="python3-setuptools python3-tomli"
|
||||||
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=d1925a69cb07e9b29416a275b9fadb009a23c148ace905b2fb220649a6c18e92
|
checksum=19e2cc7768b8cd7d0efd69e264ffcb8e7191cf9b5c69a0e60139c45f1980ca64
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue