Received: by mail.netbsd.org (Postfix, from userid 605) id 6DBF084D7C; Sun, 28 Oct 2018 15:13:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6552084D5D for ; Sun, 28 Oct 2018 15:13:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id AB_RFA3q4UWc for ; Sun, 28 Oct 2018 15:13:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 48E1A84C78 for ; Sun, 28 Oct 2018 15:13:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28DE4FBEE; Sun, 28 Oct 2018 15:13:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540739593180000" MIME-Version: 1.0 Date: Sun, 28 Oct 2018 15:13:13 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/py-zope.deferredimport To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20181028151313.28DE4FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540739593180000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Oct 28 15:13:13 UTC 2018 Added Files: pkgsrc/devel/py-zope.deferredimport: DESCR Makefile PLIST distinfo Log Message: devel/py-zope.deferredimport: add version 4.3 Add py-zope.deferredimport package version 4.3. ========================= ``zope.deferredimport`` ========================= Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-zope.deferredimport/DESCR \ pkgsrc/devel/py-zope.deferredimport/Makefile \ pkgsrc/devel/py-zope.deferredimport/PLIST \ pkgsrc/devel/py-zope.deferredimport/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540739593180000 Content-Disposition: inline Content-Length: 4898 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-zope.deferredimport/DESCR diff -u /dev/null pkgsrc/devel/py-zope.deferredimport/DESCR:1.1 --- /dev/null Sun Oct 28 15:13:13 2018 +++ pkgsrc/devel/py-zope.deferredimport/DESCR Sun Oct 28 15:13:13 2018 @@ -0,0 +1,10 @@ +========================= + ``zope.deferredimport`` +========================= + +Often, especially for package modules, you want to import names for +convenience, but not actually perform the imports until necessary. +The zope.deferredimport package provided facilities for defining names +in modules that will be imported from somewhere else when used. You +can also cause deprecation warnings to be issued when a variable is +used. Index: pkgsrc/devel/py-zope.deferredimport/Makefile diff -u /dev/null pkgsrc/devel/py-zope.deferredimport/Makefile:1.1 --- /dev/null Sun Oct 28 15:13:13 2018 +++ pkgsrc/devel/py-zope.deferredimport/Makefile Sun Oct 28 15:13:13 2018 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2018/10/28 15:13:13 taca Exp $ + +DISTNAME= zope.deferredimport-4.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.deferredimport/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/zopefoundation/zope.deferredimport +COMMENT= Imports names that will only be resolved when used in the code +LICENSE= zpl-2.1 + +DEPENDS+= ${PYPKGPREFIX}-zope.proxy>=4.3.1:../../www/py-zope.proxy + +USE_LANGUAGES= # + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-zope.deferredimport/PLIST diff -u /dev/null pkgsrc/devel/py-zope.deferredimport/PLIST:1.1 --- /dev/null Sun Oct 28 15:13:13 2018 +++ pkgsrc/devel/py-zope.deferredimport/PLIST Sun Oct 28 15:13:13 2018 @@ -0,0 +1,48 @@ +@comment $NetBSD: PLIST,v 1.1 2018/10/28 15:13:13 taca Exp $ +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/zope/deferredimport/__init__.py +${PYSITELIB}/zope/deferredimport/__init__.pyo +${PYSITELIB}/zope/deferredimport/__init__.pyc +${PYSITELIB}/zope/deferredimport/deferredmodule.pyo +${PYSITELIB}/zope/deferredimport/deferredmodule.pyc +${PYSITELIB}/zope/deferredimport/tests.pyo +${PYSITELIB}/zope/deferredimport/tests.pyc +${PYSITELIB}/zope/deferredimport/deferredmodule.py +${PYSITELIB}/zope/deferredimport/samples/__init__.py +${PYSITELIB}/zope/deferredimport/samples/__init__.pyo +${PYSITELIB}/zope/deferredimport/samples/__init__.pyc +${PYSITELIB}/zope/deferredimport/samples/sample1.pyo +${PYSITELIB}/zope/deferredimport/samples/sample1.pyc +${PYSITELIB}/zope/deferredimport/samples/sample2.pyo +${PYSITELIB}/zope/deferredimport/samples/sample2.pyc +${PYSITELIB}/zope/deferredimport/samples/sample3.pyo +${PYSITELIB}/zope/deferredimport/samples/sample3.pyc +${PYSITELIB}/zope/deferredimport/samples/sample4.pyo +${PYSITELIB}/zope/deferredimport/samples/sample4.pyc +${PYSITELIB}/zope/deferredimport/samples/sample5.pyo +${PYSITELIB}/zope/deferredimport/samples/sample5.pyc +${PYSITELIB}/zope/deferredimport/samples/sample6.pyo +${PYSITELIB}/zope/deferredimport/samples/sample6.pyc +${PYSITELIB}/zope/deferredimport/samples/sample7.pyo +${PYSITELIB}/zope/deferredimport/samples/sample7.pyc +${PYSITELIB}/zope/deferredimport/samples/sample8.pyo +${PYSITELIB}/zope/deferredimport/samples/sample8.pyc +${PYSITELIB}/zope/deferredimport/samples/sample9.pyo +${PYSITELIB}/zope/deferredimport/samples/sample9.pyc +${PYSITELIB}/zope/deferredimport/samples/sample1.py +${PYSITELIB}/zope/deferredimport/samples/sample2.py +${PYSITELIB}/zope/deferredimport/samples/sample3.py +${PYSITELIB}/zope/deferredimport/samples/sample4.py +${PYSITELIB}/zope/deferredimport/samples/sample5.py +${PYSITELIB}/zope/deferredimport/samples/sample6.py +${PYSITELIB}/zope/deferredimport/samples/sample7.py +${PYSITELIB}/zope/deferredimport/samples/sample8.py +${PYSITELIB}/zope/deferredimport/samples/sample9.py +${PYSITELIB}/zope/deferredimport/tests.py Index: pkgsrc/devel/py-zope.deferredimport/distinfo diff -u /dev/null pkgsrc/devel/py-zope.deferredimport/distinfo:1.1 --- /dev/null Sun Oct 28 15:13:13 2018 +++ pkgsrc/devel/py-zope.deferredimport/distinfo Sun Oct 28 15:13:13 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/10/28 15:13:13 taca Exp $ + +SHA1 (zope.deferredimport-4.3.tar.gz) = 4a39653d3e830ae100b6e44de6e651ba26e94351 +RMD160 (zope.deferredimport-4.3.tar.gz) = 4e290f17acf3282134a6e6a6dbb9602235de3d05 +SHA512 (zope.deferredimport-4.3.tar.gz) = a11df955598c79b7848fa1eac041453f88da4efce99746e1195ffe2b8a32cc258186433dd207d9274ee044aa16f42c70f21947ff84f3a71529baeaed377f4689 +Size (zope.deferredimport-4.3.tar.gz) = 20056 bytes --_----------=_1540739593180000--