summaryrefslogtreecommitdiff
path: root/devel/py-spyder-unittest
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-spyder-unittest')
-rw-r--r--devel/py-spyder-unittest/Makefile28
-rw-r--r--devel/py-spyder-unittest/distinfo3
-rw-r--r--devel/py-spyder-unittest/pkg-descr6
3 files changed, 0 insertions, 37 deletions
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.