Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Apr 2026 11:31:37 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 29d5eb0e0e4e - main - devel/py-rednose: Mark DEPRECATED
Message-ID:  <69d4eb19.22ac0.38138eac@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=29d5eb0e0e4ecdc9d735da3e75defe4d6be7bc00

commit 29d5eb0e0e4ecdc9d735da3e75defe4d6be7bc00
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-04-07 10:08:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-04-07 11:04:23 +0000

    devel/py-rednose: Mark DEPRECATED
    
    - Only works with older nosetests which is in bandaid mode sinece last
      decade and does not support the modern nose2
    - Upstream unmaintained since 2018
    - Set EXPIRATION_DATE 2026-05-07
---
 devel/py-rednose/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/devel/py-rednose/Makefile b/devel/py-rednose/Makefile
index fc32b73f3958..3ed28191d3a9 100644
--- a/devel/py-rednose/Makefile
+++ b/devel/py-rednose/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rednose
-PORTVERSION=	1.3.0
-PORTREVISION=	1
+DISTVERSION=	1.3.0
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,9 @@ WWW=		https://github.com/JBKahn/rednose
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
+DEPRECATED=		Depends on unmaintained nosetests
+EXPIRATION_DATE=	2026-05-07
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}termstyle>0:devel/py-termstyle@${PY_FLAVOR}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d4eb19.22ac0.38138eac>