mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
pythonPackages.zope_browser: Remove outdated package
This commit is contained in:
parent
5583e3a2bd
commit
fab8f7ac4b
@ -24920,22 +24920,6 @@ EOF
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
zope_browser = buildPythonPackage rec {
|
|
||||||
name = "zope.browser-2.0.2";
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "mirror://pypi/z/zope.browser/${name}.zip";
|
|
||||||
sha256 = "0f9r5rn9lzgi4hvkhgb6vgw8kpz9sv16jsfb9ws4am8gbqcgv2iy";
|
|
||||||
};
|
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ zope_interface ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
maintainers = with maintainers; [ goibhniu ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
zope_component = buildPythonPackage rec {
|
zope_component = buildPythonPackage rec {
|
||||||
name = "zope.component-4.2.1";
|
name = "zope.component-4.2.1";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user