[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/142: gnu: python-setuptools-scm: Update to 6.3.2
From: |
guix-commits |
Subject: |
99/142: gnu: python-setuptools-scm: Update to 6.3.2 |
Date: |
Wed, 20 Oct 2021 14:56:50 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 2463b581c972b0bb11ca36a82718dcbff452a448
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Sep 29 10:54:37 2021 -0400
gnu: python-setuptools-scm: Update to 6.3.2
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 6.3.2.
[propagated-inputs]: Add python-packaging-bootstrap and python-tomli.
(properties): Set the python2-variant property.
(python2-setuptools-scm): Pin to version 5.0.2, the last release to support
Python 2.
---
gnu/packages/python-xyz.scm | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ebad333..746386e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7693,24 +7693,37 @@ child application and control it as if a human were
typing commands.")
(define-public python-setuptools-scm
(package
(name "python-setuptools-scm")
- (version "5.0.1")
+ (version "6.3.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "setuptools_scm" version))
(sha256
- (base32
- "0ahlrxxkx2xhmxskx57gc96w3bdndflxx30304ihvm7ds136nny8"))))
+ (base32
"1wm0i27siyy1yqr9rv7lqvb65agay9051yi8jzmi8dgb3q4ai6m4"))))
(build-system python-build-system)
+ (propagated-inputs
+ `(("python-packaging",python-packaging-bootstrap)
+ ("python-tomli" ,python-tomli)))
(home-page "https://github.com/pypa/setuptools_scm/")
(synopsis "Manage Python package versions in SCM metadata")
(description
"Setuptools_scm handles managing your Python package versions in
@dfn{software configuration management} (SCM) metadata instead of declaring
them as the version argument or in a SCM managed file.")
- (license license:expat)))
+ (license license:expat)
+ (properties `((python2-variant . ,(delay python2-setuptools-scm))))))
(define-public python2-setuptools-scm
- (package-with-python2 python-setuptools-scm))
+ (let ((base (package-with-python2
+ (strip-python2-variant python-setuptools-scm))))
+ (package/inherit base
+ (version "5.0.2") ;no python 2 support in version 6
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "setuptools_scm" version))
+ (sha256
+ (base32
+ "1j75i8avp9fhrkpbabsa8vyvbi49kmxlq6l10xir9qs96kfwx843"))))
+ (propagated-inputs '()))))
(define-public python-sexpdata
(package
- 71/142: gnu: dbus-c++: Fix build., (continued)
- 71/142: gnu: dbus-c++: Fix build., guix-commits, 2021/10/20
- 65/142: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/10/20
- 74/142: gnu: python-keras: Skip a flaky test., guix-commits, 2021/10/20
- 75/142: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/10/20
- 80/142: gnu: diffutils: Update to 3.8., guix-commits, 2021/10/20
- 87/142: gnu: gdb: Normalize indentation., guix-commits, 2021/10/20
- 83/142: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/20
- 103/142: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/10/20
- 97/142: gnu: Add python-flit-core., guix-commits, 2021/10/20
- 84/142: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/10/20
- 99/142: gnu: python-setuptools-scm: Update to 6.3.2,
guix-commits <=
- 03/142: gnu: rust: Update to 1.50., guix-commits, 2021/10/20
- 19/142: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/10/20
- 32/142: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/20
- 33/142: gnu: bluez: Update to 5.59., guix-commits, 2021/10/20
- 35/142: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/10/20
- 37/142: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/10/20
- 51/142: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/10/20
- 42/142: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/10/20
- 54/142: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/10/20
- 67/142: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/10/20