[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
149/222: gnu: Add ghc-language-python.
From: |
guix-commits |
Subject: |
149/222: gnu: Add ghc-language-python. |
Date: |
Fri, 1 Nov 2024 10:56:41 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 1087083df2c6966f6fd69dc0cb72497b99d4f9ca
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 62b7268255..6250a0d6ec 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")
- 117/222: gnu: repo2docker: Update to 2024.03.0., (continued)
- 117/222: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/01
- 125/222: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/01
- 127/222: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/01
- 143/222: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/01
- 151/222: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/01
- 153/222: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/11/01
- 122/222: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/01
- 128/222: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/01
- 130/222: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/01
- 133/222: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/01
- 149/222: gnu: Add ghc-language-python.,
guix-commits <=
- 158/222: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/01
- 161/222: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/01
- 162/222: gnu: python-pypujs: Improve package style., guix-commits, 2024/11/01
- 163/222: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/01
- 167/222: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/11/01
- 165/222: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/01
- 173/222: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/01
- 181/222: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/11/01
- 190/222: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/01
- 198/222: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/01