Port details |
- py-asv Airspeed Velocity: A simple Python history benchmarking tool
- 0.6.1_1 benchmarks =2 0.6.1Version of this port present on the latest quarterly branch.
- Maintainer: vishwin@FreeBSD.org
- Port Added: 2023-10-10 22:51:11
- 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: BSD3CLAUSE
- WWW:
- https://asv.readthedocs.io/
- Description:
- airspeed velocity (asv) is a tool for benchmarking Python packages
over their lifetime.
It is primarily designed to benchmark a single project over its
lifetime using a given suite of benchmarks. The results are displayed
in an interactive web frontend that requires only a basic static
webserver to host.
- ¦ ¦ ¦ ¦
- 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}asv>0:benchmarks/py-asv@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/benchmarks/py-asv/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/py-asv
- pkg install py311-asv
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-asv listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-asv
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1696913123
SHA256 (asv-0.6.1.tar.gz) = 4eaf7b2ff825d841c819b15de8753d10dc0cc5da4082dc3e0de2707fc71d7ea4
SIZE (asv-0.6.1.tar.gz) = 376306
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-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- py311-setuptools-scm>=6.2 : devel/py-setuptools-scm@py311
- py311-asv-runner>=0.1.0 : benchmarks/py-asv-runner@py311
- py311-json5>0 : devel/py-json5@py311
- py311-tabulate>0 : devel/py-tabulate@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-Pympler>0 : devel/py-pympler@py311
- python3.11 : lang/python311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-xdist>0 : devel/py-pytest-xdist@py311
- py311-pytest-timeout>0 : devel/py-pytest-timeout@py311
- py311-pytest-rerunfailures>=10.0 : devel/py-pytest-rerunfailures@py311
- py311-filelock>0 : sysutils/py-filelock@py311
- py311-virtualenv>0 : devel/py-virtualenv@py311
- py311-scipy>0 : science/py-scipy@py311
- py311-feedparser>0 : textproc/py-feedparser@py311
- py311-selenium>0 : www/py-selenium@py311
- git : devel/git
- py311-hglib>0 : devel/py-hglib@py311
- py311-rpy2>0 : math/py-rpy2@py311
- py311-sqlite3>0 : databases/py-sqlite3@py311
- py311-pip>0 : devel/py-pip@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-asv-runner>=0.1.0 : benchmarks/py-asv-runner@py311
- py311-json5>0 : devel/py-json5@py311
- py311-tabulate>0 : devel/py-tabulate@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-Pympler>0 : devel/py-pympler@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- benchmarks_py-asv
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1_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 |
0.6.1 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
0.6.1 12 Oct 2023 08:49:23 |
Charlie Li (vishwin) |
benchmarks/py-asv: note and deselect tests failed for unavailable conda |
0.6.1 10 Oct 2023 22:47:57 |
Charlie Li (vishwin) |
benchmarks/py-asv: add
Airspeed Velocity: A simple Python history benchmarking tool
(Note: 4 tests fail because conda is not available) |
Number of commits found: 4
|