python310Packages.pyramid-jinja2: rename from pyramid_jinja2

Normalizes the package attribute according to PEP 0503.
This commit is contained in:
Martin Weinelt 2023-06-06 23:41:31 +02:00
parent 3e85b02cbe
commit 0deb071456
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
4 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@
, pypng
, pyqrcode
, pyramid
, pyramid_jinja2
, pyramid-jinja2
, pysocks
, pytestCheckHook
, pythonOlder
@ -60,7 +60,7 @@ buildPythonPackage rec {
pypng
pyqrcode
pyramid
pyramid_jinja2
pyramid-jinja2
pysocks
requests
tzlocal

View File

@ -216,6 +216,7 @@ mapAliases ({
pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04
PyMVGLive = pymvglive; # added 2023-02-19
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
pyreadability = readability-lxml; # added 2022-05-24
pyroute2-core = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
pyroute2-ethtool = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16

View File

@ -9202,7 +9202,7 @@ self: super: with self; {
pyramid_exclog = callPackage ../development/python-modules/pyramid_exclog { };
pyramid_jinja2 = callPackage ../development/python-modules/pyramid_jinja2 { };
pyramid-jinja2 = callPackage ../development/python-modules/pyramid-jinja2 { };
pyramid_mako = callPackage ../development/python-modules/pyramid_mako { };