[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: Remove python-dukpy, python2-dukpy.
From: |
guix-commits |
Subject: |
08/08: gnu: Remove python-dukpy, python2-dukpy. |
Date: |
Fri, 18 Feb 2022 19:09:33 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit b731d34ed796ad3ca1cfba6e08369ffd6dcb57bf
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon Feb 7 13:05:42 2022 +1100
gnu: Remove python-dukpy, python2-dukpy.
* gnu/packages/python-xyz.scm: Remove unused packages python-dukpy,
python2-dukpy.
This is actually not the 'dukpy' package in pypi either but something
else made for calibre.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 13e2bd7e1f..8424065a1d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20547,32 +20547,6 @@ executed more than a given number of times during a
given period.")
(define-public python2-ratelimiter
(package-with-python2 python-ratelimiter))
-(define-public python-dukpy
- (package
- (name "python-dukpy")
- (version "0.3")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/kovidgoyal/dukpy")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "13h21nqzasv4zj32xs61brmc106pr2cx243672crcmwxxnjgaxls"))))
- (build-system python-build-system)
- (home-page "https://github.com/kovidgoyal/dukpy")
- (synopsis "Run JavaScript in python")
- (description
- "dukpy is a JavaScript runtime environment for Python using the duktape
-embeddable JavaScript engine.")
- ;; Dukpy is licensed under MIT like the embedded duktape library,
- ;; with 'errors.c' as GPL3.
- (license (list license:expat license:gpl3))))
-
-(define-public python2-dukpy
- (package-with-python2 python-dukpy))
-
(define-public python-jsonrpclib-pelix
(package
(name "python-jsonrpclib-pelix")
- branch master updated (f610dc0b3e -> b731d34ed7), guix-commits, 2022/02/18
- 01/08: gnu: python-regex: Update to 2022.1.18., guix-commits, 2022/02/18
- 03/08: gnu: python-apsw: Enable extension loading., guix-commits, 2022/02/18
- 04/08: gnu: python-css-parser: Update to 1.0.7., guix-commits, 2022/02/18
- 05/08: gnu: calibre: Update to 5.36.0., guix-commits, 2022/02/18
- 02/08: gnu: python-html5-parser: Update to 0.4.10., guix-commits, 2022/02/18
- 07/08: gnu: calibre: Improve package style., guix-commits, 2022/02/18
- 06/08: gnu: calibre: Remove input labels., guix-commits, 2022/02/18
- 08/08: gnu: Remove python-dukpy, python2-dukpy.,
guix-commits <=