Port details |
- py-ufmt Safe, atomic formatting with black and usort
- 2.8.0 devel =2 2.7.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-04-06 00:03:16
- Last Update: 2024-10-29 14:38:36
- Commit Hash: cc8c061
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://ufmt.omnilib.dev/en/stable/
- https://github.com/omnilib/ufmt
- Description:
- ufmt is a safe, atomic code formatter for Python built on top of black and
usort:
- Black makes code review faster by producing the smallest diffs possible.
Blackened code looks the same regardless of the project you're reading.
- usort is a safe, minimal import sorter. Its primary goal is to make no
"dangerous" changes to code, and to make no changes on code style.
ufmt formats files in-memory, first with usort and then with black, before
writing any changes back to disk. This enables a combined, atomic step in CI/CD
workflows for checking or formatting files, without any chance of conflict or
intermediate changes between the import sorter and the code formatter.
- ¦ ¦ ¦ ¦
- 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}ufmt>0:devel/py-ufmt@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-ufmt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-ufmt
- pkg install py311-ufmt
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-ufmt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-ufmt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729994322
SHA256 (ufmt-2.8.0.tar.gz) = 72c9502915497678de9aeab8aa18604890f14f869f7f378dd26e2878bde84f13
SIZE (ufmt-2.8.0.tar.gz) = 24482
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-flit-core>=3.8<4 : devel/py-flit-core@py311
- 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:
-
- py311-black>=20.8b0 : devel/py-black@py311
- py311-click>=8.0 : devel/py-click@py311
- py311-libcst>=0.4.0 : devel/py-libcst@py311
- py311-moreorless>=0.4.0 : devel/py-moreorless@py311
- py311-tomlkit>=0.7.2 : textproc/py-tomlkit@py311
- py311-trailrunner>=1.2.1 : devel/py-trailrunner@py311
- py311-typing-extensions>=4.0 : devel/py-typing-extensions@py311
- py311-usort>=1.0 : devel/py-usort@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-ufmt
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|