diff options
Diffstat (limited to 'devel/py-protocols-devel')
| -rw-r--r-- | devel/py-protocols-devel/Makefile | 24 | ||||
| -rw-r--r-- | devel/py-protocols-devel/distinfo | 2 | ||||
| -rw-r--r-- | devel/py-protocols-devel/pkg-descr | 21 |
3 files changed, 0 insertions, 47 deletions
diff --git a/devel/py-protocols-devel/Makefile b/devel/py-protocols-devel/Makefile deleted file mode 100644 index 621cef17937c..000000000000 --- a/devel/py-protocols-devel/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Dryice Liu <dryice@dryice.name> -# $FreeBSD$ - -PORTNAME= PyProtocols -PORTVERSION= 1.0.a0.r2302 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= http://files.turbogears.org/eggs/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-1.0a0dev-r2302 - -MAINTAINER= wen@FreeBSD.org -COMMENT= Protocol Definition, Declaration, and Adaptation for Python - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:devel/py-decoratortools@${FLAVOR} - -USES= python:2.7 zip -USE_PYTHON= distutils autoplist - -BROKEN= checksum mismatch -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-01-27 - -.include <bsd.port.mk> diff --git a/devel/py-protocols-devel/distinfo b/devel/py-protocols-devel/distinfo deleted file mode 100644 index 608bcde5a423..000000000000 --- a/devel/py-protocols-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PyProtocols-1.0a0dev-r2302.zip) = b17f625fe6c2eb8a1ad4fefb0ac93edbf9267213f636132f1e094409931f1858 -SIZE (PyProtocols-1.0a0dev-r2302.zip) = 124071 diff --git a/devel/py-protocols-devel/pkg-descr b/devel/py-protocols-devel/pkg-descr deleted file mode 100644 index 21fc00f38956..000000000000 --- a/devel/py-protocols-devel/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -This package builds on the object adaptation protocol presented in PEP -246 to make it easier for component authors, framework suppliers, and -other developers to: - - * Specify what behavior a component requires or provides - - * Specify how to adapt the interface provided by one component to - that required by another - - * Specify how to adapt objects of a particular type or class (even - built-in types) to a particular required interface - - * Automatically adapt a supplied object to a required interface, - and - - * Do all of the above, even when the components or frameworks - involved were not written to take advantage of this package, and - even if the frameworks have different mechanisms for defining - interfaces. - -WWW: http://peak.telecommunity.com/PyProtocols.html |
