mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add python-hissp.
* gnu/packages/python-xyz.scm (python-hissp): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
685e4733ad
commit
f2b2016bfd
1 changed files with 20 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
;;; Copyright © 2020 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
|
||||
;;; Copyright © 2020 Joseph LaFreniere <joseph@lafreniere.xyz>
|
||||
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
||||
;;; Copyright © 2020 Bonface Munyoki Kilyungi <bonfacemunyoki@gmail.com>
|
||||
;;; Copyright © 2020, 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
|
||||
;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
|
||||
;;; Copyright © 2020 Diego N. Barbato <dnbarbato@posteo.de>
|
||||
;;; Copyright © 2020 Leo Prikler <leo.prikler@student.tugraz.at>
|
||||
|
@ -11640,6 +11640,25 @@ (define-public python-hy
|
|||
Python at your fingertips, in Lisp form.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-hissp
|
||||
(package
|
||||
(name "python-hissp")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hissp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yns7f0q699zn2ziagyas2nkndl7mp1hhssv9x9mpl7jxj2p5myw"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/gilch/hissp")
|
||||
(synopsis "It's Python with a Lissp")
|
||||
(description "Hissp is a modular Lisp implementation that compiles to a
|
||||
functional subset of Python—Syntactic macro metaprogramming with full access
|
||||
to the Python ecosystem.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-functools32
|
||||
(package
|
||||
(name "python2-functools32")
|
||||
|
|
Loading…
Reference in a new issue