Revert "Merge branch 'master' of github.com:NixOS/nixpkgs"

This reverts commit a7f91d751b, reversing
changes made to 54e0a9b7ac.
This commit is contained in:
Pascal Wittmann 2015-12-13 11:30:13 +01:00
parent 4ce64a9025
commit c0b0cab968

View File

@ -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}";