python310Packages.ujson: adopt, update meta data

main
Sandro Jäckel 2 years ago
parent 6951b5c187
commit 5c8ab09177
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 8
      pkgs/development/python-modules/ujson/default.nix

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ujson"; pname = "ujson";
version = "5.1.0"; version = "5.1.0";
disabled = isPyPy || pythonOlder "3.5"; disabled = isPyPy || pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
@ -28,9 +28,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "ujson" ]; pythonImportsCheck = [ "ujson" ];
meta = with lib; { meta = with lib; {
description = "Ultra fast JSON encoder and decoder for Python"; description = "Ultra fast JSON encoder and decoder";
homepage = "https://pypi.python.org/pypi/ujson"; homepage = "https://github.com/ultrajson/ultrajson";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ SuperSandro2000 ];
}; };
} }

Loading…
Cancel
Save