mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
Merge pull request #172389 from SuperSandro2000/ujson
This commit is contained in:
commit
7f3efb6936
@ -10,7 +10,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "ujson";
|
||||
version = "5.1.0";
|
||||
disabled = isPyPy || pythonOlder "3.5";
|
||||
disabled = isPyPy || pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@ -28,9 +28,9 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "ujson" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Ultra fast JSON encoder and decoder for Python";
|
||||
homepage = "https://pypi.python.org/pypi/ujson";
|
||||
description = "Ultra fast JSON encoder and decoder";
|
||||
homepage = "https://github.com/ultrajson/ultrajson";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user