GNU bug report logs - #77663
[PATCH 1/3] gnu: Add python-configshell-fb.

Previous Next

Package: guix-patches;

Reported by: Grigory Shepelev <shegeley <at> gmail.com>

Date: Wed, 9 Apr 2025 06:40:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77663 <at> debbugs.gnu.org
Subject: [bug#77663] [PATCH 1/3] gnu: Add python-configshell-fb.
Date: Sun, 13 Apr 2025 22:04:45 +0100
[Message part 1 (text/plain, inline)]
Hi,

Thank you for the patch.

Some review points as the patch does not look nice for me ;-)

--8<---------------cut here---------------start------------->8---
+       (snippet #~(begin
+                    (use-modules (guix build utils))
+                    (delete-file "setup.py")
+                    (delete-file-recursively "configshell_fb")
+                    (rename-file "configshell" "configshell_fb")))
--8<---------------cut here---------------end--------------->8---
May you explain the reason behind this snippet?

--8<---------------cut here---------------start------------->8---
+    (arguments (list #:tests? #f))
+    (build-system pyproject-build-system)
--8<---------------cut here---------------end--------------->8---
Please follow example for some other packages in the module e.g.
build-system comes first then arguments, then inputs etc.
Why no tests?

--8<---------------cut here---------------start------------->8---
+    (propagated-inputs (list python-pyparsing))
+    (native-inputs (list python-wheel python-setuptools python-hatch-vcs python-hatchling))
--8<---------------cut here---------------end--------------->8---
Please apply list stile and sort alphabetically, some nice touch.

--8<---------------cut here---------------start------------->8---
+    (synopsis "A framework to implement simple but nice CLIs.")
--8<---------------cut here---------------end--------------->8---
No article in the begining (check with "guix lint") and no "." in the
end.

--8<---------------cut here---------------start------------->8---
+    (description
+     "This package provides a framework to implement simple but nice CLIs.")
--8<---------------cut here---------------end--------------->8---
"simple but nice" sound like a selling point but having n+ similar
packages available in Buix it's not clear, please try to extract info from
README or describe functionality more precise.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 61 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.