Port details |
- py-usort Small, safe import sorter
- 1.0.8.post1 devel =2 1.0.8.post1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-04-06 00:03:19
- Last Update: 2024-04-05 23:56:50
- Commit Hash: 9d9c939
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://usort.readthedocs.io/en/stable/
- https://github.com/facebook/usort
- Description:
- usort is a safe, minimal import sorter. Its primary goal is to make no
"dangerous" changes to code. This is achieved by detecting distinct "blocks" of
imports that are the most likely to be safely interchangeable, and only
reordering imports within these blocks without altering formatting. Code style
is left as an exercise for linters and formatters.
- ¦ ¦ ¦ ¦
- 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}usort>0:devel/py-usort@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-usort/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-usort
- pkg install py39-usort
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 py39-usort listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-usort
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1712330563
SHA256 (usort-1.0.8.post1.tar.gz) = 68def75f2b20b97390c552c503e071ee06c65ad502c5f94f3bd03f095cf4dfe6
SIZE (usort-1.0.8.post1.tar.gz) = 83215
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:
-
- py39-setuptools>=38.3.0 : devel/py-setuptools@py39
- py39-setuptools-scm>=0 : devel/py-setuptools-scm@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-attrs>=21.2.0 : devel/py-attrs@py39
- py39-click>=7.0.0 : devel/py-click@py39
- py39-libcst>=0.3.7 : devel/py-libcst@py39
- py39-moreorless>=0.3.0 : devel/py-moreorless@py39
- py39-stdlibs>=2021.4.1 : devel/py-stdlibs@py39
- py39-toml>=0.10.0 : textproc/py-toml@py39
- py39-trailrunner>=1.0 : devel/py-trailrunner@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-ufmt
Configuration Options:
- No options to configure
- Options name:
- devel_py-usort
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.8.post1 05 Apr 2024 23:56:50 |
Po-Chuan Hsieh (sunpoet) |
devel/py-usort: Add py-usort 1.0.8.post1
usort is a safe, minimal import sorter. Its primary goal is to make no
"dangerous" changes to code. This is achieved by detecting distinct "blocks" of
imports that are the most likely to be safely interchangeable, and only
reordering imports within these blocks without altering formatting. Code style
is left as an exercise for linters and formatters. |
Number of commits found: 1
|