diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-30 18:16:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-30 18:16:53 +0800 |
commit | a206028bbec40c72856e5cf59d32ce9129b93869 (patch) | |
tree | b5c29484bbf57b95a78b149c5d8b7e3efe4cf9d0 /devel | |
parent | f9963aefe5b57d4d4df7aac8679117cc36ec730e (diff) | |
download | freebsd-ports-gnome-a206028bbec40c72856e5cf59d32ce9129b93869.tar.gz freebsd-ports-gnome-a206028bbec40c72856e5cf59d32ce9129b93869.tar.zst freebsd-ports-gnome-a206028bbec40c72856e5cf59d32ce9129b93869.zip |
Remove devel/py-twistedRunner
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-twistedRunner/Makefile | 27 | ||||
-rw-r--r-- | devel/py-twistedRunner/distinfo | 2 | ||||
-rw-r--r-- | devel/py-twistedRunner/pkg-descr | 5 |
4 files changed, 0 insertions, 35 deletions
diff --git a/devel/Makefile b/devel/Makefile index 81c3b7689f12..b7dc18a95beb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4904,7 +4904,6 @@ SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted - SUBDIR += py-twistedRunner SUBDIR += py-txaio SUBDIR += py-typed-ast SUBDIR += py-typing diff --git a/devel/py-twistedRunner/Makefile b/devel/py-twistedRunner/Makefile deleted file mode 100644 index 2f2bd16429fb..000000000000 --- a/devel/py-twistedRunner/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Neal Nelson <neal@nelson.name> -# $FreeBSD$ - -PORTNAME= twistedRunner -PORTVERSION= 15.2.1 -PORTREVISION= 1 -CATEGORIES= devel net python -MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ \ - LOCAL/sunpoet -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= TwistedRunner-${PORTVERSION} - -MAINTAINER= python@FreeBSD.org -COMMENT= Runner has process management, including an inetd replacement - -LICENSE= MIT - -DEPRECATED= Use devel/py-twisted instead -EXPIRATION_DATE=2017-09-30 - -USE_PYTHON= autoplist distutils -USES= python:2 tar:bzip2 twisted - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/runner/portmap.so - -.include <bsd.port.mk> diff --git a/devel/py-twistedRunner/distinfo b/devel/py-twistedRunner/distinfo deleted file mode 100644 index e76f8ebd6c5f..000000000000 --- a/devel/py-twistedRunner/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TwistedRunner-15.2.1.tar.bz2) = 5890b039f3dea6bdacd86a60de6eac299f96a180f35343d40273c7433afb0894 -SIZE (TwistedRunner-15.2.1.tar.bz2) = 13041 diff --git a/devel/py-twistedRunner/pkg-descr b/devel/py-twistedRunner/pkg-descr deleted file mode 100644 index 05601d34e67d..000000000000 --- a/devel/py-twistedRunner/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Twisted Runner has process management, including an inetd replacement. - -Twisted Lore is available under the MIT Free Software licence. - -WWW: http://twistedmatrix.com/ |