GNU bug report logs -
#55474
[PATCH 01/18] gnu: python-django-taggit: Update to 2.1.0.
Previous Next
Full log
Message #180 received at 55474 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-parsy): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e6a7367557..59ebc31de5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3845,6 +3845,24 @@ (define-public python-parse
syntax.")
(license license:x11)))
+(define-public python-parsy
+ (package
+ (name "python-parsy")
+ (version "1.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "parsy" version))
+ (sha256
+ (base32 "00pkd1irxp1c9mcg3x1k3ny8jl7w5jfxp45ky0qp9s90wmri6hbw"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-attrs))
+ (home-page "https://github.com/python-parsy/parsy")
+ (synopsis "Parsing in pure Python")
+ (description "This package provides easy-to-use parser combinators, for
+parsing in pure Python.")
+ (license license:expat)))
+
(define-public python-polib
(package
(name "python-polib")
--
2.40.1
This bug report was last modified 1 year and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.