python2Packages.cjson: drop

Only consumer was blink sip client, which was removed.
This commit is contained in:
Martin Weinelt 2022-01-12 01:49:47 +01:00
parent 33df2ffa0a
commit 78bc359e03
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 0 additions and 20 deletions

View file

@ -1,18 +0,0 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k, isPyPy }:
buildPythonPackage rec {
pname = "python-cjson";
version = "1.2.2";
disabled = isPy3k || isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "3006c2c218297be3448dc793218e0b15d20fe9839775521bfc294fc6aa24972b";
};
meta = with lib; {
description = "A very fast JSON encoder/decoder for Python";
homepage = "https://ag-projects.com/";
license = licenses.lgpl2;
};
}

View file

@ -1609,8 +1609,6 @@ in {
cjkwrap = callPackage ../development/python-modules/cjkwrap { };
cjson = callPackage ../development/python-modules/cjson { };
ckcc-protocol = callPackage ../development/python-modules/ckcc-protocol { };
claripy = callPackage ../development/python-modules/claripy { };