Loading pkgs/development/python-modules/uritemplate/default.nix +5 −4 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , simplejson , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "uritemplate"; version = "4.1.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.6"; Loading @@ -18,8 +18,8 @@ buildPythonPackage rec { hash = "sha256-Q0bt/Fw7efaUvM1tYJmjIrvrYo2/LNhu6lWkVs5RJPA="; }; propagatedBuildInputs = [ simplejson nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ Loading @@ -33,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of RFC 6570 URI templates"; homepage = "https://github.com/python-hyper/uritemplate"; changelog = "https://github.com/python-hyper/uritemplate/blob/${version}/HISTORY.rst"; license = with licenses; [ asl20 bsd3 ]; maintainers = with maintainers; [ matthiasbeyer ]; }; Loading Loading
pkgs/development/python-modules/uritemplate/default.nix +5 −4 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , simplejson , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "uritemplate"; version = "4.1.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.6"; Loading @@ -18,8 +18,8 @@ buildPythonPackage rec { hash = "sha256-Q0bt/Fw7efaUvM1tYJmjIrvrYo2/LNhu6lWkVs5RJPA="; }; propagatedBuildInputs = [ simplejson nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ Loading @@ -33,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of RFC 6570 URI templates"; homepage = "https://github.com/python-hyper/uritemplate"; changelog = "https://github.com/python-hyper/uritemplate/blob/${version}/HISTORY.rst"; license = with licenses; [ asl20 bsd3 ]; maintainers = with maintainers; [ matthiasbeyer ]; }; Loading