[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/203: gnu: python-setuptools-scm: Update to 6.3.2
From: |
guix-commits |
Subject: |
99/203: gnu: python-setuptools-scm: Update to 6.3.2 |
Date: |
Wed, 3 Nov 2021 21:10:11 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c7545c30d289dc911b9ca5e624508e9e46564bcf
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 a9c4d56..7b3b816 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7700,24 +7700,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
- 82/203: gnu: curl: Honor #:tests?., (continued)
- 82/203: gnu: curl: Honor #:tests?., guix-commits, 2021/11/03
- 85/203: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/03
- 83/203: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/03
- 89/203: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/11/03
- 93/203: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/11/03
- 104/203: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/03
- 90/203: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/11/03
- 100/203: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/11/03
- 108/203: gnu: lsof: Fix indentation., guix-commits, 2021/11/03
- 101/203: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/03
- 99/203: gnu: python-setuptools-scm: Update to 6.3.2,
guix-commits <=
- 94/203: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/03
- 122/203: gnu: heimdal: Fix build., guix-commits, 2021/11/03
- 117/203: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/03
- 125/203: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/03
- 128/203: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/11/03
- 127/203: gnu: vala: Update to 0.54.2., guix-commits, 2021/11/03
- 137/203: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/11/03
- 159/203: gnu: gstreamer: Disable the pipelines-seek test., guix-commits, 2021/11/03
- 141/203: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/11/03
- 152/203: gnu: python-dbus: Update to 1.2.18., guix-commits, 2021/11/03