git: 8f212b8e62ce - main - devel/py-spyder-unittest: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 23 Jun 2025 18:40:00 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f212b8e62cef00613b8dfc6a601bb8658be37c9

commit 8f212b8e62cef00613b8dfc6a601bb8658be37c9
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-23 18:39:46 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-23 18:39:46 +0000

    devel/py-spyder-unittest: Remove expired port
    
    2025-06-21 devel/py-spyder-unittest: Depends on expiring devel/spyder
---
 MOVED                              |  1 +
 devel/Makefile                     |  1 -
 devel/py-spyder-unittest/Makefile  | 28 ----------------------------
 devel/py-spyder-unittest/distinfo  |  3 ---
 devel/py-spyder-unittest/pkg-descr |  6 ------
 5 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/MOVED b/MOVED
index 3342a635758b..e7dd18026248 100644
--- a/MOVED
+++ b/MOVED
@@ -4522,3 +4522,4 @@ sysutils/plasma6-drkonqi||2025-06-17|Removed, requires Systemd
 devel/artifactory||2025-06-17|Has expired: Outdated with known vulnerabilities and marked as forbidden in 2023
 devel/m17n-inscript2||2025-06-23|Now included in devel/m17n-db
 devel/py-pytest4-cov||2025-06-23|Has expired: Depends on expiring devel/py-pytest4
+devel/py-spyder-unittest||2025-06-23|Has expired: Depends on expiring devel/spyder
diff --git a/devel/Makefile b/devel/Makefile
index 5984a02d6b34..a4c513237adc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5962,7 +5962,6 @@
     SUBDIR += py-speaklater
     SUBDIR += py-speg
     SUBDIR += py-spyder-kernels
-    SUBDIR += py-spyder-unittest
     SUBDIR += py-sqids
     SUBDIR += py-sqlfluff
     SUBDIR += py-squint
diff --git a/devel/py-spyder-unittest/Makefile b/devel/py-spyder-unittest/Makefile
deleted file mode 100644
index f9185875658e..000000000000
--- a/devel/py-spyder-unittest/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	spyder-unittest
-DISTVERSION=	0.6.0
-PORTREVISION=	2
-CATEGORIES=	devel python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	${PORTNAME:S/-/_/}-${DISTVERSION}
-
-MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Plugin to run tests from within the Spyder IDE
-WWW=		https://github.com/spyder-ide/spyder-unittest
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-DEPRECATED=	Depends on expiring devel/spyder
-EXPIRATION_DATE=2025-06-21
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} \
-		spyder>0:devel/spyder
-
-USES=		python
-USE_PYTHON=	distutils autoplist
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-spyder-unittest/distinfo b/devel/py-spyder-unittest/distinfo
deleted file mode 100644
index 07f7a2fff484..000000000000
--- a/devel/py-spyder-unittest/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1688370744
-SHA256 (spyder_unittest-0.6.0.tar.gz) = 3c6ba7b7e5b7cb22313a5cf103098805f3b8b00c60301621f10afc98002462dd
-SIZE (spyder_unittest-0.6.0.tar.gz) = 59067
diff --git a/devel/py-spyder-unittest/pkg-descr b/devel/py-spyder-unittest/pkg-descr
deleted file mode 100644
index 18f4cd42d67f..000000000000
--- a/devel/py-spyder-unittest/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Spyder-unittest is a plugin that integrates popular unit test frameworks with
-Spyder, allowing you to run test suites and view the results in the IDE.
-
-The plugin supports the unittest module in the Python standard library as well
-as the pytest and nose testing frameworks. Support for pytest is most complete
-at the moment.