python310Packages.pyramid-mako: rename from pyramid_mako

This commit is contained in:
natsukium 2023-08-24 00:18:26 +09:00 committed by Martin Weinelt
parent 9520a3344b
commit 20d20c162a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
4 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,7 @@
, mako
, nose
, pyramid
, pyramid_mako
, pyramid-mako
, pytestCheckHook
, six
, tornado
@ -33,7 +33,7 @@ buildPythonPackage rec {
nose
tornado
pyramid
pyramid_mako
pyramid-mako
pytestCheckHook
];

View File

@ -8,7 +8,7 @@
}:
buildPythonPackage rec {
pname = "pyramid_mako";
pname = "pyramid-mako";
version = "1.1.0";
src = fetchPypi {

View File

@ -283,6 +283,7 @@ mapAliases ({
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_jinja2 = pyramid-jinja2; # added 2023-06-06
pyramid_mako = pyramid-mako; # added 2023-08-24
pyreadability = readability-lxml; # added 2022-05-24
pyres = throw "pyres has been removed, since it is abandoned and broken"; # added 2023-06-20
pyroute2-core = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16

View File

@ -10688,7 +10688,7 @@ self: super: with self; {
pyramid-jinja2 = callPackage ../development/python-modules/pyramid-jinja2 { };
pyramid_mako = callPackage ../development/python-modules/pyramid_mako { };
pyramid-mako = callPackage ../development/python-modules/pyramid-mako { };
pyramid_multiauth = callPackage ../development/python-modules/pyramid_multiauth { };