Loading pkgs/development/python-modules/flask-silk/default.nix +21 −5 Original line number Diff line number Diff line Loading @@ -2,12 +2,15 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, flask, pytestCheckHook, }: buildPythonPackage { pname = "flask-silk"; version = "0.2-unstable-2018-06-14"; pyproject = true; # master fixes flask import syntax and has no major changes # new release requested: https://github.com/sublee/flask-silk/pull/6 Loading @@ -15,15 +18,28 @@ buildPythonPackage { owner = "sublee"; repo = "flask-silk"; rev = "3a8166550f9a0ec52edae7bf31d9818c4c15c531"; sha256 = "0mplziqw52jfspas6vsm210lmxqqzgj0dxm8y0i3gpbyyykwcmh0"; hash = "sha256-AFbGp/d+3Tci8Kj2BuT7GPdKQRBVb6PV1U6KwnH89FY="; }; propagatedBuildInputs = [ flask ]; build-system = [ setuptools ]; meta = with lib; { dependencies = [ flask ]; pythonImportsCheck = [ "flask_silk" ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "test.py" ]; disabledTests = [ # requires network access "test_subdomain" ]; meta = { description = "Adds silk icons to your Flask application or module, or extension"; license = licenses.bsd3; maintainers = teams.sage.members; license = lib.licenses.bsd3; maintainers = lib.teams.sage.members; homepage = "https://github.com/sublee/flask-silk"; }; } Loading
pkgs/development/python-modules/flask-silk/default.nix +21 −5 Original line number Diff line number Diff line Loading @@ -2,12 +2,15 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, flask, pytestCheckHook, }: buildPythonPackage { pname = "flask-silk"; version = "0.2-unstable-2018-06-14"; pyproject = true; # master fixes flask import syntax and has no major changes # new release requested: https://github.com/sublee/flask-silk/pull/6 Loading @@ -15,15 +18,28 @@ buildPythonPackage { owner = "sublee"; repo = "flask-silk"; rev = "3a8166550f9a0ec52edae7bf31d9818c4c15c531"; sha256 = "0mplziqw52jfspas6vsm210lmxqqzgj0dxm8y0i3gpbyyykwcmh0"; hash = "sha256-AFbGp/d+3Tci8Kj2BuT7GPdKQRBVb6PV1U6KwnH89FY="; }; propagatedBuildInputs = [ flask ]; build-system = [ setuptools ]; meta = with lib; { dependencies = [ flask ]; pythonImportsCheck = [ "flask_silk" ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "test.py" ]; disabledTests = [ # requires network access "test_subdomain" ]; meta = { description = "Adds silk icons to your Flask application or module, or extension"; license = licenses.bsd3; maintainers = teams.sage.members; license = lib.licenses.bsd3; maintainers = lib.teams.sage.members; homepage = "https://github.com/sublee/flask-silk"; }; }