Port details |
- py-ruff Extremely fast Python linter and code formatter
- 0.7.3_1 devel =2 0.6.7Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-06-19 03:39:26
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://astral.sh/
- https://docs.astral.sh/ruff/
- https://github.com/astral-sh/ruff
- Description:
- ruff is an extremely fast Python linter, written in Rust.
Features:
* 10-100x faster than existing linters
* Installable via pip
* Python 3.11 compatibility
* pyproject.toml support
* Built-in caching, to avoid re-analyzing unchanged files
* Autofix support, for automatic error correction (e.g., automatically
remove unused imports)
* Near-parity with the built-in Flake8 rule set
* Native re-implementations of popular Flake8 plugins, like flake8-bugbear
* Monorepo-friendly configuration via hierarchical and cascading settings
- ¦ ¦ ¦ ¦
- 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:
-
- ${PYTHON_PKGNAMEPREFIX}ruff>0:devel/py-ruff@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-ruff/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-ruff
- pkg install py311-ruff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-ruff listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-ruff
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731139437
SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3
SIZE (rust/crates/Inflector-0.11.4.crate) = 17438
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-maturin>=1.0 : devel/py-maturin@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- gmake : devel/gmake
- rust>=1.83.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libzstd.so : archivers/zstd
- This port is required by:
- for Run
-
- devel/py-pytest-examples
- devel/py-pytest-ruff
- textproc/py-python-lsp-server
Configuration Options:
- No options to configure
- Options name:
- devel_py-ruff
- USES:
- cargo python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.3_1 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.7.3 09 Nov 2024 15:43:12 |
Yuri Victorovich (yuri) |
devel/{,py-}ruff: update 0.7.1 → 0.7.3 |
0.7.1_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.7.1 26 Oct 2024 03:15:18 |
Yuri Victorovich (yuri) |
devel/py-ruff: Update WWW |
0.7.1 25 Oct 2024 03:27:38 |
Yuri Victorovich (yuri) |
devel/{,py-}ruff: update 0.6.7 → 0.7.1 |
0.6.7 22 Sep 2024 06:21:46 |
Yuri Victorovich (yuri) |
devel/{,py-}ruff: update 0.5.5 → 0.6.7 |
0.5.5_2 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.5.5_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.5.5 28 Jul 2024 21:25:27 |
Yuri Victorovich (yuri) |
devel/{,py-}ruff: update 0.4.9 → 0.5.5 |
0.4.9 19 Jun 2024 03:36:40 |
Yuri Victorovich (yuri) |
devel/py-ruff: New port: Extremely fast Python linter and code formatter |