all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71588] [PATCH 0/2] Update python-shtab.
@ 2024-06-16  8:04 Nicolas Graves via Guix-patches via
  2024-06-16  8:34 ` [bug#71588] [PATCH 1/2] gnu: python-shtab: Move to pyproject-build-system Nicolas Graves via Guix-patches via
  2024-06-16 17:10 ` bug#71588: [PATCH 0/2] Update python-shtab jgart via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-06-16  8:04 UTC (permalink / raw)
  To: 71588; +Cc: ngraves

Nicolas Graves (2):
  gnu: python-shtab: Move to pyproject-build-system.
  gnu: python-shtab: Update to 1.7.1.

 gnu/packages/python-xyz.scm | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

-- 
2.45.1





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

* [bug#71588] [PATCH 1/2] gnu: python-shtab: Move to pyproject-build-system.
  2024-06-16  8:04 [bug#71588] [PATCH 0/2] Update python-shtab Nicolas Graves via Guix-patches via
@ 2024-06-16  8:34 ` Nicolas Graves via Guix-patches via
  2024-06-16  8:34   ` [bug#71588] [PATCH 2/2] gnu: python-shtab: Update to 1.7.1 Nicolas Graves via Guix-patches via
  2024-06-16 17:10 ` bug#71588: [PATCH 0/2] Update python-shtab jgart via Guix-patches via
  1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-06-16  8:34 UTC (permalink / raw)
  To: 71588; +Cc: ngraves

* gnu/packages/python-xyz.scm (python-shtab):
  [build-system]: Move to pyproject-build-system.
  [arguments]: Remove uneeded field.

Change-Id: I3c6cffb85d7335956adc3aa5a17fdf249dac6740
---
 gnu/packages/python-xyz.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index aa2d976255d..1781f36c7ad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35453,7 +35453,7 @@ (define-public python-shtab
         (uri (pypi-uri "shtab" version))
         (sha256
           (base32 "127mymfm7r0hddk2vknqq34fj6dirj6ip990i3g4isx0lsd7pnsc"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (native-inputs
       (list bash
             python-pytest
@@ -35461,15 +35461,6 @@ (define-public python-shtab
             python-pytest-timeout
             python-setuptools-scm
             python-wheel))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace
-             'check
-           (lambda* (#:key tests? inputs outputs #:allow-other-keys)
-             (when tests?
-               (add-installed-pythonpath inputs outputs)
-               (invoke "pytest")))))))
     (home-page "https://github.com/iterative/shtab")
     (synopsis "Automagic shell tab completion for Python CLI applications")
     (description
-- 
2.45.1





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

* [bug#71588] [PATCH 2/2] gnu: python-shtab: Update to 1.7.1.
  2024-06-16  8:34 ` [bug#71588] [PATCH 1/2] gnu: python-shtab: Move to pyproject-build-system Nicolas Graves via Guix-patches via
@ 2024-06-16  8:34   ` Nicolas Graves via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-06-16  8:34 UTC (permalink / raw)
  To: 71588; +Cc: ngraves

* gnu/packages/python-xyz.scm (python-shtab): Update to 1.7.1.

Change-Id: I27bb5e2cafc5a43277fc055a025c1069013a7297
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1781f36c7ad..b0a5183b6b5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35446,13 +35446,13 @@ (define-public python-verspec
 (define-public python-shtab
   (package
     (name "python-shtab")
-    (version "1.5.3")
+    (version "1.7.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "shtab" version))
         (sha256
-          (base32 "127mymfm7r0hddk2vknqq34fj6dirj6ip990i3g4isx0lsd7pnsc"))))
+          (base32 "0g14778c5zgiq6b92k40n9irp75c5vcsvl5541cw8bmqxq1cnjsf"))))
     (build-system pyproject-build-system)
     (native-inputs
       (list bash
-- 
2.45.1





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

* bug#71588: [PATCH 0/2] Update python-shtab.
  2024-06-16  8:04 [bug#71588] [PATCH 0/2] Update python-shtab Nicolas Graves via Guix-patches via
  2024-06-16  8:34 ` [bug#71588] [PATCH 1/2] gnu: python-shtab: Move to pyproject-build-system Nicolas Graves via Guix-patches via
@ 2024-06-16 17:10 ` jgart via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2024-06-16 17:10 UTC (permalink / raw)
  To: 71588-done; +Cc: Nicolas Graves

Applied, thanks.

all best,

jgart




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

end of thread, other threads:[~2024-06-16 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-16  8:04 [bug#71588] [PATCH 0/2] Update python-shtab Nicolas Graves via Guix-patches via
2024-06-16  8:34 ` [bug#71588] [PATCH 1/2] gnu: python-shtab: Move to pyproject-build-system Nicolas Graves via Guix-patches via
2024-06-16  8:34   ` [bug#71588] [PATCH 2/2] gnu: python-shtab: Update to 1.7.1 Nicolas Graves via Guix-patches via
2024-06-16 17:10 ` bug#71588: [PATCH 0/2] Update python-shtab jgart 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.