1 { lib, fetchPypi, buildPythonPackage, flask, pythonOlder, pytestCheckHook }:
3 buildPythonPackage rec {
4 pname = "flask-themes2";
8 disabled = pythonOlder "3.8";
11 pname = "Flask-Themes2";
13 hash = "sha256-0U0cSdBddb9+IG3CU6zUPlxaJhQlxOV6OLgxnNDChy8=";
16 nativeCheckInputs = [ pytestCheckHook ];
17 propagatedBuildInputs = [ flask ];
20 description = "Easily theme your Flask app";
21 homepage = "https://github.com/sysr-q/flask-themes2";
22 license = licenses.mit;
23 maintainers = with maintainers; [ ruby0b ];