Commit graph

34 commits

Author SHA1 Message Date
Frederik Rietdijk 699a0dad2f python: pylint: 2.2.2 -> 2.2.3 2019-04-18 12:42:41 +02:00
Frederik Rietdijk a1a4ff7471 python.pkgs.pylint: pytestrunner belongs in nativeBuildInputs
because it's in `setup_requires`. Noticed when building with `doCheck =
false;`.
2019-03-26 15:33:05 +01:00
Frederik Rietdijk c0e6fbba70 python: pylint: 1.9.3 -> 1.9.4 2019-01-04 14:35:58 +01:00
Robert Schütz b0c44debac python.pkgs.pylint: disable broken tests
fixes https://github.com/NixOS/nixpkgs/issues/51394
2018-12-03 16:50:41 +01:00
Robert Schütz 8310ad14a4 python: pylint: 2.1.1 -> 2.2.2 2018-12-03 16:50:41 +01:00
Frederik Rietdijk d6198515b4 python: pylint: 1.9.2 -> 1.9.3 2018-12-03 16:50:39 +01:00
Ben Wolsieffer 67ea56717a python2Packages.pylint: init at 1.9.2 2018-10-11 18:15:15 -04:00
Frederik Rietdijk 99ae554b9a python: pylint: 2.0.1 -> 2.1.1 2018-08-25 07:38:23 +02:00
Robert Schütz 7f69825334 python.pkgs.pylint: 2.0.0 -> 2.0.1 2018-07-26 12:43:18 +02:00
Frederik Rietdijk 3bbdf27a16 python: pylint: 1.9.2 -> 2.0.0 2018-07-26 12:43:05 +02:00
Vladimír Čunát 2059bf9e39
Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 085792db66 python: pylint: 1.8.4 -> 1.9.2 2018-06-22 13:09:26 +02:00
Frederik Rietdijk fae0aa6fbf python: pylint: 1.8.3 -> 1.8.4 2018-04-08 11:36:07 +02:00
Frederik Rietdijk c85ffe1069 python: pylint: 1.8.2 -> 1.8.3 2018-04-08 11:34:55 +02:00
Robert Schütz 5f5c41dadc pythonPackages.pylint: add mccabe to propagatedBuildInputs 2018-03-01 14:43:12 +01:00
Frederik Rietdijk ee558088fd python: pylint: 1.8.1 -> 1.8.2 2018-02-03 17:43:30 +01:00
Frederik Rietdijk bc459a8176 python: pylint: 1.7.4 -> 1.8.1 2017-12-31 10:55:14 +01:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Frederik Rietdijk c4ec44e4d7 python.pkgs.pylint: use fetchPypi 2017-09-07 09:28:03 +02:00
Frederik Rietdijk ac1ea28a50 python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
Frederik Rietdijk f25720cacb python.pkgs.pylint: fix build on python2, fixes #26745 2017-06-22 07:46:30 +02:00
Robert Scott 21e3b2ff55 python.pkgs.pylint: add pytestrunner to buildInputs 2017-05-29 02:10:43 +01:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Dan Peebles 90b9719f4f treewide: fix the remaining issues with meta attributes 2017-04-29 04:24:34 +00:00
Fernando J Pando 6be140d621 pylint: 1.5.4 -> 1.6.5
- tested on nixos
- tested on darwin
2017-03-03 08:37:42 -05:00
Frederik Rietdijk 9441311e93 pythonPackages.pylint: 1.4.1 -> 1.5.4 2016-01-24 14:34:06 +01:00
Domen Kožar 6cf4e29c4f Fix build for python3Packages.spyder
pylint (using Python 2.7) got propagated into python3Packages.spyder
so Python 2.7 setup-hook was used instead of python34.

Now that pylint is part of pythonPackages attribute set, pylint is
used with python3.4 as a base.
2015-12-02 19:07:46 +01:00
Damien Cassou c9b4cb56ae update pylint, astroid, six, and logilab-common
pylint 1.4.0 -> 1.4.1
astroid 1.3.2 -> 1.3.4
six 1.8.0 -> 1.9.0
logilab-common 0.61.0 -> 0.63.2
2015-02-17 11:02:31 +01:00
Damien Cassou 8967e88438 Update pylint and astroid 2014-12-16 16:54:41 +01:00
Peter Simons 1fe094d2b8 pylint: update to version 1.2.1 2014-05-13 16:11:06 +02:00
Peter Simons 02a475bf75 pylint: update from 0.26.0 to 0.28.0 2014-02-24 22:04:40 +01:00
Domen Kožar 332dd4854f Move namePrefix="" python packages out of python-packges.nix
It doesn't make sense to build tools/applications with three different
python interpreter versions, so move them out of python modules list.

Also reverts 53ffc6e0ef.
2013-07-31 13:34:11 +02:00