Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2024 06:19:20 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31f9617f45d5 - main - devel/py-codecov: Mark DEPRECATED and set EXPIRATION_DATE to 2024-09-30
Message-ID:  <202409180619.48I6JKoh033239@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=31f9617f45d56ba6d431b88d687363881dfc7eaa

commit 31f9617f45d56ba6d431b88d687363881dfc7eaa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-18 05:56:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-18 06:13:13 +0000

    devel/py-codecov: Mark DEPRECATED and set EXPIRATION_DATE to 2024-09-30
---
 devel/py-codecov/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-codecov/Makefile b/devel/py-codecov/Makefile
index 8b1fd6cd721a..27fe61060c03 100644
--- a/devel/py-codecov/Makefile
+++ b/devel/py-codecov/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/codecov/codecov-python
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Deprecated by upstream. On February 1, 2022 this uploader will be completely deprecated and will no longer be able to upload coverage to Codecov
+EXPIRATION_DATE=2024-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.7.9:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ddt>0:devel/py-ddt@${PY_FLAVOR} \



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