Loading pkgs/development/python-modules/filebrowser_safe/default.nix→pkgs/development/python-modules/filebrowser-safe/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { meta = with lib; { description = "A snapshot of django-filebrowser for the Mezzanine CMS"; longDescription = '' filebrowser_safe was created to provide a snapshot of the filebrowser-safe was created to provide a snapshot of the FileBrowser asset manager for Django, to be referenced as a dependency for the Mezzanine CMS for Django. ''; Loading pkgs/development/python-modules/mezzanine/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , django , django-contrib-comments , fetchPypi , filebrowser_safe , filebrowser-safe , future , grappelli-safe , isPyPy Loading Loading @@ -44,7 +44,7 @@ buildPythonPackage rec { chardet django django-contrib-comments filebrowser_safe filebrowser-safe future grappelli-safe pillow Loading Loading @@ -88,4 +88,3 @@ buildPythonPackage rec { platforms = platforms.unix; }; } pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -147,6 +147,7 @@ mapAliases ({ fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30 faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12 inherit (super.pkgs) fetchPypi; # added 2023-05-25 filebrowser_safe = filebrowser-safe; # added 2024-01-03 filemagic = throw "inactive since 2014, so use python-magic instead"; # added 2022-11-19 flaskbabel = flask-babel; # added 2023-01-19 flask_assets = flask-assets; # added 2023-08-23 Loading pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3976,7 +3976,7 @@ self: super: with self; { file-read-backwards = callPackage ../development/python-modules/file-read-backwards { }; filebrowser_safe = callPackage ../development/python-modules/filebrowser_safe { }; filebrowser-safe = callPackage ../development/python-modules/filebrowser-safe { }; filebytes = callPackage ../development/python-modules/filebytes { }; Loading Loading
pkgs/development/python-modules/filebrowser_safe/default.nix→pkgs/development/python-modules/filebrowser-safe/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { meta = with lib; { description = "A snapshot of django-filebrowser for the Mezzanine CMS"; longDescription = '' filebrowser_safe was created to provide a snapshot of the filebrowser-safe was created to provide a snapshot of the FileBrowser asset manager for Django, to be referenced as a dependency for the Mezzanine CMS for Django. ''; Loading
pkgs/development/python-modules/mezzanine/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , django , django-contrib-comments , fetchPypi , filebrowser_safe , filebrowser-safe , future , grappelli-safe , isPyPy Loading Loading @@ -44,7 +44,7 @@ buildPythonPackage rec { chardet django django-contrib-comments filebrowser_safe filebrowser-safe future grappelli-safe pillow Loading Loading @@ -88,4 +88,3 @@ buildPythonPackage rec { platforms = platforms.unix; }; }
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -147,6 +147,7 @@ mapAliases ({ fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30 faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12 inherit (super.pkgs) fetchPypi; # added 2023-05-25 filebrowser_safe = filebrowser-safe; # added 2024-01-03 filemagic = throw "inactive since 2014, so use python-magic instead"; # added 2022-11-19 flaskbabel = flask-babel; # added 2023-01-19 flask_assets = flask-assets; # added 2023-08-23 Loading
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3976,7 +3976,7 @@ self: super: with self; { file-read-backwards = callPackage ../development/python-modules/file-read-backwards { }; filebrowser_safe = callPackage ../development/python-modules/filebrowser_safe { }; filebrowser-safe = callPackage ../development/python-modules/filebrowser-safe { }; filebytes = callPackage ../development/python-modules/filebytes { }; Loading