[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/140: gnu: python-setuptools-scm: Update to 6.3.2
From: |
guix-commits |
Subject: |
99/140: gnu: python-setuptools-scm: Update to 6.3.2 |
Date: |
Sun, 17 Oct 2021 23:11:05 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 5d2ea079d1d6372e158179aaba12e753b31bb715
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 130d7f2..714f182 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7512,24 +7512,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
- 73/140: bluez: Update to 5.61., (continued)
- 73/140: bluez: Update to 5.61., guix-commits, 2021/10/17
- 68/140: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/10/17
- 75/140: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/10/17
- 80/140: gnu: diffutils: Update to 3.8., guix-commits, 2021/10/17
- 78/140: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/10/17
- 85/140: gnu: Add ld-gold-wrapper., guix-commits, 2021/10/17
- 86/140: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/10/17
- 96/140: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/10/17
- 94/140: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/10/17
- 91/140: gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., guix-commits, 2021/10/17
- 99/140: gnu: python-setuptools-scm: Update to 6.3.2,
guix-commits <=
- 101/140: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/10/17
- 103/140: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/10/17
- 106/140: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape., guix-commits, 2021/10/17
- 109/140: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/10/17
- 112/140: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/10/17
- 111/140: gnu: colord-minimal: Introduce minimal variant., guix-commits, 2021/10/17
- 110/140: gnu: Add docbook-xsl-ns., guix-commits, 2021/10/17
- 128/140: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/10/17
- 129/140: gnu: libsoup: Update to 3.0.1., guix-commits, 2021/10/17
- 133/140: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/10/17