pythonPackages.pep257: init at 0.3.2
pep257 is a static analysis tool for checking compliance with Python PEP 257. I stay with pep257-0.3.2 because newer versions does nos satisfy requirements for pytest-pep257.
This commit is contained in:
parent
7c339ff10e
commit
d9a4fc2df9
@ -8765,6 +8765,23 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
pep257 = buildPythonPackage rec {
|
||||
name = "pep257-${version}";
|
||||
version = "0.3.2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/GreenSteam/pep257/archive/${version}.tar.gz";
|
||||
sha256 = "0v8aq0xzsa7clazszxl42904c3jpq69lg8a5hg754bqcqf72hfrn";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/GreenSteam/pep257/;
|
||||
description = "Python docstring style checker";
|
||||
longDescription = "Static analysis tool for checking compliance with Python PEP 257.";
|
||||
lecense = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
percol = buildPythonPackage rec {
|
||||
name = "percol-${version}";
|
||||
version = "0.0.8";
|
||||
|
Loading…
Reference in New Issue
Block a user