* [bug#47792] [PATCH 0/1] Add Python hissp
@ 2021-04-15 9:48 BonfaceKilz
2021-04-15 9:48 ` [bug#47793] [PATCH 1/1] gnu: Add python-hissp BonfaceKilz
0 siblings, 1 reply; 3+ messages in thread
From: BonfaceKilz @ 2021-04-15 9:48 UTC (permalink / raw)
To: 47792; +Cc: BonfaceKilz, jgart
Find attached a package that adds Python Hissp to Guix.
BonfaceKilz (1):
gnu: Add python-hissp
gnu/packages/python-xyz.scm | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
--
2.31.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#47793] [PATCH 1/1] gnu: Add python-hissp
2021-04-15 9:48 [bug#47792] [PATCH 0/1] Add Python hissp BonfaceKilz
@ 2021-04-15 9:48 ` BonfaceKilz
2021-04-29 7:02 ` bug#47792: " Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: BonfaceKilz @ 2021-04-15 9:48 UTC (permalink / raw)
To: 47793; +Cc: BonfaceKilz, jgart
* gnu/packages/python-xyz.scm (python-hissp): New variable.
---
gnu/packages/python-xyz.scm | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c01993ecd7..70d286c3ff 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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>
@@ -11299,6 +11299,25 @@ its Lisp code into the Python Abstract Syntax Tree, you have the whole world of
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")
--
2.31.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#47792: [bug#47793] [PATCH 1/1] gnu: Add python-hissp
2021-04-15 9:48 ` [bug#47793] [PATCH 1/1] gnu: Add python-hissp BonfaceKilz
@ 2021-04-29 7:02 ` Efraim Flashner
0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2021-04-29 7:02 UTC (permalink / raw)
To: BonfaceKilz; +Cc: 47792-done, jgart, 47793-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-29 7:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-15 9:48 [bug#47792] [PATCH 0/1] Add Python hissp BonfaceKilz
2021-04-15 9:48 ` [bug#47793] [PATCH 1/1] gnu: Add python-hissp BonfaceKilz
2021-04-29 7:02 ` bug#47792: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).