uritemplate.py: init at 0.3.0

+17
+17
pkgs/top-level/python-packages.nix
··· 19073 }; 19074 }; 19075 19076 traceback2 = buildPythonPackage rec { 19077 version = "1.4.0"; 19078 name = "traceback2-${version}";
··· 19073 }; 19074 }; 19075 19076 + uritemplate_py = buildPythonPackage rec { 19077 + name = "uritemplate.py-${version}"; 19078 + version = "0.3.0"; 19079 + 19080 + src = pkgs.fetchurl { 19081 + url = "https://pypi.python.org/packages/source/u/uritemplate.py/${name}.tar.gz"; 19082 + sha256 = "0xvvdiwnag2pdi96hjf7v8asdia98flk2rxcjqnwcs3rk99alygx"; 19083 + }; 19084 + 19085 + meta = with stdenv.lib; { 19086 + homepage = https://github.com/uri-templates/uritemplate-py; 19087 + description = "Python implementation of URI Template"; 19088 + license = licenses.asl20; 19089 + maintainers = with maintainers; [ pSub ]; 19090 + }; 19091 + }; 19092 + 19093 traceback2 = buildPythonPackage rec { 19094 version = "1.4.0"; 19095 name = "traceback2-${version}";