[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48831] [PATCH 2/7] gnu: Remove python-dukpy, python2-dukpy.
From: |
Brendan Tildesley |
Subject: |
[bug#48831] [PATCH 2/7] gnu: Remove python-dukpy, python2-dukpy. |
Date: |
Fri, 4 Jun 2021 21:46:35 +1000 |
* 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.
---
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 b3ed73f04a..0c909b9a90 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18883,32 +18883,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")
--
2.31.1
- [bug#48830] [PATCH 3/7] gnu: calibre: Update to 5.20.0., (continued)
- [bug#48830] [PATCH 3/7] gnu: calibre: Update to 5.20.0., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 5/7] gnu: python-regex: Update to 2021.4.4., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 4/7] gnu: python-zeroconf: Update to 0.31.0., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 1/7] gnu: calibre: Remove unused input python-dukpy., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 2/7] gnu: Remove python-dukpy, python2-dukpy., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 7/7] gnu: python-msgpack: Update to 1.0.2., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 6/7] gnu: python-pycryptodome: Update to 3.10.1., Brendan Tildesley, 2021/06/04
- [bug#48831] Resending patches., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 1/7] gnu: calibre: Remove unused input python-dukpy., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 2/7] gnu: Remove python-dukpy, python2-dukpy.,
Brendan Tildesley <=
- [bug#48831] [PATCH 4/7] gnu: python-zeroconf: Update to 0.31.0., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 3/7] gnu: calibre: Update to 5.20.0., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 5/7] gnu: python-regex: Update to 2021.4.4., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 7/7] gnu: python-msgpack: Update to 1.0.2., Brendan Tildesley, 2021/06/04
- [bug#48831] [PATCH 6/7] gnu: python-pycryptodome: Update to 3.10.1., Brendan Tildesley, 2021/06/04
- bug#48831: Closing: sent by mistake, Brendan Tildesley, 2021/06/04