GNU bug report logs -
#71588
[PATCH 0/2] Update python-shtab.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 16 Jun 2024 08:06:02 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71588 in the body.
You can then email your comments to 71588 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71588
; Package
guix-patches
.
(Sun, 16 Jun 2024 08:06:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 16 Jun 2024 08:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71588
; Package
guix-patches
.
(Sun, 16 Jun 2024 08:36:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 71588 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71588
; Package
guix-patches
.
(Sun, 16 Jun 2024 08:36:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71588 <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
"jgart" <jgart <at> dismail.de>
:
You have taken responsibility.
(Sun, 16 Jun 2024 17:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
bug acknowledged by developer.
(Sun, 16 Jun 2024 17:12:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 71588-done <at> debbugs.gnu.org (full text, mbox):
Applied, thanks.
all best,
jgart
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 15 Jul 2024 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 341 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.