diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-22 16:00:37 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 04:53:41 +0100 |
| commit | 61042499361d49245c05d3f657c6fcba780c7291 (patch) | |
| tree | 58bc2edbdd71de99b9e76500b4a7797516365783 /gnu | |
| parent | 8a28bb5a98c9ee80544548bae964edc60dd3d2f7 (diff) | |
gnu: Remove python-lark-parser.
* gnu/packages/python-xyz.scm (python-lark-parser): Delete variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7d981d589c7..1c2c5a27600 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -23650,18 +23650,6 @@ capable of parsing almost any programming language out there, and to | |||
| 23650 | some degree most natural languages too.") | 23650 | some degree most natural languages too.") |
| 23651 | (license license:expat))) | 23651 | (license license:expat))) |
| 23652 | 23652 | ||
| 23653 | ;; XXX: lark was renamed from lark_parser with major release 1 | ||
| 23654 | (define-public python-lark-parser | ||
| 23655 | (package/inherit python-lark | ||
| 23656 | (name "python-lark-parser") | ||
| 23657 | (version "0.12.0") | ||
| 23658 | (source (origin | ||
| 23659 | (method url-fetch) | ||
| 23660 | (uri (pypi-uri "lark-parser" version)) | ||
| 23661 | (sha256 | ||
| 23662 | (base32 | ||
| 23663 | "0f51jr7dvnd3rm7j5nkkgm2vxfa7a1s804avlvf16h11y6qpv5hm")))))) | ||
| 23664 | |||
| 23665 | (define-public python-find-libpython | 23653 | (define-public python-find-libpython |
| 23666 | (package | 23654 | (package |
| 23667 | (name "python-find-libpython") | 23655 | (name "python-find-libpython") |
