Merge pull request #191777 from viraptor/pyramid-jinja2-darwin

python310Packages.pyramid_jinja2: mark not broken
This commit is contained in:
Martin Weinelt 2023-06-07 00:00:17 +02:00 committed by GitHub
commit 06227275ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 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

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, buildPythonPackage
, fetchPypi
, webtest
@ -53,7 +52,6 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "Jinja2 template bindings for the Pyramid web framework";
homepage = "https://github.com/Pylons/pyramid_jinja2";
license = licenses.bsd0;

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 { };