python: editorconfig fixes

This commit is contained in:
zowoq
2020-08-25 12:07:09 +10:00
committed by Jon
parent 1c2ebdc5a3
commit 0cff30bb44
87 changed files with 149 additions and 157 deletions

View File

@@ -3,20 +3,20 @@
buildPythonPackage rec {
pname = "Sanic-Auth";
version = "0.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "b7cb9e93296c035ada0aa1ebfb33f9f7b62f7774c519e374b7fe703ff73589cb";
};
propagatedBuildInputs = [ sanic ];
checkInputs = [ pytest ];
checkPhase = ''
pytest tests
'';
meta = with lib; {
description = "Simple Authentication for Sanic";
homepage = "https://github.com/pyx/sanic-auth/";