Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2024 07:14:44 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80e4726bbf24 - main - devel/py-coveralls: update 3.3.1 =?utf-8?Q?=E2=86=92?= 4.0.0
Message-ID:  <202404300714.43U7Eiqb074461@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80e4726bbf24d4151c41f711bbe28ff39e5fd60e

commit 80e4726bbf24d4151c41f711bbe28ff39e5fd60e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-30 06:38:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-30 07:14:37 +0000

    devel/py-coveralls: update 3.3.1 → 4.0.0
    
    Reported by:    portscout
---
 devel/py-coveralls/Makefile | 10 ++++++----
 devel/py-coveralls/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/devel/py-coveralls/Makefile b/devel/py-coveralls/Makefile
index af526214dc41..e9c0113a2c15 100644
--- a/devel/py-coveralls/Makefile
+++ b/devel/py-coveralls/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	coveralls
-PORTVERSION=	3.3.1
+PORTVERSION=	4.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,14 +9,16 @@ COMMENT=	Show coverage stats online via coveralls.io
 WWW=		https://github.com/TheKevJames/coveralls-python
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=4.1:devel/py-coverage@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=5.0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist
+USE_PYTHON=	pep517 concurrent autoplist
 
 NO_ARCH=	yes
 
diff --git a/devel/py-coveralls/distinfo b/devel/py-coveralls/distinfo
index 3567244796dc..c9ee06d27d5c 100644
--- a/devel/py-coveralls/distinfo
+++ b/devel/py-coveralls/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664852664
-SHA256 (coveralls-3.3.1.tar.gz) = b32a8bb5d2df585207c119d6c01567b81fba690c9c10a753bfe27a335bfc43ea
-SIZE (coveralls-3.3.1.tar.gz) = 17964
+TIMESTAMP = 1714458821
+SHA256 (coveralls-4.0.0.tar.gz) = 9486f353176d309066053d38edbade3aad6346c5eb8a5edde7090d3116219414
+SIZE (coveralls-4.0.0.tar.gz) = 12416



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404300714.43U7Eiqb074461>