From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 14:04:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4144CBE1; Mon, 10 Feb 2014 14:04:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29C8010D2; Mon, 10 Feb 2014 14:04:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1AE4nnE048522; Mon, 10 Feb 2014 14:04:49 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1AE4jBN048497; Mon, 10 Feb 2014 14:04:45 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402101404.s1AE4jBN048497@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Mon, 10 Feb 2014 14:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343636 - in head/devel: py-collective.monkeypatcher py-collective.z3cform.datetimewidget py-crcmod py-diazo py-eggtestinfo py-experimental.cssselect py-five.customerize py-five.formlib... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 14:04:49 -0000 Author: rm Date: Mon Feb 10 14:04:45 2014 New Revision: 343636 URL: http://svnweb.freebsd.org/changeset/ports/343636 QAT: https://qat.redports.org/buildarchive/r343636/ Log: - do not use easy_install, convert to auto-generated packing list - move DIST_SUBDIR upper, where appropriate - add trailing slash to WWW url, where appropriate - bump PORTREVISION Wasn't able to identify clauses amount for some BSD licenses, so bear with me. Deleted: head/devel/py-collective.monkeypatcher/pkg-plist head/devel/py-collective.z3cform.datetimewidget/pkg-plist head/devel/py-crcmod/pkg-plist head/devel/py-diazo/pkg-plist head/devel/py-experimental.cssselect/pkg-plist head/devel/py-five.customerize/pkg-plist head/devel/py-five.formlib/pkg-plist head/devel/py-five.globalrequest/pkg-plist head/devel/py-five.localsitemanager/pkg-plist head/devel/py-grab/pkg-plist head/devel/py-initgroups/pkg-plist head/devel/py-manuel/pkg-plist head/devel/py-mygpoclient/pkg-plist head/devel/py-tempstorage/pkg-plist head/devel/py-zope.applicationcontrol/pkg-plist Modified: head/devel/py-collective.monkeypatcher/Makefile head/devel/py-collective.z3cform.datetimewidget/Makefile head/devel/py-crcmod/Makefile head/devel/py-diazo/Makefile head/devel/py-eggtestinfo/Makefile head/devel/py-eggtestinfo/pkg-descr head/devel/py-experimental.cssselect/Makefile head/devel/py-five.customerize/Makefile head/devel/py-five.formlib/Makefile head/devel/py-five.globalrequest/Makefile head/devel/py-five.localsitemanager/Makefile head/devel/py-grab/Makefile head/devel/py-initgroups/Makefile head/devel/py-manuel/Makefile head/devel/py-manuel/pkg-descr head/devel/py-mygpoclient/Makefile head/devel/py-tempstorage/Makefile head/devel/py-zope.applicationcontrol/Makefile Modified: head/devel/py-collective.monkeypatcher/Makefile ============================================================================== --- head/devel/py-collective.monkeypatcher/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-collective.monkeypatcher/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,20 +2,20 @@ PORTNAME= collective.monkeypatcher PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Applying monkey patches on startup using ZCML configuration LICENSE= BSD -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include Modified: head/devel/py-collective.z3cform.datetimewidget/Makefile ============================================================================== --- head/devel/py-collective.z3cform.datetimewidget/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-collective.z3cform.datetimewidget/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,9 +2,11 @@ PORTNAME= collective.z3cform.datetimewidget PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= z3c.form date and datetime widgets @@ -15,11 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}z3c.form>=0:${PORTSDIR}/devel/py-z3c.form \ ${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation -DIST_SUBDIR= zope -USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include Modified: head/devel/py-crcmod/Makefile ============================================================================== --- head/devel/py-crcmod/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-crcmod/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -3,6 +3,7 @@ PORTNAME= crcmod PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ CHEESESHOP @@ -13,17 +14,16 @@ COMMENT= Module for Cyclic Redundancy Ch LICENSE= MIT -# Python3 ready -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +PYDISTUTILS_AUTOPLIST= yes + +DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} +PORTDOCS= * -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog ${DOCSDIR} - cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) .include Modified: head/devel/py-diazo/Makefile ============================================================================== --- head/devel/py-diazo/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-diazo/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,6 +2,7 @@ PORTNAME= diazo PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,17 +10,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Implements a Deliverance like language using a pure XSLT engine -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}experimental.cssselect>0:${PORTSDIR}/devel/py-experimental.cssselect \ ${PYTHON_PKGNAMEPREFIX}repoze.xmliter>=0.3:${PORTSDIR}/devel/py-repoze.xmliter \ ${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include Modified: head/devel/py-eggtestinfo/Makefile ============================================================================== --- head/devel/py-eggtestinfo/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-eggtestinfo/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,6 +2,7 @@ PORTNAME= eggtestinfo PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,8 @@ COMMENT= Setuptools plugin that adds tes LICENSE= ZPL21 -# Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-eggtestinfo/pkg-descr ============================================================================== --- head/devel/py-eggtestinfo/pkg-descr Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-eggtestinfo/pkg-descr Mon Feb 10 14:04:45 2014 (r343636) @@ -2,4 +2,4 @@ This package is a setuptools plugin: it directory, capturing the information used by the setup.py test command when running tests. -WWW: https://pypi.python.org/pypi/eggtestinfo +WWW: https://pypi.python.org/pypi/eggtestinfo/ Modified: head/devel/py-experimental.cssselect/Makefile ============================================================================== --- head/devel/py-experimental.cssselect/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-experimental.cssselect/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,6 +2,7 @@ PORTNAME= experimental.cssselect PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,9 @@ COMMENT= Experimental version of lxml.cs RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml -# Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include Modified: head/devel/py-five.customerize/Makefile ============================================================================== --- head/devel/py-five.customerize/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-five.customerize/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,9 +2,11 @@ PORTNAME= five.customerize PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= TTW customization of template-based Zope views @@ -27,12 +29,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plon ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition -DIST_SUBDIR= zope -USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install -USE_ZIP= yes -USES= zope - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes +USES= zope .include Modified: head/devel/py-five.formlib/Makefile ============================================================================== --- head/devel/py-five.formlib/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-five.formlib/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,9 +2,11 @@ PORTNAME= five.formlib PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= zope.formlib integration for Zope 2 @@ -25,11 +27,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tran ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include Modified: head/devel/py-five.globalrequest/Makefile ============================================================================== --- head/devel/py-five.globalrequest/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-five.globalrequest/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,9 +2,11 @@ PORTNAME= five.globalrequest PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope 2 integration for zope.globalrequest @@ -13,11 +15,9 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.globalrequest>=0:${PORTSDIR}/devel/py-zope.globalrequest -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -#USES= zope - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +#USES= zope .include Modified: head/devel/py-five.localsitemanager/Makefile ============================================================================== --- head/devel/py-five.localsitemanager/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-five.localsitemanager/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,9 +2,11 @@ PORTNAME= five.localsitemanager PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Local site manager implementation for Zope 2 @@ -21,12 +23,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acqu ${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes -#USES= zope - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes +#USES= zope .include Modified: head/devel/py-grab/Makefile ============================================================================== --- head/devel/py-grab/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-grab/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,6 +2,7 @@ PORTNAME= grab PORTVERSION= 0.4.13 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +16,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lx RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-initgroups/Makefile ============================================================================== --- head/devel/py-initgroups/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-initgroups/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,6 +2,7 @@ PORTNAME= initgroups PORTVERSION= 2.13.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,9 @@ COMMENT= Convenience uid/gid helper func LICENSE= ZPL21 -PYEASYINSTALL_ARCHDEP= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes USE_ZIP= yes -NO_STAGE= yes - .include Modified: head/devel/py-manuel/Makefile ============================================================================== --- head/devel/py-manuel/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-manuel/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,6 +2,7 @@ PORTNAME= manuel PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +15,8 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six -# Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-manuel/pkg-descr ============================================================================== --- head/devel/py-manuel/pkg-descr Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-manuel/pkg-descr Mon Feb 10 14:04:45 2014 (r343636) @@ -1,3 +1,3 @@ Manuel lets you build tested documentation. -WWW: https://pypi.python.org/pypi/manuel +WWW: https://pypi.python.org/pypi/manuel/ Modified: head/devel/py-mygpoclient/Makefile ============================================================================== --- head/devel/py-mygpoclient/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-mygpoclient/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -12,8 +12,8 @@ COMMENT= gpodder.net API client library LICENSE= GPLv3 -USE_PYTHON= 2 -USE_PYDISTUTILS=yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-tempstorage/Makefile ============================================================================== --- head/devel/py-tempstorage/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-tempstorage/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,6 +2,7 @@ PORTNAME= tempstorage PORTVERSION= 2.12.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,9 @@ LICENSE= ZPL21 RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=3.9.0:${PORTSDIR}/databases/zodb3 \ ${PYTHON_PKGNAMEPREFIX}zope.testing>0:${PORTSDIR}/devel/py-zope.testing -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include Modified: head/devel/py-zope.applicationcontrol/Makefile ============================================================================== --- head/devel/py-zope.applicationcontrol/Makefile Mon Feb 10 13:58:28 2014 (r343635) +++ head/devel/py-zope.applicationcontrol/Makefile Mon Feb 10 14:04:45 2014 (r343636) @@ -2,9 +2,11 @@ PORTNAME= zope.applicationcontrol PORTVERSION= 3.5.5 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope applicationcontrol @@ -17,10 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7.0:${PORTSDIR}/devel/py-zope.traversing -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include