[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50021] [PATCH v2 1/8] gnu: Add python-phply.
From: |
Vinicius Monego |
Subject: |
[bug#50021] [PATCH v2 1/8] gnu: Add python-phply. |
Date: |
Mon, 25 Oct 2021 23:16:09 +0000 |
* gnu/packages/python-xyz.scm (python-phply): New variable.
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eb9fcc310d..84ead833eb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18469,6 +18469,27 @@ current test, while only declaring the test-specific
fields")
(define-public python2-factory-boy
(package-with-python2 python-factory-boy))
+(define-public python-phply
+ (package
+ (name "python-phply")
+ (version "1.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "phply" version))
+ (sha256
+ (base32 "0gwz4j0pp479bwg6iwk7kcdbr1s4x9fikqri0b4ddn7vi198fibx"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-nose" ,python-nose)))
+ (propagated-inputs
+ `(("python-ply" ,python-ply)))
+ (home-page "https://github.com/viraptor/phply")
+ (synopsis "Lexer and parser for PHP")
+ (description "@code{phply} is a parser for the PHP programming language
+written in PLY.")
+ (license license:bsd-3)))
+
(define-public python-translate-toolkit
(package
(name "python-translate-toolkit")
base-commit: e1261ddd38cf02a0f046f3a5360502d659b4e7d4
--
2.30.2
- [bug#50021] [PATCH v2 1/8] gnu: Add python-phply.,
Vinicius Monego <=
- [bug#50021] [PATCH v2 2/8] gnu: Add python-iniparse., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 3/8] gnu: Remove virtaal., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 4/8] gnu: Remove python2-translate-toolkit., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 5/8] gnu: Add python-fluent-syntax., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 6/8] gnu: python-translate-toolkit: Update to 3.4.1., Vinicius Monego, 2021/10/25
- [bug#50021] [PATCH v2 7/8] gnu: python-translate-toolkit: Enable tests., Vinicius Monego, 2021/10/25