pythonPackages.zope_publisher: Remove outdated package
This commit is contained in:
parent
64259cdd7c
commit
5583e3a2bd
|
@ -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 {
|
zope_schema = buildPythonPackage rec {
|
||||||
name = "zope.schema-4.4.2";
|
name = "zope.schema-4.4.2";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue