pythonPackages.zope_publisher: Remove outdated package

This commit is contained in:
adisbladis 2017-08-09 12:22:32 +08:00 committed by Frederik Rietdijk
parent 64259cdd7c
commit 5583e3a2bd
1 changed files with 0 additions and 18 deletions

View File

@ -25150,24 +25150,6 @@ EOF
};
zope_publisher = buildPythonPackage rec {
name = "zope.publisher-3.12.6";
src = pkgs.fetchurl {
url = "mirror://pypi/z/zope.publisher/${name}.tar.gz";
sha256 = "d994d8eddfba504841492115032a9a7d86b1713ebc96d0ca16fbc6ee93168ba4";
};
propagatedBuildInputs = with self; [
zope_browser zope_contenttype zope_i18n zope_security
];
meta = {
maintainers = with maintainers; [ goibhniu ];
};
};
zope_schema = buildPythonPackage rec {
name = "zope.schema-4.4.2";