pythonPackages.path-and-address: init at 2.0.1

This commit is contained in:
koral 2016-09-27 23:53:26 +02:00
parent 2b0eace6cf
commit 8bad6de0d2

View file

@ -7817,6 +7817,24 @@ in modules // {
};
};
path-and-address = buildPythonPackage rec {
version = "2.0.1";
name = "path-and-address-${version}";
src = pkgs.fetchurl {
url = "https://files.pythonhosted.org/packages/2b/b5/749fab14d9e84257f3b0583eedb54e013422b6c240491a4ae48d9ea5e44f/${name}.zip";
sha256 = "1dviac24s0gm7ka2fwjjb25j9l2idc45zkgl662xx8mkhbcn6qz9";
};
meta = {
description = "Functions for server CLI applications used by humans";
homepage = https://github.com/joeyespo/path-and-address;
license = licenses.mit;
maintainers = with maintainers; [ koral];
};
};
pdfminer = buildPythonPackage rec {
version = "20140328";
name = "pdfminer-${version}";