mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
81359197b4
commit
b731d34ed7
1 changed files with 0 additions and 26 deletions
|
@ -20547,32 +20547,6 @@ (define-public python-ratelimiter
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue