aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-rednose/Makefile24
-rw-r--r--devel/py-rednose/distinfo3
-rw-r--r--devel/py-rednose/pkg-descr2
5 files changed, 1 insertions, 30 deletions
diff --git a/MOVED b/MOVED
index 9b281676e94f..2ec44dc2f8a7 100644
--- a/MOVED
+++ b/MOVED
@@ -5288,3 +5288,4 @@ graphics/nvidia-drm-510-kmod-devel||2026-05-05|Removed, is only for FreeBSD 13
mail/archiveopteryx-devel|mail/archiveopteryx|2026-05-06|Remove obsoleted port. Use mail/archiveopteryx instead
devel/kyua||2026-05-07|Removed, kyua from base must be used for FreeBSD 14.x and newer
devel/sd-mux-ctrl||2026-05-08|Has expired: Upstream project is unmaintained as the Tizen project is no longer active
+devel/py-rednose||2026-05-08|Has expired: Depends on unmaintained nosetests
diff --git a/devel/Makefile b/devel/Makefile
index 57e8330df4fd..7d1c9a502050 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5989,7 +5989,6 @@
SUBDIR += py-recordclass
SUBDIR += py-recurring-ical-events
SUBDIR += py-red-black-tree-mod
- SUBDIR += py-rednose
SUBDIR += py-reedsolo
SUBDIR += py-referencing
SUBDIR += py-regress
diff --git a/devel/py-rednose/Makefile b/devel/py-rednose/Makefile
deleted file mode 100644
index 3ed28191d3a9..000000000000
--- a/devel/py-rednose/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= rednose
-DISTVERSION= 1.3.0
-PORTREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Coloured output for nosetests
-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}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/devel/py-rednose/distinfo b/devel/py-rednose/distinfo
deleted file mode 100644
index 74468f25bca2..000000000000
--- a/devel/py-rednose/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1577169067
-SHA256 (rednose-1.3.0.tar.gz) = 6da77917788be277b70259edc0bb92fc6f28fe268b765b4ea88206cc3543a3e1
-SIZE (rednose-1.3.0.tar.gz) = 10299
diff --git a/devel/py-rednose/pkg-descr b/devel/py-rednose/pkg-descr
deleted file mode 100644
index 31e594c5fe50..000000000000
--- a/devel/py-rednose/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Rednose is a nosetests plugin for adding colour (and readability) to
-nosetest console results.