Port details |
- py-trailrunner Run things on paths
- 1.4.0 devel =2 1.4.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-04-06 00:03:13
- Last Update: 2024-04-05 23:56:49
- Commit Hash: 8c6ce7c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://trailrunner.omnilib.dev/en/stable/
- https://github.com/omnilib/trailrunner
- Description:
- trailrunner is a simple library for walking paths on the filesystem, and
executing functions for each file found. trailrunner obeys project level
.gitignore files, and runs functions on a process pool for increased
performance. trailrunner is designed for use by linting, formatting, and other
developer tools that need to find and operate on all files in project in a
predictable fashion with a minimal API.
- ¦ ¦ ¦ ¦
- 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}trailrunner>0:devel/py-trailrunner@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-trailrunner/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-trailrunner
- pkg install py39-trailrunner
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-trailrunner listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-trailrunner
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1712330559
SHA256 (trailrunner-1.4.0.tar.gz) = 3fe61e259e6b2e5192f321c265985b7a0dc18497ced62b2da244f08104978398
SIZE (trailrunner-1.4.0.tar.gz) = 15836
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-flit-core>=3.7<4 : devel/py-flit-core@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-pathspec>=0.8.1 : devel/py-pathspec@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-ufmt
- devel/py-usort
Configuration Options:
- No options to configure
- Options name:
- devel_py-trailrunner
- 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.4.0 05 Apr 2024 23:56:49 |
Po-Chuan Hsieh (sunpoet) |
devel/py-trailrunner: Add py-trailrunner 1.4.0
trailrunner is a simple library for walking paths on the filesystem, and
executing functions for each file found. trailrunner obeys project level
.gitignore files, and runs functions on a process pool for increased
performance. trailrunner is designed for use by linting, formatting, and other
developer tools that need to find and operate on all files in project in a
predictable fashion with a minimal API. |
Number of commits found: 1
|