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-avocado-framework Set of tools and libraries to help with automated testing
112.0 devel on this many watch lists=0 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 111.0Version of this port present on the latest quarterly branch.
Maintainer: novel@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-01 04:33:06
Last Update: 2025-10-19 04:56:26
Commit Hash: 8d1defa
Also Listed In: python
License: GPLv2+
WWW:
https://avocado-framework.github.io/
Description:
Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test. Avocado is composed of: - A test runner that lets you execute tests. Those tests can be either written in your language of choice, or be written in Python and use the available libraries. In both cases, you get facilities such as automated log and system information collection. - Libraries that help you write tests in a concise, yet expressive and powerful way. - Plugins that can extend and add new functionality to the Avocado Framework. Avocado is built on the experience accumulated with Autotest, while improving on its weaknesses and shortcomings.
Homepage    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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}avocado-framework>0:devel/py-avocado-framework@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-avocado-framework/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-avocado-framework
  • pkg install py311-avocado-framework
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-avocado-framework listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-avocado-framework
Package flavors (<flavor>: <package>)
  • py311: py311-avocado-framework
distinfo:
TIMESTAMP = 1760808223 SHA256 (avocado-framework-avocado-112.0_GH0.tar.gz) = cdae785ad8a0c2de20972a8bcfb8b73a2b558e62b06a26b36301c33ee3ae01f8 SIZE (avocado-framework-avocado-112.0_GH0.tar.gz) = 1594377

Expand this list (2 items)

Collapse this list.

SHA256 (dcfd5a7.patch) = 06c4b6cc1be2218730b7ff0f36284fba549f04276a3602588d4008c563900ef5 SIZE (dcfd5a7.patch) = 2670

Collapse this list.


Packages (timestamps in pop-ups are UTC):
py311-avocado-framework
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest111.0112.0-111.0112.0n/an/an/a
FreeBSD:13:quarterly111.0111.0-111.0111.0n/an/an/a
FreeBSD:14:latest111.0112.0-111.0112.0---
FreeBSD:14:quarterly111.0111.0-111.0111.0---
FreeBSD:15:latest112.0112.0n/a111.0n/an/a--
FreeBSD:15:quarterly111.0111.0n/a-n/an/a--
FreeBSD:16:latest111.0112.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-sqlite3>=0 : databases/py-sqlite3@py311
  3. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-avocado-framework
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/avocado-framework/avocado/tar.gz/112.0?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
112.0
19 Oct 2025 04:56:26
commit hash: 8d1defa4bf6641680bddd0a977a787d273aed047commit hash: 8d1defa4bf6641680bddd0a977a787d273aed047commit hash: 8d1defa4bf6641680bddd0a977a787d273aed047commit hash: 8d1defa4bf6641680bddd0a977a787d273aed047 files touched by this commit
Roman Bogorodskiy (novel) search for other commits by this committer
devel/py-avocado-framework: update to 112.0

 - Update to 112.0
 - Switch to the upstream suggested approach for /usr/local prefix
   handling rather than keeping a local patch

Sponsored by:	The FreeBSD Foundation
111.0
13 Jun 2025 09:18:39
commit hash: f252cd5b7e2eb14ccdaf15af8de5c388d75ae173commit hash: f252cd5b7e2eb14ccdaf15af8de5c388d75ae173commit hash: f252cd5b7e2eb14ccdaf15af8de5c388d75ae173commit hash: f252cd5b7e2eb14ccdaf15af8de5c388d75ae173 files touched by this commit
Roman Bogorodskiy (novel) search for other commits by this committer
devel/py-avocado-framework: update to 111.0

 - Update to 111.0
 - Add some missing RUN_DEPENDS

Sponsored by:	The FreeBSD Foundation
110.0
01 Jun 2025 04:28:59
commit hash: 98dd9243217131022769ef7990f3b2933483c1f3commit hash: 98dd9243217131022769ef7990f3b2933483c1f3commit hash: 98dd9243217131022769ef7990f3b2933483c1f3commit hash: 98dd9243217131022769ef7990f3b2933483c1f3 files touched by this commit
Roman Bogorodskiy (novel) search for other commits by this committer
devel/py-avocado-framework: new port

Add a port for Avocado-Framework, a set of tools and libraries to help
with automated testing.

Sponsored by:	The FreeBSD Foundation

Number of commits found: 3