Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id F15AE7A1B7 for ; Tue, 25 Apr 2017 17:48:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8F46084DDF; Tue, 25 Apr 2017 17:48:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FC2184D79 for ; Tue, 25 Apr 2017 17:48:13 +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 T0VztkIDi0TB for ; Tue, 25 Apr 2017 17:48:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4CEE584CE3 for ; Tue, 25 Apr 2017 17:48:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44E1DFBE4; Tue, 25 Apr 2017 17:48:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493142492115110" MIME-Version: 1.0 Date: Tue, 25 Apr 2017 17:48:12 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/py-ZopeConfiguration To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170425174812.44E1DFBE4@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. --_----------=_1493142492115110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Apr 25 17:48:12 UTC 2017 Added Files: pkgsrc/devel/py-ZopeConfiguration: DESCR Makefile PLIST distinfo Log Message: Import zope.configuration 4.0.3 as devel/py-ZopeConfiguration. The zope configuration system provides an extensible system for supporting various kinds of configurations. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-ZopeConfiguration/DESCR \ pkgsrc/devel/py-ZopeConfiguration/Makefile \ pkgsrc/devel/py-ZopeConfiguration/PLIST \ pkgsrc/devel/py-ZopeConfiguration/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493142492115110 Content-Disposition: inline Content-Length: 8686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-ZopeConfiguration/DESCR diff -u /dev/null pkgsrc/devel/py-ZopeConfiguration/DESCR:1.1 --- /dev/null Tue Apr 25 17:48:12 2017 +++ pkgsrc/devel/py-ZopeConfiguration/DESCR Tue Apr 25 17:48:12 2017 @@ -0,0 +1,5 @@ +The zope configuration system provides an extensible system for +supporting various kinds of configurations. + +This package is intended to be independently reusable in any Python +project. It is maintained by the Zope Toolkit project. Index: pkgsrc/devel/py-ZopeConfiguration/Makefile diff -u /dev/null pkgsrc/devel/py-ZopeConfiguration/Makefile:1.1 --- /dev/null Tue Apr 25 17:48:12 2017 +++ pkgsrc/devel/py-ZopeConfiguration/Makefile Tue Apr 25 17:48:12 2017 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2017/04/25 17:48:12 fhajny Exp $ + +DISTNAME= zope.configuration-4.0.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.c/ZopeC/} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.configuration/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://docs.zope.org/zopetoolkit/ +COMMENT= Zope Configuration Markup Language +LICENSE= zpl-2.1 + +DEPENDS+= ${PYPKGPREFIX}-ZopeI18NMessageid-[0-9]*:../../devel/py-ZopeI18NMessageid +DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface +DEPENDS+= ${PYPKGPREFIX}-ZopeSchema-[0-9]*:../../devel/py-ZopeSchema + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-ZopeConfiguration/PLIST diff -u /dev/null pkgsrc/devel/py-ZopeConfiguration/PLIST:1.1 --- /dev/null Tue Apr 25 17:48:12 2017 +++ pkgsrc/devel/py-ZopeConfiguration/PLIST Tue Apr 25 17:48:12 2017 @@ -0,0 +1,118 @@ +@comment $NetBSD: PLIST,v 1.1 2017/04/25 17:48:12 fhajny 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/configuration/__init__.py +${PYSITELIB}/zope/configuration/__init__.pyo +${PYSITELIB}/zope/configuration/__init__.pyc +${PYSITELIB}/zope/configuration/_compat.pyo +${PYSITELIB}/zope/configuration/_compat.pyc +${PYSITELIB}/zope/configuration/config.pyo +${PYSITELIB}/zope/configuration/config.pyc +${PYSITELIB}/zope/configuration/docutils.pyo +${PYSITELIB}/zope/configuration/docutils.pyc +${PYSITELIB}/zope/configuration/exceptions.pyo +${PYSITELIB}/zope/configuration/exceptions.pyc +${PYSITELIB}/zope/configuration/fields.pyo +${PYSITELIB}/zope/configuration/fields.pyc +${PYSITELIB}/zope/configuration/interfaces.pyo +${PYSITELIB}/zope/configuration/interfaces.pyc +${PYSITELIB}/zope/configuration/name.pyo +${PYSITELIB}/zope/configuration/name.pyc +${PYSITELIB}/zope/configuration/xmlconfig.pyo +${PYSITELIB}/zope/configuration/xmlconfig.pyc +${PYSITELIB}/zope/configuration/zopeconfigure.pyo +${PYSITELIB}/zope/configuration/zopeconfigure.pyc +${PYSITELIB}/zope/configuration/_compat.py +${PYSITELIB}/zope/configuration/config.py +${PYSITELIB}/zope/configuration/docutils.py +${PYSITELIB}/zope/configuration/exceptions.py +${PYSITELIB}/zope/configuration/fields.py +${PYSITELIB}/zope/configuration/interfaces.py +${PYSITELIB}/zope/configuration/name.py +${PYSITELIB}/zope/configuration/tests/__init__.py +${PYSITELIB}/zope/configuration/tests/__init__.pyo +${PYSITELIB}/zope/configuration/tests/__init__.pyc +${PYSITELIB}/zope/configuration/tests/bad.pyo +${PYSITELIB}/zope/configuration/tests/bad.pyc +${PYSITELIB}/zope/configuration/tests/conditions.pyo +${PYSITELIB}/zope/configuration/tests/conditions.pyc +${PYSITELIB}/zope/configuration/tests/directives.pyo +${PYSITELIB}/zope/configuration/tests/directives.pyc +${PYSITELIB}/zope/configuration/tests/nested.pyo +${PYSITELIB}/zope/configuration/tests/nested.pyc +${PYSITELIB}/zope/configuration/tests/notyet.pyo +${PYSITELIB}/zope/configuration/tests/notyet.pyc +${PYSITELIB}/zope/configuration/tests/simple.pyo +${PYSITELIB}/zope/configuration/tests/simple.pyc +${PYSITELIB}/zope/configuration/tests/test___init__.pyo +${PYSITELIB}/zope/configuration/tests/test___init__.pyc +${PYSITELIB}/zope/configuration/tests/test_config.pyo +${PYSITELIB}/zope/configuration/tests/test_config.pyc +${PYSITELIB}/zope/configuration/tests/test_docutils.pyo +${PYSITELIB}/zope/configuration/tests/test_docutils.pyc +${PYSITELIB}/zope/configuration/tests/test_fields.pyo +${PYSITELIB}/zope/configuration/tests/test_fields.pyc +${PYSITELIB}/zope/configuration/tests/test_name.pyo +${PYSITELIB}/zope/configuration/tests/test_name.pyc +${PYSITELIB}/zope/configuration/tests/test_xmlconfig.pyo +${PYSITELIB}/zope/configuration/tests/test_xmlconfig.pyc +${PYSITELIB}/zope/configuration/tests/test_zopeconfigure.pyo +${PYSITELIB}/zope/configuration/tests/test_zopeconfigure.pyc +${PYSITELIB}/zope/configuration/tests/victim.pyo +${PYSITELIB}/zope/configuration/tests/victim.pyc +${PYSITELIB}/zope/configuration/tests/bad.py +${PYSITELIB}/zope/configuration/tests/conditions.py +${PYSITELIB}/zope/configuration/tests/conditions.zcml +${PYSITELIB}/zope/configuration/tests/directives.py +${PYSITELIB}/zope/configuration/tests/excludedemo/__init__.py +${PYSITELIB}/zope/configuration/tests/excludedemo/__init__.pyo +${PYSITELIB}/zope/configuration/tests/excludedemo/__init__.pyc +${PYSITELIB}/zope/configuration/tests/excludedemo/configure.zcml +${PYSITELIB}/zope/configuration/tests/excludedemo/spam.zcml +${PYSITELIB}/zope/configuration/tests/excludedemo/sub/__init__.py +${PYSITELIB}/zope/configuration/tests/excludedemo/sub/__init__.pyo +${PYSITELIB}/zope/configuration/tests/excludedemo/sub/__init__.pyc +${PYSITELIB}/zope/configuration/tests/excludedemo/sub/configure.zcml +${PYSITELIB}/zope/configuration/tests/nested.py +${PYSITELIB}/zope/configuration/tests/notyet.py +${PYSITELIB}/zope/configuration/tests/sample.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/NamedForClass.py +${PYSITELIB}/zope/configuration/tests/samplepackage/__init__.py +${PYSITELIB}/zope/configuration/tests/samplepackage/NamedForClass.pyo +${PYSITELIB}/zope/configuration/tests/samplepackage/NamedForClass.pyc +${PYSITELIB}/zope/configuration/tests/samplepackage/__init__.pyo +${PYSITELIB}/zope/configuration/tests/samplepackage/__init__.pyc +${PYSITELIB}/zope/configuration/tests/samplepackage/foo.pyo +${PYSITELIB}/zope/configuration/tests/samplepackage/foo.pyc +${PYSITELIB}/zope/configuration/tests/samplepackage/bar.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/bar1.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/bar2.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/bar21.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/baro.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/baro2.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/baz1.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/baz2.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/baz3.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/configure.zcml +${PYSITELIB}/zope/configuration/tests/samplepackage/configure.zcml.in +${PYSITELIB}/zope/configuration/tests/samplepackage/foo.py +${PYSITELIB}/zope/configuration/tests/samplepackage/foo.zcml.in +${PYSITELIB}/zope/configuration/tests/schema.zcml +${PYSITELIB}/zope/configuration/tests/simple.py +${PYSITELIB}/zope/configuration/tests/simple.zcml +${PYSITELIB}/zope/configuration/tests/test___init__.py +${PYSITELIB}/zope/configuration/tests/test_config.py +${PYSITELIB}/zope/configuration/tests/test_docutils.py +${PYSITELIB}/zope/configuration/tests/test_fields.py +${PYSITELIB}/zope/configuration/tests/test_name.py +${PYSITELIB}/zope/configuration/tests/test_xmlconfig.py +${PYSITELIB}/zope/configuration/tests/test_zopeconfigure.py +${PYSITELIB}/zope/configuration/tests/victim.py +${PYSITELIB}/zope/configuration/xmlconfig.py +${PYSITELIB}/zope/configuration/zopeconfigure.py Index: pkgsrc/devel/py-ZopeConfiguration/distinfo diff -u /dev/null pkgsrc/devel/py-ZopeConfiguration/distinfo:1.1 --- /dev/null Tue Apr 25 17:48:12 2017 +++ pkgsrc/devel/py-ZopeConfiguration/distinfo Tue Apr 25 17:48:12 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/04/25 17:48:12 fhajny Exp $ + +SHA1 (zope.configuration-4.0.3.tar.gz) = f698f871eb79b0d15a1e9fb4ad0ad43bdf8fbbbb +RMD160 (zope.configuration-4.0.3.tar.gz) = bb4863227e559de5a1f042cdbe1b8db215f77296 +SHA512 (zope.configuration-4.0.3.tar.gz) = b4ff914dd25fb8be5cfd61c5bc87448b4ba87adf9ff3bce7ab01fa3b7bf1b19a1b7fc6be252fe0582a238fc071b7a762adaad14aafbd3a2e4f65c08bb7bf63eb +Size (zope.configuration-4.0.3.tar.gz) = 487610 bytes --_----------=_1493142492115110--