python3Packages.python-fasthtml: rename from fasthtml

This commit is contained in:
Martin Weinelt
2026-07-11 14:48:52 +02:00
parent f86c4d8b29
commit a187cae4ae
4 changed files with 6 additions and 5 deletions
@@ -5,8 +5,8 @@
setuptools,
fastcore,
numpy,
fasthtml,
ipython,
python-fasthtml,
}:
buildPythonPackage (finalAttrs: {
@@ -26,8 +26,8 @@ buildPythonPackage (finalAttrs: {
dependencies = [
fastcore
numpy
fasthtml
ipython
python-fasthtml
];
# no real tests
@@ -30,7 +30,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "fasthtml";
pname = "python-fasthtml";
version = "0.13.3";
pyproject = true;
+1
View File
@@ -228,6 +228,7 @@ mapAliases {
face_recognition = throw "'face_recognition' has been renamed to/replaced by 'face-recognition'"; # Converted to throw 2025-10-29
face_recognition_models = throw "'face_recognition_models' has been renamed to/replaced by 'face-recognition-models'"; # Converted to throw 2025-10-29
factory_boy = throw "'factory_boy' has been renamed to/replaced by 'factory-boy'"; # Converted to throw 2025-10-29
fasthtml = python-fasthtml; # Added 2026-07-11
fastnlo_toolkit = throw "'fastnlo_toolkit' has been renamed to/replaced by 'fastnlo-toolkit'"; # Converted to throw 2025-10-29
fasttext-predict = throw "'fasttext-predict' has been removed as the only consumer searxng removed its usage"; # Added 2026-03-11
fb-re2 = throw "fb-re2 has been removed since it is unmaintained upstream, consider google-re2 instead"; # added 2025-10-18
+2 -2
View File
@@ -5835,8 +5835,6 @@ self: super: with self; {
fastgit = callPackage ../development/python-modules/fastgit { };
fasthtml = callPackage ../development/python-modules/fasthtml { };
fastimport = callPackage ../development/python-modules/fastimport { };
fastjet = callPackage ../development/python-modules/fastjet { };
@@ -16411,6 +16409,8 @@ self: super: with self; {
python-family-hub-local = callPackage ../development/python-modules/python-family-hub-local { };
python-fasthtml = callPackage ../development/python-modules/python-fasthtml { };
python-fedora = callPackage ../development/python-modules/python-fedora { };
python-ffmpeg = callPackage ../development/python-modules/python-ffmpeg { };