python311Packages.zope-deprecation: rename from zope_deprecation

This commit is contained in:
natsukium 2023-10-07 18:16:45 +09:00
parent fbce04c0f7
commit 2e7010117a
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
7 changed files with 13 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi
, chameleon, colander, iso8601, peppercorn, translationstring, zope_deprecation
, chameleon, colander, iso8601, peppercorn, translationstring, zope-deprecation
, nose, coverage, beautifulsoup4, flaky, pyramid, pytestCheckHook }:
buildPythonPackage rec {
@ -17,7 +17,7 @@ buildPythonPackage rec {
iso8601
peppercorn
translationstring
zope_deprecation
zope-deprecation
];
nativeCheckInputs = [

View File

@ -5,7 +5,7 @@
, markupsafe
, jinja2
, pytestCheckHook
, zope_deprecation
, zope-deprecation
, pyramid
, pythonOlder
}:
@ -27,7 +27,7 @@ buildPythonPackage rec {
markupsafe
jinja2
pyramid
zope_deprecation
zope-deprecation
];
nativeCheckInputs = [

View File

@ -11,7 +11,7 @@
, translationstring
, venusian
, webob
, zope_deprecation
, zope-deprecation
, zope_interface
, pythonOlder
}:
@ -37,7 +37,7 @@ buildPythonPackage rec {
translationstring
venusian
webob
zope_deprecation
zope-deprecation
zope_interface
];

View File

@ -3,7 +3,7 @@
, fetchPypi
, zope_configuration
, zope-deferredimport
, zope_deprecation
, zope-deprecation
, zope_event
, zope-hookable
, zope-i18nmessageid
@ -24,7 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
zope_configuration
zope-deferredimport
zope_deprecation
zope-deprecation
zope_event
zope-hookable
zope-i18nmessageid

View File

@ -5,11 +5,12 @@
}:
buildPythonPackage rec {
pname = "zope.deprecation";
pname = "zope-deprecation";
version = "4.4.0";
src = fetchPypi {
inherit pname version;
pname = "zope.deprecation";
inherit version;
sha256 = "0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df";
};

View File

@ -407,5 +407,6 @@ 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_deprecation = zope-deprecation; # added 2023-10-07
zope_i18nmessageid = zope-i18nmessageid; # added 2023-07-29
})

View File

@ -15881,7 +15881,7 @@ self: super: with self; {
zope-deferredimport = callPackage ../development/python-modules/zope-deferredimport { };
zope_deprecation = callPackage ../development/python-modules/zope_deprecation { };
zope-deprecation = callPackage ../development/python-modules/zope-deprecation { };
zope_dottedname = callPackage ../development/python-modules/zope_dottedname { };