mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
python311Packages.zope-contenttype: rename from zope_contenttype
This commit is contained in:
parent
d7a0a19d57
commit
37bf4c4dc8
@ -5,11 +5,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope.contenttype";
|
||||
pname = "zope-contenttype";
|
||||
version = "4.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "zope.contenttype";
|
||||
inherit version;
|
||||
hash = "sha256-NnVoeLxSWzY2TQ1b2ZovCw/TuaUND+m73Eqxs4rCOAA=";
|
||||
};
|
||||
|
@ -419,6 +419,7 @@ mapAliases ({
|
||||
zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules";
|
||||
zope_broken = throw "zope_broken has been removed because it is obsolete and not needed in zodb>=3.10"; # added 2023-07-26
|
||||
zope_component = zope-component; # added 2023-07-28
|
||||
zope_contenttype = zope-contenttype; # added 2023-10-11
|
||||
zope_deprecation = zope-deprecation; # added 2023-10-07
|
||||
zope_i18nmessageid = zope-i18nmessageid; # added 2023-07-29
|
||||
zope_proxy = zope-proxy; # added 2023-10-07
|
||||
|
@ -15896,7 +15896,7 @@ self: super: with self; {
|
||||
|
||||
zope_configuration = callPackage ../development/python-modules/zope_configuration { };
|
||||
|
||||
zope_contenttype = callPackage ../development/python-modules/zope_contenttype { };
|
||||
zope-contenttype = callPackage ../development/python-modules/zope-contenttype { };
|
||||
|
||||
zope_copy = callPackage ../development/python-modules/zope_copy { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user