python311Packages.zope-contenttype: rename from zope_contenttype

This commit is contained in:
natsukium 2023-10-11 10:55:40 +09:00
parent d7a0a19d57
commit 37bf4c4dc8
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
3 changed files with 5 additions and 3 deletions

View File

@ -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=";
};

View File

@ -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

View File

@ -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 { };