notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-coveralls Show coverage stats online via coveralls.io
4.0.1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.0.1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-10-04 04:09:12
Last Update: 2024-05-27 00:04:03
Commit Hash: eefc550
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://github.com/TheKevJames/coveralls-python
Description:
coveralls.io is a service for publishing your coverage stats online. This package provides seamless integration with coverage.py (and thus pytest, nosetests, etc...) in your Python projects: > pip install coveralls > coverage run --source=mypkg -m pytest tests/ > coveralls
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}coveralls>0:devel/py-coveralls@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-coveralls/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-coveralls
  • pkg install py39-coveralls
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-coveralls listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-coveralls
Package flavors (<flavor>: <package>)
  • py39: py39-coveralls
distinfo:
TIMESTAMP = 1716763744 SHA256 (coveralls-4.0.1.tar.gz) = 7b2a0a2bcef94f295e3cf28dcc55ca40b71c77d1c2446b538e85f0f7bc21aa69 SIZE (coveralls-4.0.1.tar.gz) = 12419

Packages (timestamps in pop-ups are UTC):
py39-coveralls
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--3.3.1--3.3.13.3.13.3.1
FreeBSD:14:latest--3.3.1--3.3.1-3.3.1
FreeBSD:14:quarterly-----3.3.13.3.13.3.1
FreeBSD:15:latest--n/a-n/a3.3.13.3.13.3.1
 

py311-coveralls
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.0.14.0.1-4.0.14.0.1---
FreeBSD:13:quarterly4.0.14.0.1-4.0.14.0.1---
FreeBSD:14:latest4.0.14.0.1-4.0.14.0.1---
FreeBSD:14:quarterly4.0.14.0.1-4.0.14.0.1---
FreeBSD:15:latest4.0.14.0.1n/a4.0.1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>0 : devel/py-poetry-core@py39
  2. py39-wheel>0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-coverage>=5.0 : devel/py-coverage@py39
  2. py39-docopt>=0.6.1 : devel/py-docopt@py39
  3. py39-requests>=1.0.0 : www/py-requests@py39
  4. python3.9 : lang/python39
This port is required by:
for Build
  1. science/py-atomium
for Run
  1. science/py-atomium

Configuration Options:
No options to configure
Options name:
devel_py-coveralls
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/c/coveralls/
  2. https://pypi.org/packages/source/c/coveralls/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.0.1
27 May 2024 00:04:03
commit hash: eefc550f384cc994921d872ab07488d911971826commit hash: eefc550f384cc994921d872ab07488d911971826commit hash: eefc550f384cc994921d872ab07488d911971826commit hash: eefc550f384cc994921d872ab07488d911971826 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-coveralls: update 4.0.0 → 4.0.1

Reported by:	portscout
4.0.0
30 Apr 2024 07:14:37
commit hash: 80e4726bbf24d4151c41f711bbe28ff39e5fd60ecommit hash: 80e4726bbf24d4151c41f711bbe28ff39e5fd60ecommit hash: 80e4726bbf24d4151c41f711bbe28ff39e5fd60ecommit hash: 80e4726bbf24d4151c41f711bbe28ff39e5fd60e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-coveralls: update 3.3.1 → 4.0.0

Reported by:	portscout
3.3.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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>
3.3.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
3.3.1
04 Oct 2022 04:06:21
commit hash: 236d980a5522788f0ace6123780ec9a630ae3702commit hash: 236d980a5522788f0ace6123780ec9a630ae3702commit hash: 236d980a5522788f0ace6123780ec9a630ae3702commit hash: 236d980a5522788f0ace6123780ec9a630ae3702 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-coveralls: New port: Show coverage stats online via coveralls.io

Number of commits found: 5