python311Packages.zope-exceptions: rename from zope_exceptions

This commit is contained in:
natsukium 2023-10-11 10:35:02 +09:00
parent 413b4dddcf
commit 06afa1060d
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53
4 changed files with 7 additions and 5 deletions

View file

@ -5,11 +5,12 @@
}:
buildPythonPackage rec {
pname = "zope.exceptions";
pname = "zope-exceptions";
version = "4.6";
src = fetchPypi {
inherit pname version;
pname = "zope.exceptions";
inherit version;
hash = "sha256-YZ0kpMZb7Zez3QUV5zLoK2nxVdQsyUlV0b6MKCiGg80=";
};

View file

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, zope_interface
, zope_exceptions
, zope-exceptions
, zope-testing
, six
}:
@ -17,7 +17,7 @@ buildPythonPackage rec {
hash = "sha256-1r1y9E6jLKpBW5bP4UFSsnhjF67xzW9IqCe2Le8Fj9Q=";
};
propagatedBuildInputs = [ zope_interface zope_exceptions zope-testing six ];
propagatedBuildInputs = [ zope_interface zope-exceptions zope-testing six ];
doCheck = false; # custom test modifies sys.path

View file

@ -476,6 +476,7 @@ mapAliases ({
zope_contenttype = zope-contenttype; # added 2023-10-11
zope_deprecation = zope-deprecation; # added 2023-10-07
zope_dottedname = zope-dottedname; # added 2023-11-12
zope_exceptions = zope-exceptions; # added 2023-10-11
zope_i18nmessageid = zope-i18nmessageid; # added 2023-07-29
zope_lifecycleevent = zope-lifecycleevent; # added 2023-10-11
zope_proxy = zope-proxy; # added 2023-10-07

View file

@ -16439,7 +16439,7 @@ self: super: with self; {
zope_event = callPackage ../development/python-modules/zope_event { };
zope_exceptions = callPackage ../development/python-modules/zope_exceptions { };
zope-exceptions = callPackage ../development/python-modules/zope-exceptions { };
zope_filerepresentation = callPackage ../development/python-modules/zope_filerepresentation { };