git: 53490aa2e2ec - main - devel/py-eggtestinfo: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 21 Mar 2025 20:47:17 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53490aa2e2ecdbdda6af588c470570ed850d4a31

commit 53490aa2e2ecdbdda6af588c470570ed850d4a31
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-21 20:47:13 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-21 20:47:13 +0000

    devel/py-eggtestinfo: Remove expired port
    
    2025-03-21 devel/py-eggtestinfo: Was a requirement for now removed zope port
---
 MOVED                          |  1 +
 devel/Makefile                 |  1 -
 devel/py-eggtestinfo/Makefile  | 20 --------------------
 devel/py-eggtestinfo/distinfo  |  2 --
 devel/py-eggtestinfo/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 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.