Port details |
- py-diff-cover Run coverage and linting reports on diffs
- 8.0.0 devel
=0 7.7.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-06-16 16:24:08
- Last Update: 2023-10-15 08:28:16
- Commit Hash: 6adc64d
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/Bachmann1234/diff_cover
- Description:
- Automatically find diff lines that need test coverage. Also finds diff lines
that have violations (according to tools such as pycodestyle, pyflakes, flake8,
or pylint). This is used as a code quality metric during code reviews.
¦ ¦ ¦ ¦ 
- 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}diff-cover>0:devel/py-diff-cover@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-diff-cover/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-diff-cover
- pkg install py39-diff-cover
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 py39-diff-cover listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-diff-cover
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1697344956
SHA256 (diff_cover-8.0.0.tar.gz) = 0995b78a1d5101f5d8922006220c070b18e32a5dbb4a96a073a1941705fe71e7
SIZE (diff_cover-8.0.0.tar.gz) = 91947
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:
-
- py39-poetry-core>0 : devel/py-poetry-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- pylint-py39>0 : devel/pylint@py39
- py39-pytest-cov>0 : devel/py-pytest-cov@py39
- py39-pytest-datadir>=1.4.1 : devel/py-pytest-datadir@py39
- py39-pytest-mock>0 : devel/py-pytest-mock@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-chardet>=3.0.0 : textproc/py-chardet@py39
- py39-Jinja2>=2.7.1 : devel/py-Jinja2@py39
- py39-pluggy>=0.13.1 : devel/py-pluggy@py39
- py39-pygments>=2.9.0 : textproc/py-pygments@py39
- py39-tomli>=1.2.1 : textproc/py-tomli@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-diff-cover
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.0.0 15 Oct 2023 08:28:16
    |
Yuri Victorovich (yuri)  |
devel/py-diff-cover: update 7.7.0 → 8.0.0
Reported by: portscout |
7.7.0 17 Jul 2023 07:09:01
    |
Yuri Victorovich (yuri)  |
devel/py-diff-cover: Update 7.6.1 → 7.7.0
Reported by: portscout |
7.6.1 13 Jul 2023 05:34:56
    |
Yuri Victorovich (yuri)  |
devel/py-diff-cover: Update 7.6.0 → 7.6.1
Reported by: portscout |
7.6.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> |
7.6.0 16 Jun 2023 16:21:38
    |
Yuri Victorovich (yuri)  |
devel/py-diff-cover: New port: Run coverage and linting reports on diffs |
Number of commits found: 5
|