aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-03-21 20:47:13 +0000
committerRene Ladan <rene@FreeBSD.org>2025-03-21 20:47:13 +0000
commit53490aa2e2ecdbdda6af588c470570ed850d4a31 (patch)
tree3592df6c8dfeee0a2390183f709475b743550ad0
parent132c1ac88e5fa88f93cb4b7a21f91f9fa2d0160b (diff)
devel/py-eggtestinfo: Remove expired port
2025-03-21 devel/py-eggtestinfo: Was a requirement for now removed zope port
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-eggtestinfo/Makefile20
-rw-r--r--devel/py-eggtestinfo/distinfo2
-rw-r--r--devel/py-eggtestinfo/pkg-descr3
5 files changed, 1 insertions, 26 deletions
diff --git a/MOVED b/MOVED
index a7093c49e7d2..9ffa5e22e1e1 100644
--- a/MOVED
+++ b/MOVED
@@ -4212,3 +4212,4 @@ devel/utf8cpp3|devel/utf8cpp|2025-03-19|Remove obsoleted port. Use devel/utf8cpp
devel/rubygem-flipper026|devel/rubygem-flipper-gitlab|2025-03-19|Please use devel/rubygem-flipper-gitlab instead
devel/py-pyro||2025-03-21|Has expired: Upstream development stopped, not compatible with py311, use pyro5 instead
devel/py-serpent||2025-03-21|Has expired: Used exclusively by now deprecated devel/py-pyro
+devel/py-eggtestinfo||2025-03-21|Has expired: Was a requirement for now removed zope port
diff --git a/devel/Makefile b/devel/Makefile
index b8a627e7ac43..2698ddcf94f1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4825,7 +4825,6 @@
SUBDIR += py-easyprocess
SUBDIR += py-editables
SUBDIR += py-editdistance
- SUBDIR += py-eggtestinfo
SUBDIR += py-ejson
SUBDIR += py-enlighten
SUBDIR += py-entrypoint2
diff --git a/devel/py-eggtestinfo/Makefile b/devel/py-eggtestinfo/Makefile
deleted file mode 100644
index a3e89b5513fa..000000000000
--- a/devel/py-eggtestinfo/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= eggtestinfo
-PORTVERSION= 0.3
-PORTREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= rm@FreeBSD.org
-COMMENT= Setuptools plugin that adds test information to .egg-info
-WWW= https://pypi.org/project/eggtestinfo/
-
-LICENSE= ZPL21
-
-DEPRECATED= Was a requirement for now removed zope port
-EXPIRATION_DATE=2025-03-21
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/devel/py-eggtestinfo/distinfo b/devel/py-eggtestinfo/distinfo
deleted file mode 100644
index c45d6176cd11..000000000000
--- a/devel/py-eggtestinfo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (eggtestinfo-0.3.tar.gz) = 4f4b49d2d1c57f1c99008eb2a2bc66926605b72b2ba2a489b6f429b4b59de768
-SIZE (eggtestinfo-0.3.tar.gz) = 3958
diff --git a/devel/py-eggtestinfo/pkg-descr b/devel/py-eggtestinfo/pkg-descr
deleted file mode 100644
index 0fdd9365335d..000000000000
--- a/devel/py-eggtestinfo/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package is a setuptools plugin: it adds a file to the generated .egg-info
-directory, capturing the information used by the setup.py test command when
-running tests.