all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58276] [PATCH] gnu: python-setuptools-scm: Update to 7.0.5.
@ 2022-10-03 20:12 Garek Dyszel via Guix-patches via
  2022-10-04 14:25 ` bug#58276: Submitted to wrong branch Garek Dyszel via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Garek Dyszel via Guix-patches via @ 2022-10-03 20:12 UTC (permalink / raw)
  To: 58276

* gnu/packages/python-build.scm (python-setuptools-scm): Update to 7.0.5.
[propagated-inputs]: Change format to (propagated-inputs (list ...)).
(arguments): Disable tests, delete phase `sanity-check' which shares
dependencies with the tests.
---
 gnu/packages/python-build.scm | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 9d9b07f769..778638f789 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -458,16 +458,22 @@ (define-public python-flit-scm
 (define-public python-setuptools-scm
   (package
     (name "python-setuptools-scm")
-    (version "6.3.2")
+    (version "7.0.5")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "setuptools_scm" version))
               (sha256
-               (base32 "1wm0i27siyy1yqr9rv7lqvb65agay9051yi8jzmi8dgb3q4ai6m4"))))
+               (base32
+                "0i28zghzdzzkm9w8rrjwphggkfs58nh6xnqsjhmqjvqxfypi67h3"))))
     (build-system python-build-system)
-    (propagated-inputs
-     `(("python-packaging",python-packaging-bootstrap)
-       ("python-tomli" ,python-tomli)))
+    (propagated-inputs (list python-packaging-bootstrap python-tomli))
+    (arguments
+     `(;; Disabled tests to avoid extra dependencies.
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         ;; Disabled sanity check to avoid extra dependencies.
+         (delete 'sanity-check))))
     (home-page "https://github.com/pypa/setuptools_scm/")
     (synopsis "Manage Python package versions in SCM metadata")
     (description

base-commit: 17134b9ec1aad94d41d75217a919dd1b224549d2
-- 
2.37.3






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58276: Submitted to wrong branch
  2022-10-03 20:12 [bug#58276] [PATCH] gnu: python-setuptools-scm: Update to 7.0.5 Garek Dyszel via Guix-patches via
@ 2022-10-04 14:25 ` Garek Dyszel via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Garek Dyszel via Guix-patches via @ 2022-10-04 14:25 UTC (permalink / raw)
  To: 58276-close

This patch was submitted to the wrong branch by mistake. Please ignore
it.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-04 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03 20:12 [bug#58276] [PATCH] gnu: python-setuptools-scm: Update to 7.0.5 Garek Dyszel via Guix-patches via
2022-10-04 14:25 ` bug#58276: Submitted to wrong branch Garek Dyszel via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.