python310Packages.zope-component: rename from zope_component

This commit is contained in:
natsukium 2023-07-28 09:55:45 +09:00
parent 6457a9075a
commit 39ea250bb6
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
8 changed files with 12 additions and 11 deletions

View File

@ -15,7 +15,7 @@
, pytz
, requests
, six
, zope_component
, zope-component
, zope_interface
, dialog
, gnureadline
@ -50,7 +50,7 @@ buildPythonPackage rec {
pytz
requests
six
zope_component
zope-component
zope_interface
];

View File

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, webtest
, zope_component
, zope-component
, hupper
, pastedeploy
, plaster
@ -43,7 +43,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
webtest
zope_component
zope-component
];
pythonImportsCheck = [

View File

@ -7,7 +7,7 @@
, pythonOlder
, sybil
, twisted
, zope_component
, zope-component
}:
buildPythonPackage rec {
@ -33,7 +33,7 @@ buildPythonPackage rec {
pytestCheckHook
sybil
twisted
zope_component
zope-component
];
disabledTestPaths = [

View File

@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
pname = "zope.component";
pname = "zope-component";
version = "5.1.0";
src = fetchPypi {

View File

@ -3,7 +3,7 @@
, fetchPypi
, isPy3k
, zope_event
, zope_component
, zope-component
}:
buildPythonPackage rec {
@ -15,7 +15,7 @@ buildPythonPackage rec {
hash = "sha256-9ahU6J/5fe6ke/vqN4u77yeJ0uDMkKHB2lfZChzmfLU=";
};
propagatedBuildInputs = [ zope_event zope_component ];
propagatedBuildInputs = [ zope_event zope-component ];
# namespace colides with local directory
doCheck = false;

View File

@ -36,7 +36,7 @@ buildPythonPackage rec {
passlib
requests
sqlalchemy
zope_component
zope-component
zope_configuration
];

View File

@ -377,4 +377,5 @@ mapAliases ({
zc-buildout221 = zc-buildout; # added 2021-07-21
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
})

View File

@ -13911,7 +13911,7 @@ self: super: with self; {
zope-cachedescriptors = callPackage ../development/python-modules/zope-cachedescriptors { };
zope_component = callPackage ../development/python-modules/zope_component { };
zope-component = callPackage ../development/python-modules/zope-component { };
zope_configuration = callPackage ../development/python-modules/zope_configuration { };