guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: Remove python-ujson-1.


From: guix-commits
Subject: 01/06: gnu: Remove python-ujson-1.
Date: Wed, 25 Nov 2020 21:07:21 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit ffe6b73a3cba0978ad159be2e4c1cb371747705d
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Wed Nov 25 20:04:47 2020 -0600

    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.
---
 gnu/packages/python-xyz.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 315f7da..7de38c2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20622,25 +20622,6 @@ register custom encoders and decoders.")
 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]