mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
python310Packages.zope-i18nmessageid: rename from zope_i18nmessageid
This commit is contained in:
parent
0dddbfa67e
commit
6f79f10868
@ -6,7 +6,7 @@
|
||||
, zope_deprecation
|
||||
, zope_event
|
||||
, zope-hookable
|
||||
, zope_i18nmessageid
|
||||
, zope-i18nmessageid
|
||||
, zope_interface
|
||||
}:
|
||||
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
zope_deprecation
|
||||
zope_event
|
||||
zope-hookable
|
||||
zope_i18nmessageid
|
||||
zope-i18nmessageid
|
||||
zope_interface
|
||||
];
|
||||
|
||||
|
@ -7,11 +7,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope.i18nmessageid";
|
||||
pname = "zope-i18nmessageid";
|
||||
version = "5.1.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "zope.i18nmessageid";
|
||||
inherit version;
|
||||
hash = "sha256-R7djR7gOCytmxIbuZvP4bFdJOiB1uFqfuAJpD6cwvZI=";
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, zope_i18nmessageid
|
||||
, zope-i18nmessageid
|
||||
, zope_schema
|
||||
, zope_testrunner
|
||||
, manuel
|
||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ zope_testrunner manuel ];
|
||||
|
||||
propagatedBuildInputs = [ zope_i18nmessageid zope_schema ];
|
||||
propagatedBuildInputs = [ zope-i18nmessageid zope_schema ];
|
||||
|
||||
# Need to investigate how to run the tests with zope-testrunner
|
||||
doCheck = false;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, zope_i18nmessageid
|
||||
, zope-i18nmessageid
|
||||
, zope_interface
|
||||
}:
|
||||
|
||||
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-bhv3QJdZtNpyAuL6/aZXWD1Acx8661VweWaItJPpkHk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope_i18nmessageid zope_interface ];
|
||||
propagatedBuildInputs = [ zope-i18nmessageid zope_interface ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/zopefoundation/zope.size";
|
||||
|
@ -383,4 +383,5 @@ 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_i18nmessageid = zope-i18nmessageid; # added 2023-07-29
|
||||
})
|
||||
|
@ -13923,7 +13923,7 @@ self: super: with self; {
|
||||
|
||||
zope-hookable = callPackage ../development/python-modules/zope-hookable { };
|
||||
|
||||
zope_i18nmessageid = callPackage ../development/python-modules/zope_i18nmessageid { };
|
||||
zope-i18nmessageid = callPackage ../development/python-modules/zope-i18nmessageid { };
|
||||
|
||||
zope_interface = callPackage ../development/python-modules/zope_interface { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user