Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcovr: new port #27271

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions devel/gcovr/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in devel/gcovr/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test gcovr: Warning: gcovr is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in devel/gcovr/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test gcovr: Warning: gcovr is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in devel/gcovr/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test gcovr: Warning: gcovr is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

PortSystem 1.0
PortGroup python 1.0

name gcovr
version 8.2
revision 0
categories devel python
license BSD
maintainers nomaintainer

description A utility for generating summarizing code coverage results from gcov

long_description Gcovr provides a utility for managing the use of the GNU \
gcov utility and generating summarized code coverage results.

homepage https://gcovr.com

checksums rmd160 f54851529dd23c2d442f34c6000e3d9d6bce5642 \
sha256 9a1dddd4585d13ec77555db5d6b6a31ee81587ea6fc604ff9fcd232cb0782df5 \
size 176540

python.default_version 313

python.pep517_backend hatch

depends_build-append \
port:py${python.version}-hatch-vcs \
port:py${python.version}-hatch-fancy-pypi-readme

depends_lib-append port:py${python.version}-jinja2 \
port:py${python.version}-lxml \
port:py${python.version}-colorlog \
port:py${python.version}-pygments