python3Packages.pylama: 8.0.6 -> 8.3.6
This commit is contained in:
parent
81e3fc05d2
commit
89154fe1a1
1 changed files with 4 additions and 2 deletions
|
@ -15,15 +15,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pylama";
|
pname = "pylama";
|
||||||
version = "8.0.6";
|
version = "8.3.6";
|
||||||
|
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
name = "${pname}-${version}-source";
|
||||||
owner = "klen";
|
owner = "klen";
|
||||||
repo = "pylama";
|
repo = "pylama";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Olq/CZ/t1wqACoknAKsvdDKnyLZkxRtHokpu33I3trg=";
|
hash = "sha256-KU/G+2Fm4G/dUuNhhk8xM0Y8+7YOUUgREONM8CQGugw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -51,6 +52,7 @@ buildPythonPackage rec {
|
||||||
"test_pylint" # infinite recursion
|
"test_pylint" # infinite recursion
|
||||||
"test_quotes" # FIXME package pylama-quotes
|
"test_quotes" # FIXME package pylama-quotes
|
||||||
"test_radon" # FIXME package radon
|
"test_radon" # FIXME package radon
|
||||||
|
"test_sort"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue