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 , pytz
, requests , requests
, six , six
, zope_component , zope-component
, zope_interface , zope_interface
, dialog , dialog
, gnureadline , gnureadline
@ -50,7 +50,7 @@ buildPythonPackage rec {
pytz pytz
requests requests
six six
zope_component zope-component
zope_interface zope_interface
]; ];

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -377,4 +377,5 @@ mapAliases ({
zc-buildout221 = zc-buildout; # added 2021-07-21 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"; 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_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-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 { }; zope_configuration = callPackage ../development/python-modules/zope_configuration { };