python311Packages.zope-configuration: rename frome zope_configuration

This commit is contained in:
natsukium 2023-11-12 02:38:44 +09:00
parent 529e5c2d9d
commit cd49f6378c
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
5 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, zope_configuration
, zope-configuration
, zope-deferredimport
, zope-deprecation
, zope_event
@ -22,7 +22,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
zope_configuration
zope-configuration
zope-deferredimport
zope-deprecation
zope_event

View File

@ -8,11 +8,12 @@
}:
buildPythonPackage rec {
pname = "zope.configuration";
pname = "zope-configuration";
version = "4.4.1";
src = fetchPypi {
inherit pname version;
pname = "zope.configuration";
inherit version;
hash = "sha256-giPqSvU5hmznqccwrH6xjlHRfrUVk6p3c7NZPI1tdgg=";
};

View File

@ -34,7 +34,7 @@ buildPythonPackage rec {
requests
sqlalchemy
zope-component
zope_configuration
zope-configuration
];
checkInputs = [

View File

@ -455,6 +455,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_configuration = zope-configuration; # added 2023-11-12
zope_contenttype = zope-contenttype; # added 2023-10-11
zope_deprecation = zope-deprecation; # added 2023-10-07
zope_i18nmessageid = zope-i18nmessageid; # added 2023-07-29

View File

@ -16077,7 +16077,7 @@ self: super: with self; {
zope-component = callPackage ../development/python-modules/zope-component { };
zope_configuration = callPackage ../development/python-modules/zope_configuration { };
zope-configuration = callPackage ../development/python-modules/zope-configuration { };
zope-contenttype = callPackage ../development/python-modules/zope-contenttype { };