diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-30 18:15:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-30 18:15:38 +0800 |
commit | 4fd0ba6f6230a3617bb5ee0047da0b69792e02a0 (patch) | |
tree | 5fed4b0a90518d5ad8b88e48b4315b14ce133246 /devel | |
parent | fbae624c93e246ce95bce4f266f62db4d198fa1b (diff) | |
download | freebsd-ports-gnome-4fd0ba6f6230a3617bb5ee0047da0b69792e02a0.tar.gz freebsd-ports-gnome-4fd0ba6f6230a3617bb5ee0047da0b69792e02a0.tar.zst freebsd-ports-gnome-4fd0ba6f6230a3617bb5ee0047da0b69792e02a0.zip |
Remove devel/py-twistedCore
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-twistedCore/Makefile | 42 | ||||
-rw-r--r-- | devel/py-twistedCore/distinfo | 2 | ||||
-rw-r--r-- | devel/py-twistedCore/pkg-descr | 17 |
4 files changed, 0 insertions, 62 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7002c1793d3f..183958d02aad 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4904,7 +4904,6 @@ SUBDIR += py-twilio SUBDIR += py-twine SUBDIR += py-twisted - SUBDIR += py-twistedCore SUBDIR += py-twistedFlow SUBDIR += py-twistedRunner SUBDIR += py-txaio diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile deleted file mode 100644 index 327df42b084b..000000000000 --- a/devel/py-twistedCore/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Neal Nelson <neal@nelson.name> -# $FreeBSD$ - -PORTNAME= twistedCore -PORTVERSION= 15.2.1 -CATEGORIES= devel net python -MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \ - LOCAL/sunpoet -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= TwistedCore-${PORTVERSION} - -MAINTAINER= python@FreeBSD.org -COMMENT= Asynchronous networking framework for Python (Core Module) - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= Use devel/py-twisted instead -EXPIRATION_DATE=2017-09-30 - -OPTIONS_DEFINE= VERIFY -OPTIONS_DEFAULT=VERIFY - -VERIFY_DESC= Server (SNI) and Service Verification Support (RFC6125+) -VERIFY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity - -# - Note that Twisted ships with some graphical examples and clients that -# require PyGNOME to run. These are not central to the functioning of -# Twisted, but the user should feel free to install x11-toolits/py-gnome2 -# separately if desired. - -USE_PYTHON= autoplist distutils -USES= python:2 tar:bzip2 - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/python/sendmsg.so - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/test/raiser.so - -.include <bsd.port.mk> diff --git a/devel/py-twistedCore/distinfo b/devel/py-twistedCore/distinfo deleted file mode 100644 index 0a7b02bf4d18..000000000000 --- a/devel/py-twistedCore/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (TwistedCore-15.2.1.tar.bz2) = 42efb31330e09b5ffdb8caf735fdb925692c6cfdc03ab7ad25104c3dc41154bb -SIZE (TwistedCore-15.2.1.tar.bz2) = 1179442 diff --git a/devel/py-twistedCore/pkg-descr b/devel/py-twistedCore/pkg-descr deleted file mode 100644 index 203ebbf44b38..000000000000 --- a/devel/py-twistedCore/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Twisted is an asynchronous networking framework written in python. It is used -by most of the servers, clients and protocols that are part of other Twisted -projects. - -- twisted.cred, a pluggable authentication system for servers; -- twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database - interfaces; -- twisted.internet, the Twisted event loop; -- twisted.manhole, a debugging service; -- twisted.persisted, a collection of object persistence systems -- twisted.protocols, a collection of simple network protocols and helper - utilities; -- twisted.python, a set of Twisted programming abstractions; -- twisted.spread, a network transport, serializer and object broker; -- twisted.trial, a unit-testing framework; and - -WWW: http://twistedmatrix.com/ |