Port details |
- py-pytest-cov Pytest plugin for measuring coverage
- 5.0.0 devel =4 5.0.0Version of this port present on the latest quarterly branch.
- Maintainer: dbaio@FreeBSD.org
- Port Added: 2017-09-17 11:10:55
- Last Update: 2024-08-03 14:03:12
- Commit Hash: 26b0720
- People watching this port, also watch:: python27, py39-click, py39-bcrypt, dtc, readline
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/pytest-dev/pytest-cov
- Description:
- This plugin produces coverage reports. It supports centralised testing and
distributed testing in both load and each modes. It also supports coverage of
subprocesses.
All features offered by the coverage package should be available, either through
pytest-cov or through coverage's config file.
- ¦ ¦ ¦ ¦
- 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}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/py-pytest-cov/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-cov
- pkg install py311-pytest-cov
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-pytest-cov listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pytest-cov
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1722689591
SHA256 (pytest-cov-5.0.0.tar.gz) = 5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857
SIZE (pytest-cov-5.0.0.tar.gz) = 63042
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>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-fields>0 : devel/py-fields@py311
- py311-hunter>0 : devel/py-hunter@py311
- py311-process-tests>0 : devel/py-process-tests@py311
- py311-pytest-xdist>0 : devel/py-pytest-xdist@py311
- py311-six>0 : devel/py-six@py311
- py311-virtualenv>0 : devel/py-virtualenv@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-coverage>=5.2.1 : devel/py-coverage@py311
- py311-pytest>=4.6,1 : devel/py-pytest@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-cov
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.0 03 Aug 2024 14:03:12 |
Danilo G. Baio (dbaio) Author: Nicholas Kirby |
devel/py-pytest-cov: Update to 5.0.0
Changelog: https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst
PR: 280548
Approved by: dbaio (maintainer) |
4.1.0 06 Sep 2023 20:50:38 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pytest-cov: Clean up USES=python
Approved by: portmgr (blanket)
With hat: python |
4.1.0 04 Sep 2023 09:06:11 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pytest-cov: Update version requirement of RUN_DEPENDS
Approved by: portmgr (blanket)
With hat: python |
4.1.0 31 Aug 2023 06:39:39 |
Enji Cooper (ngie) |
devel/py-pytest-cov: Upgrade from 2.9.0 to 4.1.0
This is required so py-pytest-cov is functional with newer versions of
py-pytest-xdist [1].
While here, appease portlint by shifting where variables (`CONFLICTS`,
etc) are defined.
1. https://github.com/pytest-dev/pytest-cov/issues/422
PR: 269360
Reviewed by: yuri
Approved by: dbaio (maintainer timeout; 5 months)
Co-Authored By: Yuri Victorovich <yuri@freebsd.org>
Differential Revision: https://reviews.freebsd.org/D39035 |
2.9.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.9.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.0 18 Mar 2022 17:11:37 |
Dmitry Marakasov (amdmi3) |
devel/py-pytest4-{asyncio,cov}: preserve pytest4 counterparts of corresponding
ports
PR: 256624 |
2.9.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.0 14 Jul 2020 07:59:28 |
antoine |
Unbreak bulk -a |
2.9.0 31 May 2020 21:04:13 |
dbaio |
devel/py-pytest-cov: Udpate to 2.9.0
Changelog: https://github.com/pytest-dev/pytest-cov/blob/v2.9.0/CHANGELOG.rst |
2.8.1 19 Oct 2019 14:14:44 |
dbaio |
devel/py-pytest-cov: Update to 2.8.1
Changelog: https://github.com/pytest-dev/pytest-cov/blob/v2.8.1/CHANGELOG.rst |
2.7.1 04 May 2019 20:42:00 |
dbaio |
devel/py-pytest-cov: Update to 2.7.1
Changelog: https://github.com/pytest-dev/pytest-cov/blob/v2.7.1/CHANGELOG.rst |
2.6.1 09 Jan 2019 22:21:28 |
dbaio |
devel/py-pytest-cov: Update to 2.6.1
Changelog: https://raw.githubusercontent.com/pytest-dev/pytest-cov/v2.6.1/CHANGELOG.rst |
2.6.0 14 Sep 2018 00:25:38 |
dbaio |
devel/py-pytest-cov: Update to 2.6.0
Changes: https://raw.githubusercontent.com/pytest-dev/pytest-cov/v2.6.0/CHANGELOG.rst |
2.5.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.5.1 17 Mar 2018 13:52:05 |
dbaio |
Fix order of variables
Ports maintained by me in the devel category. |
2.5.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.5.1 17 Sep 2017 11:10:45 |
dbaio |
Add devel/py-pytest-cov, pytest plugin for measuring coverage
This plugin produces coverage reports. It supports centralised testing and
distributed testing in both load and each modes. It also supports coverage of
subprocesses.
All features offered by the coverage package should be available, either through
pytest-cov or through coverage's config file.
WWW: https://github.com/pytest-dev/pytest-cov
Reviewed by: koobs
Differential Revision: D12394 |