notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-stestr Parallel Python test runner built around subunit
4.1.0_1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.1.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py311: py311-stestr
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):
py311-stestr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.1.0_14.1.0_1-4.1.0_14.1.0_1---
FreeBSD:13:quarterly4.1.0_14.1.0_1-4.1.0_14.1.0_1---
FreeBSD:14:latest4.1.0_14.1.0_1-4.1.0_14.1.0_1---
FreeBSD:14:quarterly4.1.0_14.1.0_1-4.1.0_14.1.0_1---
FreeBSD:15:latest4.1.0_14.1.0_1n/a4.1.0_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-pbr>=2.0.0 : devel/py-pbr@py311
  2. py311-setuptools>=0 : devel/py-setuptools@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-cliff>=2.8.0 : devel/py-cliff@py311
  2. py311-extras>=1.0.0 : devel/py-extras@py311
  3. py311-fixtures>=3.0.0 : devel/py-fixtures@py311
  4. py311-pbr>=2.0.0 : devel/py-pbr@py311
  5. py311-python-subunit>=1.3.0 : devel/py-python-subunit@py311
  6. py311-testtools>=2.2.0 : devel/py-testtools@py311
  7. py311-tomlkit>=0.11.6 : textproc/py-tomlkit@py311
  8. py311-voluptuous>=0.8.9 : devel/py-voluptuous@py311
  9. py311-pyyaml>=3.10.0 : devel/py-pyyaml@py311
  10. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/stestr/
  2. https://pypi.org/packages/source/s/stestr/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.0_1
07 Jul 2024 08:05:33
commit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286ecommit hash: 1a80ec7c2281900b82b228ee3a7b070c8ca4286e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 287df32c2fe9cc3c2b410412328ba52c8cb51763commit hash: 287df32c2fe9cc3c2b410412328ba52c8cb51763commit hash: 287df32c2fe9cc3c2b410412328ba52c8cb51763commit hash: 287df32c2fe9cc3c2b410412328ba52c8cb51763 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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