Revert "Merge branch 'master' of github.com:NixOS/nixpkgs"
This reverts commita7f91d751b
, reversing changes made to54e0a9b7ac
.
This commit is contained in:
parent
4ce64a9025
commit
c0b0cab968
1 changed files with 0 additions and 17 deletions
|
@ -19048,23 +19048,6 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
uritemplate_py = buildPythonPackage rec {
|
||||
name = "uritemplate.py-${version}";
|
||||
version = "0.3.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/u/uritemplate.py/${name}.tar.gz";
|
||||
sha256 = "0xvvdiwnag2pdi96hjf7v8asdia98flk2rxcjqnwcs3rk99alygx";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/uri-templates/uritemplate-py;
|
||||
description = "Python implementation of URI Template";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
};
|
||||
|
||||
traceback2 = buildPythonPackage rec {
|
||||
version = "1.4.0";
|
||||
name = "traceback2-${version}";
|
||||
|
|
Loading…
Reference in a new issue