mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
Merge pull request #191777 from viraptor/pyramid-jinja2-darwin
python310Packages.pyramid_jinja2: mark not broken
This commit is contained in:
commit
06227275ae
@ -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
|
||||
|
@ -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;
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user