Port details |
- py-stestr Parallel Python test runner built around subunit
- 4.1.0_1 devel =2 4.1.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-04-08 20:18:14
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://stestr.readthedocs.io/en/latest/
- https://github.com/mtreinish/stestr
- Description:
- stestr is parallel Python test runner designed to execute unittest test suites
using multiple processes to split up execution of a test suite. It also will
store a history of all test runs to help in debugging failures and optimizing
the scheduler to improve speed. To accomplish this goal it uses the subunit
protocol to facilitate streaming and storing results from multiple workers.
stestr originally started as a fork of the testrepository project. But, instead
of being an interface for any test runner that used subunit, like
testrepository, stestr concentrated on being a dedicated test runner for python
projects. While stestr was originally forked from testrepository it is not
backwards compatible with testrepository. At a high level the basic concepts of
operation are shared between the two projects but the actual usage is not
exactly the same.
- ¦ ¦ ¦ ¦
- 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}stestr>0:devel/py-stestr@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-stestr/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-stestr
- pkg install py311-stestr
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-stestr listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-stestr
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1712580500
SHA256 (stestr-4.1.0.tar.gz) = 5f61c369eece63c292d13599e12aa158af7685990643f24dd6fa7fabfe34e98a
SIZE (stestr-4.1.0.tar.gz) = 113187
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-pbr>=2.0.0 : devel/py-pbr@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@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-cliff>=2.8.0 : devel/py-cliff@py311
- py311-extras>=1.0.0 : devel/py-extras@py311
- py311-fixtures>=3.0.0 : devel/py-fixtures@py311
- py311-pbr>=2.0.0 : devel/py-pbr@py311
- py311-python-subunit>=1.3.0 : devel/py-python-subunit@py311
- py311-testtools>=2.2.0 : devel/py-testtools@py311
- py311-tomlkit>=0.11.6 : textproc/py-tomlkit@py311
- py311-voluptuous>=0.8.9 : devel/py-voluptuous@py311
- py311-pyyaml>=3.10.0 : devel/py-pyyaml@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-stestr
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.0_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
4.1.0 08 Apr 2024 20:16:40 |
Po-Chuan Hsieh (sunpoet) |
devel/py-stestr: Add py-stestr 4.1.0
stestr is parallel Python test runner designed to execute unittest test suites
using multiple processes to split up execution of a test suite. It also will
store a history of all test runs to help in debugging failures and optimizing
the scheduler to improve speed. To accomplish this goal it uses the subunit
protocol to facilitate streaming and storing results from multiple workers.
stestr originally started as a fork of the testrepository project. But, instead
of being an interface for any test runner that used subunit, like
testrepository, stestr concentrated on being a dedicated test runner for python
projects. While stestr was originally forked from testrepository it is not
backwards compatible with testrepository. At a high level the basic concepts of
operation are shared between the two projects but the actual usage is not
exactly the same. |
Number of commits found: 2
|