mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
python310Packages.pyramid-exclog: rename from pyramid_exclog
This commit is contained in:
parent
4400a76459
commit
9520a3344b
@ -5,11 +5,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyramid_exclog";
|
pname = "pyramid-exclog";
|
||||||
version = "1.1";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "pyramid_exclog";
|
||||||
|
inherit version;
|
||||||
hash = "sha256-Tl2rYH/GifNfB9w4nG9UIqAQz0O6kujCED/4iZnPKDw=";
|
hash = "sha256-Tl2rYH/GifNfB9w4nG9UIqAQz0O6kujCED/4iZnPKDw=";
|
||||||
};
|
};
|
||||||
|
|
@ -280,6 +280,7 @@ mapAliases ({
|
|||||||
pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09
|
pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09
|
||||||
pyramid_beaker = pyramid-beaker; # added 2023-08-23
|
pyramid_beaker = pyramid-beaker; # added 2023-08-23
|
||||||
pyramid_chameleon = pyramid-chameleon; # added 2023-08-23
|
pyramid_chameleon = pyramid-chameleon; # added 2023-08-23
|
||||||
|
pyramid_exclog = pyramid-exclog; # added 2023-08-24
|
||||||
pyramid_hawkauth = throw "pyramid_hawkauth has been removed because it is no longer maintained"; # added 2023-02-2
|
pyramid_hawkauth = throw "pyramid_hawkauth has been removed because it is no longer maintained"; # added 2023-02-2
|
||||||
pyramid_jinja2 = pyramid-jinja2; # added 2023-06-06
|
pyramid_jinja2 = pyramid-jinja2; # added 2023-06-06
|
||||||
pyreadability = readability-lxml; # added 2022-05-24
|
pyreadability = readability-lxml; # added 2022-05-24
|
||||||
|
@ -10684,7 +10684,7 @@ self: super: with self; {
|
|||||||
|
|
||||||
pyramid-chameleon = callPackage ../development/python-modules/pyramid-chameleon { };
|
pyramid-chameleon = callPackage ../development/python-modules/pyramid-chameleon { };
|
||||||
|
|
||||||
pyramid_exclog = callPackage ../development/python-modules/pyramid_exclog { };
|
pyramid-exclog = callPackage ../development/python-modules/pyramid-exclog { };
|
||||||
|
|
||||||
pyramid-jinja2 = callPackage ../development/python-modules/pyramid-jinja2 { };
|
pyramid-jinja2 = callPackage ../development/python-modules/pyramid-jinja2 { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user