GNU bug report logs

#77008 [PATCH python-team] gnu: Add python-tatsu.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to lars@6xq.net, me@bonfacemunyoki.com, sharlatanus@gmail.com, tanguy@bioneland.org, jgart@dismail.de, guix-patches@gnu.org:
bug#77008; Package guix-patches. (Fri, 14 Mar 2025 08:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to gemmaro <gemmaro.dev@gmail.com>:
New bug report received and forwarded. Copy sent to lars@6xq.net, me@bonfacemunyoki.com, sharlatanus@gmail.com, tanguy@bioneland.org, jgart@dismail.de, guix-patches@gnu.org. (Fri, 14 Mar 2025 08:45:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: gemmaro <gemmaro.dev@gmail.com>
To: guix-patches@gnu.org
Cc: gemmaro <gemmaro.dev@gmail.com>
Subject: [PATCH python-team] gnu: Add python-tatsu.
Date: Fri, 14 Mar 2025 17:43:28 +0900
* gnu/packages/python-xyz.scm (python-tatsu): New variable.

Change-Id: I0868e5ec57bc384b2dad2114671b780c988d77d4
---
 gnu/packages/python-xyz.scm | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 01c6322931..5a4e6455e5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -141,7 +141,7 @@
 ;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
 ;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
 ;;; Copyright © 2023 Ontje Lünsdorf <ontje.luensdorf@dlr.de>
-;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
+;;; Copyright © 2023, 2025 gemmaro <gemmaro.dev@gmail.com>
 ;;; Copyright © 2023 Parnikkapore <poomklao@yahoo.com>
 ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
 ;;; Copyright © c4droid <c4droid@foxmail.com>
@@ -37215,6 +37215,29 @@ (define-public python-taskgroup
 @code{asyncio.Runner} and @code{asyncio.timeout}.")
     (license license:expat)))
 
+(define-public python-tatsu
+  (package
+    (name "python-tatsu")
+    (version "5.13.1")
+    (source
+     (origin
+       (method git-fetch) ;for tests
+       (uri (git-reference
+             (url "https://github.com/neogeny/TatSu")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0pdq9d45vbp7j600ig4k21mv2wipvmz05dji91x7kifhzfl5i6w9"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel python-pytest))
+    (home-page "https://tatsu.readthedocs.io/en/stable/")
+    (synopsis "PEG/Packrat Parser generator for Python")
+    (description
+     "TatSu (竜) takes a grammar in a variation of Extended Backus-Naur Form
+(EBNF) as input, and outputs a memoizing Parsing Expression Grammar
+(PEG) or Packrat parser in Python.")
+    (license license:bsd-4)))
+
 (define-public python-csb43
   (package
     (name "python-csb43")

base-commit: f73ece09ab3c1bd0d367eb343426ebc3c8d41190
-- 
2.48.1





Reply sent to Sharlatan Hellseher <sharlatanus@gmail.com>:
You have taken responsibility. (Sun, 16 Mar 2025 20:59:04 GMT) (full text, mbox, link).


Notification sent to gemmaro <gemmaro.dev@gmail.com>:
bug acknowledged by developer. (Sun, 16 Mar 2025 20:59:04 GMT) (full text, mbox, link).


Message #10 received at 77008-done@debbugs.gnu.org (full text, mbox, reply):

From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 77008-done@debbugs.gnu.org
Subject: [PATCH python-team] gnu: Add python-tatsu.
Date: Sun, 16 Mar 2025 20:58:25 +0000
[Message part 1 (text/plain, inline)]
Hi,

Thank you for the patch.

I've adjusted license from bsd-4 to bsd-2 after skimming the project
source
<https://github.com/search?q=repo%3Aneogeny%2FTatSu%20BSD&type=code> and
checking which one is set in Nix as well
<https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/tatsu/default.nix#L38>

Pushed to master as ccc9fd93c402a251bf53b25bd92be0a856f7999d.
--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Mon, 14 Apr 2025 11:24:06 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 02:44:11 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.