[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
149/361: gnu: Add ghc-language-python.
From: |
guix-commits |
Subject: |
149/361: gnu: Add ghc-language-python. |
Date: |
Fri, 22 Nov 2024 06:00:30 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 43f77fc3a16dcabf9e98c80fa0637b43bcc6f8a1
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:09 2024 +0200
gnu: Add ghc-language-python.
* gnu/packages/haskell-xyz.scm (ghc-language-python): New variable.
Change-Id: I29bcdedf155486673e01b3b6af71a2aa81455ef6
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/haskell-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9c3b990275..541b3d639d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6455,6 +6455,31 @@ beginning with @code{test} (for a test framework) or all
functions beginning
with @code{wc} (for a web service).")
(license license:bsd-3)))
+(define-public ghc-language-python
+ (package
+ (name "ghc-language-python")
+ (version "0.5.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "language-python" version))
+ (sha256
+ (base32 "1mf3czvnh9582klv0c9g7pcn1wx4qjwpvhv8la6afaifv6y5lki2"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision ("2"
+
"024fn653gmxw4ndmqvg1d3lwmxbvrlllc9iw2zw0c3nkcgcv39sg")))
+ (native-inputs (list ghc-alex ghc-happy))
+ (inputs (list ghc-monads-tf ghc-utf8-string))
+ (home-page "http://github.com/bjpop/language-python")
+ (synopsis "Parse and pretty print Python code in Haskell")
+ (description
+ "@code{language-python} is a Haskell library for lexical analysis,
+parsing and pretty printing Python code. It supports versions 2.x and 3.x of
+Python.")
+ (license license:bsd-3)
+ (properties '((upstream-name . "language-python")))))
+
(define-public ghc-lens
(package
(name "ghc-lens")
- 65/361: gnu: Add python-referencing., (continued)
- 65/361: gnu: Add python-referencing., guix-commits, 2024/11/22
- 87/361: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/22
- 90/361: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/22
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/22
- 86/361: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/22
- 98/361: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/22
- 112/361: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/22
- 115/361: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/22
- 133/361: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/22
- 148/361: gnu: Add xcffibgen., guix-commits, 2024/11/22
- 149/361: gnu: Add ghc-language-python.,
guix-commits <=
- 132/361: gnu: Add python-comm., guix-commits, 2024/11/22
- 152/361: gnu: qtile: Improve package style., guix-commits, 2024/11/22
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/22
- 17/361: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/11/22
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/22
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 70/361: gnu: Add python-fqdn., guix-commits, 2024/11/22
- 71/361: gnu: Add python-overrides., guix-commits, 2024/11/22
- 61/361: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 82/361: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/22