./devel/py-gcovr, Generate GCC code coverage reports

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.1nb4, Package name: py310-gcovr-4.1nb4, Maintainer: pkgsrc-users

Gcovr provides a utility for managing the use of the GNU gcov utility
and generating summarized code coverage results. This command is
inspired by the Python coverage.py package, which provides a similar
utility for Python.


Required to run:
[devel/py-setuptools] [textproc/py-jinja2] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 29.316 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-02 19:16:26 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-gcovr: not for Python 2
   2022-04-19 14:03:11 by Tobias Nygren | Files touched by this commit (1)
Log message:
py-gcovr: use versioned dependencies for jinja2
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2019-06-11 13:34:39 by Mark Davies | Files touched by this commit (4)
Log message:
py-gcovr: Add version 4.1

Gcovr provides a utility for managing the use of the GNU gcov utility
and generating summarized code coverage results. This command is
inspired by the Python coverage.py package, which provides a similar
utility for Python.