python311Packages.filebrowser-safe: rename from filebrowser_safe
This commit is contained in:
committed by
Martin Weinelt
parent
3cd4bbedb1
commit
02fda7df11
+1
-1
@@ -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.
|
||||
'';
|
||||
@@ -6,7 +6,7 @@
|
||||
, django
|
||||
, django-contrib-comments
|
||||
, fetchPypi
|
||||
, filebrowser_safe
|
||||
, filebrowser-safe
|
||||
, future
|
||||
, grappelli-safe
|
||||
, isPyPy
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
chardet
|
||||
django
|
||||
django-contrib-comments
|
||||
filebrowser_safe
|
||||
filebrowser-safe
|
||||
future
|
||||
grappelli-safe
|
||||
pillow
|
||||
@@ -88,4 +88,3 @@ buildPythonPackage rec {
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user