Commit 338584bd authored by ruby0b's avatar ruby0b
Browse files

python3Packages.flask-themes2: drop

the only consumer pyload-ng was removed
parent 98fd9705
Loading
Loading
Loading
Loading
+0 −33
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
  setuptools,
  flask,
  pytestCheckHook,
}:

buildPythonPackage rec {
  pname = "flask-themes2";
  version = "1.0.1";
  pyproject = true;

  src = fetchPypi {
    pname = "Flask-Themes2";
    inherit version;
    hash = "sha256-gsMgQQXjhDfQRhm7H0kBy8jKxd75WY+PhHR6Rk/PUPs=";
  };

  nativeBuildInputs = [ setuptools ];

  propagatedBuildInputs = [ flask ];

  nativeCheckInputs = [ pytestCheckHook ];

  meta = {
    description = "Easily theme your Flask app";
    homepage = "https://github.com/sysr-q/flask-themes2";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ ruby0b ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -201,6 +201,7 @@ mapAliases {
  filesplit = throw "filesplit has been removed, since it is unmaintained"; # added 2025-08-20
  flask-security-too = throw "'flask-security-too' has been renamed to/replaced by 'flask-security'"; # Converted to throw 2025-10-29
  flask-silk = throw "flask-silk was removed, as it is unmaintained since 2018."; # added 2025-05-25
  flask-themes2 = throw "'flask-themes2' was removed as the only consumer pyload-ng was removed"; # added 2026-03-21
  flask_assets = throw "'flask_assets' has been renamed to/replaced by 'flask-assets'"; # Converted to throw 2025-10-29
  flask_elastic = throw "'flask_elastic' has been renamed to/replaced by 'flask-elastic'"; # Converted to throw 2025-10-29
  flask_login = throw "'flask_login' has been renamed to/replaced by 'flask-login'"; # Converted to throw 2025-10-29
+0 −2
Original line number Diff line number Diff line
@@ -5725,8 +5725,6 @@ self: super: with self; {
  flask-themer = callPackage ../development/python-modules/flask-themer { };
  flask-themes2 = callPackage ../development/python-modules/flask-themes2 { };
  flask-unsign = callPackage ../development/python-modules/flask-unsign { };
  flask-versioned = callPackage ../development/python-modules/flask-versioned { };