diff options
Diffstat (limited to 'devel/py-zLOG')
-rw-r--r-- | devel/py-zLOG/Makefile | 26 | ||||
-rw-r--r-- | devel/py-zLOG/distinfo | 2 | ||||
-rw-r--r-- | devel/py-zLOG/pkg-descr | 6 |
3 files changed, 0 insertions, 34 deletions
diff --git a/devel/py-zLOG/Makefile b/devel/py-zLOG/Makefile deleted file mode 100644 index f873ed812250..000000000000 --- a/devel/py-zLOG/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= zLOG -PORTVERSION= 2.11.2 -PORTREVISION= 1 -CATEGORIES= devel python zope -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DIST_SUBDIR= zope - -MAINTAINER= zope@FreeBSD.org -COMMENT= General logging facility - -LICENSE= ZPL21 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Old, uses EOLed python27 -EXPIRATION_DATE= 2020-03-18 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${PY_FLAVOR} - -NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> diff --git a/devel/py-zLOG/distinfo b/devel/py-zLOG/distinfo deleted file mode 100644 index 1ad17a7fe836..000000000000 --- a/devel/py-zLOG/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zope/zLOG-2.11.2.tar.gz) = 8fa387501217cda142eaa984a43296a1f33c186ec191805ada02b99e5cbd7a25 -SIZE (zope/zLOG-2.11.2.tar.gz) = 7052 diff --git a/devel/py-zLOG/pkg-descr b/devel/py-zLOG/pkg-descr deleted file mode 100644 index ce34c054f1e4..000000000000 --- a/devel/py-zLOG/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides a general logging facility that, at this point, -is just a small shim over Python's logging module. Therefore, unless -you need to support a legacy package from the Zope 2 world, you're -probably better off using Python's logging module. - -WWW: https://pypi.org/project/zLOG/ |