python3-setuptools_scm: update to 6.3.1.

This commit is contained in:
Andrew J. Hesford 2021-09-06 21:00:47 -04:00
parent 44e6e76df9
commit a11fec3c7f
2 changed files with 5 additions and 25 deletions

View file

@ -1,22 +0,0 @@
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

View file

@ -1,17 +1,19 @@
# Template file for 'python3-setuptools_scm'
pkgname=python3-setuptools_scm
version=6.2.0
version=6.3.1
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-tomli"
depends="python3-setuptools python3-tomli"
depends="python3-setuptools python3-tomli python3-packaging"
short_desc="Manage Python package versions with SCM tags"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/pypa/setuptools_scm"
distfiles="${PYPI_SITE}/s/setuptools_scm/setuptools_scm-${version}.tar.gz"
checksum=19e2cc7768b8cd7d0efd69e264ffcb8e7191cf9b5c69a0e60139c45f1980ca64
checksum=0f6a263912b13798c028b9a271d91af3bde0e42784091c797deccc3ad3a7f596
# Tests seem to fail unless package is installed
make_check=no
post_install() {
vlicense LICENSE