| Port details |
- py-runs Run a block of text as a subprocess
- 1.3.0 devel
=0 1.2.2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2025-10-16 23:18:15
- Last Update: 2026-04-28 09:16:52
- Commit Hash: 7746f99
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/rec/runs
- Description:
- The runs Python library provides enhanced versions of the subprocess
module's functions, such as call(), check_call(), check_output(), and
run(). It allows users to execute blocks of text as a sequence of
subprocess calls, handling multiple commands, line continuations, and
comments. The library also offers features like optional logging,
error handling and lazy evaluation.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}runs>0:devel/py-runs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-runs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-runs
- pkg install py311-runs
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-runs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-runs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1777365948
SHA256 (runs-1.3.0.tar.gz) = cca304b631dbefec598c7bfbcfb50d6feace6d3a968734b67fd42d3c728f5a05
SIZE (runs-1.3.0.tar.gz) = 4585
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-uv-build>0 : devel/py-uv-build@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-xmod>0 : devel/py-xmod@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- editors/py-editor
Configuration Options:
- No options to configure
- Options name:
- devel_py-runs
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|