[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
149/474: gnu: Add ghc-language-python.
From: |
guix-commits |
Subject: |
149/474: gnu: Add ghc-language-python. |
Date: |
Sat, 30 Nov 2024 18:20:09 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit ae23f7eb601f2e7aaa3de8fa606eee0cde8b15cb
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 ae1aa2d334..77129041e2 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")
- 320/474: gnu: python-py: Improve package style., (continued)
- 320/474: gnu: python-py: Improve package style., guix-commits, 2024/11/30
- 59/474: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/30
- 72/474: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/30
- 105/474: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/30
- 107/474: gnu: Add python-jsonschema-path., guix-commits, 2024/11/30
- 111/474: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/30
- 126/474: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/30
- 158/474: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/30
- 136/474: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/30
- 142/474: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/30
- 149/474: gnu: Add ghc-language-python.,
guix-commits <=
- 150/474: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/30
- 222/474: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/30
- 250/474: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/30
- 259/474: gnu: ytcc: Fix build., guix-commits, 2024/11/30
- 249/474: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/30
- 261/474: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/30
- 277/474: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/30
- 283/474: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/30
- 282/474: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/30
- 289/474: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/30