Version: 2.7.4, Package name: pylint-2.7.4 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Pylint is a lint-like tool for Python code. It performs almost all the verifications that pychecker does, and additionally can perform some stylistic verification and coding standard enforcements. The checked code is assigned a mark based on the number and the severity of the encountered problems. The previous mark of a given piece of code is cached so that you can see if the code quality has improved since the last check. |
Filesize: 698.737 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:18 by Stuart Henderson | Files touched by this commit (110) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-04-05 08:21:15 by Stuart Henderson | Files touched by this commit (1) |
Log message: pylint: set tighter version dependency on py-astroid, similar to a diff from rgcinjp@ disroot org |
2021-03-31 08:07:49 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to pylint-2.7.4 |
2021-03-25 06:37:02 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to pylint-2.7.2, from rgcinjp /a/ disroot-org with tweaks from me (drop REVISION, add PY_IGNORE_IMPORTMISMATCH=1 for tests) unbreaks with newer py-astroid |
2021-01-06 03:19:25 by Stuart Henderson | Files touched by this commit (2) |
Log message: pylint tweaks: - remove some @conflict pylint{,3}-main that wouldn't ever trigger (conflicts work with package names which were pylint-$VER/pylint3-$VER which were already handled) - the port is py3-only so remove -3 suffix on the installed scripts as there's no longer a conflict |
2021-01-04 21:37:20 by Klemens Nanni | Files touched by this commit (12) |
Log message: Update to pylint 2.6.0 First the package was broken due to too recent dependent packages, then it was broken due to beeing too old itself. Upstream dropped the GUI years ago, so remove it. With daniel |
2020-08-19 06:25:13 by Antoine Jacoutot | Files touched by this commit (28) |
Log message: Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are python3 only ports. "Yes please, it's not really optional so I think = is better." sthen@ |
2020-07-14 03:19:32 by Klemens Nanni | Files touched by this commit (7) |
Log message: Move py-astroid and pylint to py3 only py2 pylint is the only consumer of py2 py-astroid and nothing depends on py2 pylint. OK bket |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-11-17 21:37:33 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Fix tests by removing custom do-test target and switching to MODPY_PYTEST |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-07-05 09:43:43 by Stuart Henderson | Files touched by this commit (6) |
Log message: move some REVISION lines that are buried away low down in the Makefile |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-05-13 12:06:44 by Daniel Jakots | Files touched by this commit (48) |
Log message: Remove shadchin@ as maintainer per his request Other categories will follow shortly |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2017-03-26 05:21:52 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Update to pylint 1.6.5 |
2017-03-25 21:21:58 by Juan Francisco Cantero Hurtado | Files touched by this commit (1) |
Log message: Add py-mccabe to RUN_DEPENDS. From Andreas Kusalananda Kahari. |
2017-01-03 12:19:49 by Landry Breuil | Files touched by this commit (107) |
Log message: bump ports depending on python3 in devel |
2016-12-09 01:41:22 by Alexandr Shadchin | Files touched by this commit (1) |
Log message: Unbreak test after update py-logilab-common |
2016-11-13 12:51:26 by Alexandr Shadchin | Files touched by this commit (1) |
Log message: Fix rdep for py2 flavor |
2016-09-30 12:28:04 by Alexandr Shadchin | Files touched by this commit (1) |
Log message: Fix depends for py2 version |
2016-09-01 06:36:03 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Update to pylint 1.6.4 |
2016-06-13 05:16:53 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Update to pylint 1.5.6 |
2016-04-27 06:05:02 by Alexandr Shadchin | Files touched by this commit (7) |
Log message: Update to pylint 1.5.5 Add python3 flavor and take maintainership. ok danj@ |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-08 11:39:26 by Jasper Lievisse Adriaanse | Files touched by this commit (90) |
Log message: bump after default python version switch |
2011-05-31 02:35:20 by Stuart Henderson | Files touched by this commit (12) |
Log message: use base64-encoded checksums, "if you wish to regen, go ahead" espie@ |
2010-11-26 00:19:01 by Marc Espie | Files touched by this commit (122) |
Log message: newer depends with >= |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-08-30 16:24:16 by Jasper Lievisse Adriaanse | Files touched by this commit (78) |
Log message: bumpski for python |
2009-08-10 08:18:30 by Stuart Henderson | Files touched by this commit (2) |
Log message: unbreak PLIST; uses ${MODPY_VERSION}_func_newstyle_exceptions.txt where it should have a hardcoded 2.5. bump. |
2009-03-15 07:03:42 by Marc Espie | Files touched by this commit (18) |
Log message: A few more python deps, tweak python module to handle tkinter |
2007-10-20 07:01:57 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - compile func___future___import_not_first_stmt.pyc - install egg-info file maintainer timeout |
2007-10-18 02:04:13 by Steven Mestdagh | Files touched by this commit (1) |
Log message: unbreak packaging (no bump needed) ok maintainer, reminded by nikolay |
2007-10-08 02:22:44 by Steven Mestdagh | Files touched by this commit (216) |
Log message: bump PKGNAME after python version switch |
2007-09-15 20:53:14 by Michael Erdely | Files touched by this commit (599) |
Log message: Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN |