Port details on branch 2022Q2 |
- pylint Analyzes python source code looking for bugs and signs of poor quality
- 3.3.7 devel
=5 3.3.7Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2004-05-28 14:22:00
- Last Update: 2025-05-19 19:57:59
- Commit Hash: cf64435
- People watching this port, also watch:: pcre, aspell, flac, aalib, speex
- Also Listed In: python
- License: GPLv2
- WWW:
- https://www.pylint.org/
- https://pylint.readthedocs.io/en/latest/
- https://github.com/pylint-dev/pylint
- Description:
- Pylint is a Python source code analyzer which looks for programming errors,
helps enforcing a coding standard and sniffs for some code smells (as defined in
Martin Fowler's Refactoring book).
Pylint has many rules enabled by default, way too much to silence them all on a
minimally sized program. It's highly configurable and handle pragmas to control
it from within your code. Additionally, it is possible to write plugins to add
your own checks.
  ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint
- To install the port:
- cd /usr/ports/devel/pylint/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pylint
- pkg install pylint-py311
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pylint-py311
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1747546422
SHA256 (pylint-3.3.7.tar.gz) = 2b11de8bde49f9c5059452e0c310c079c746a0a8eeaa789e5aa966ecc23e4559
SIZE (pylint-3.3.7.tar.gz) = 1520709
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=62.6 : devel/py-setuptools@py311
- py311-wheel>=0.37.1 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-astroid>=3.3.8<3.4.0 : devel/py-astroid@py311
- py311-dill>=0.3.7 : devel/py-dill@py311
- py311-isort>=4.2.5<7 : devel/py-isort@py311
- py311-mccabe>=0.6<0.8 : devel/py-mccabe@py311
- py311-platformdirs>=2.2 : devel/py-platformdirs@py311
- py311-tomlkit>=0.10.1 : textproc/py-tomlkit@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- multimedia/totem
- for Run
-
- devel/py-graal
- devel/py-prospector
- devel/py-pylint-django
- devel/py-pylint-flask
- devel/py-pylint-plugin-utils
- devel/thonny
- textproc/py-python-lsp-server
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_pylint
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|