diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-spyder-unittest/Makefile | 28 |
1 files changed, 0 insertions, 28 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> |