mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Remove python-ujson-1.
* gnu/packages/python-xyz.scm (python-ujson-1): Remove variable. This variable was superceded and no longer needed as a dependency for any package at this version.
This commit is contained in:
parent
d482954c99
commit
ffe6b73a3c
1 changed files with 0 additions and 19 deletions
|
@ -20622,25 +20622,6 @@ (define-public python-ujson
|
|||
bindings for Python 3.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-ujson-1
|
||||
(package
|
||||
(inherit python-ujson)
|
||||
(version "1.35")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ujson" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11jz5wi7mbgqcsz52iqhpyykiaasila4lq8cmc2d54bfa3jp6q7n"))))
|
||||
(arguments
|
||||
'(#:phases %standard-phases))
|
||||
(native-inputs '())
|
||||
(home-page "http://www.esn.me")
|
||||
(description
|
||||
"UltraJSON is an ultra fast JSON encoder and decoder written in pure C with
|
||||
bindings for Python 2.5+ and 3.")))
|
||||
|
||||
(define-public python2-ujson-1
|
||||
(package-with-python2 python-ujson-1))
|
||||
|
||||
|
|
Loading…
Reference in a new issue