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 4B5897A111 for ; Tue, 25 Apr 2017 19:32:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B034284DDD; Tue, 25 Apr 2017 19:32:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4088284DAD for ; Tue, 25 Apr 2017 19:32:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id W2Dcck96KhRz for ; Tue, 25 Apr 2017 19:32:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6EAEC84DB1 for ; Tue, 25 Apr 2017 19:32:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69294FBE4; Tue, 25 Apr 2017 19:32:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149314873133770" MIME-Version: 1.0 Date: Tue, 25 Apr 2017 19:32:11 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/py-lazr.delegates To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170425193211.69294FBE4@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. --_----------=_149314873133770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Apr 25 19:32:11 UTC 2017 Added Files: pkgsrc/devel/py-lazr.delegates: DESCR Makefile PLIST distinfo Log Message: Import lazr.delegates 2.0.3 as devel/py-lazr.delegates. The lazr.delegates package makes it easy to write objects that delegate behavior to another object. The new object adds some property or behavior on to the other object, while still providing the underlying interface, and delegating behavior. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-lazr.delegates/DESCR \ pkgsrc/devel/py-lazr.delegates/Makefile \ pkgsrc/devel/py-lazr.delegates/PLIST \ pkgsrc/devel/py-lazr.delegates/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149314873133770 Content-Disposition: inline Content-Length: 4561 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-lazr.delegates/DESCR diff -u /dev/null pkgsrc/devel/py-lazr.delegates/DESCR:1.1 --- /dev/null Tue Apr 25 19:32:11 2017 +++ pkgsrc/devel/py-lazr.delegates/DESCR Tue Apr 25 19:32:11 2017 @@ -0,0 +1,4 @@ +The lazr.delegates package makes it easy to write objects that +delegate behavior to another object. The new object adds some property +or behavior on to the other object, while still providing the +underlying interface, and delegating behavior. Index: pkgsrc/devel/py-lazr.delegates/Makefile diff -u /dev/null pkgsrc/devel/py-lazr.delegates/Makefile:1.1 --- /dev/null Tue Apr 25 19:32:11 2017 +++ pkgsrc/devel/py-lazr.delegates/Makefile Tue Apr 25 19:32:11 2017 @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2017/04/25 19:32:11 fhajny Exp $ +# + +DISTNAME= lazr.delegates-2.0.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazr.delegates/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://launchpad.net/lazr.delegates/ +COMMENT= Easily write objects that delegate behavior +LICENSE= gnu-lgpl-v3 + +USE_LANGUAGES= # none + +DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface +DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose + +# TEST_DEPENDS +BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage + +PYSETUPTESTTARGET= nosetests + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-lazr.delegates/PLIST diff -u /dev/null pkgsrc/devel/py-lazr.delegates/PLIST:1.1 --- /dev/null Tue Apr 25 19:32:11 2017 +++ pkgsrc/devel/py-lazr.delegates/PLIST Tue Apr 25 19:32:11 2017 @@ -0,0 +1,48 @@ +@comment $NetBSD: PLIST,v 1.1 2017/04/25 19:32:11 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}/lazr/delegates/__init__.py +${PYSITELIB}/lazr/delegates/__init__.pyo +${PYSITELIB}/lazr/delegates/__init__.pyc +${PYSITELIB}/lazr/delegates/_delegates.pyo +${PYSITELIB}/lazr/delegates/_delegates.pyc +${PYSITELIB}/lazr/delegates/_passthrough.pyo +${PYSITELIB}/lazr/delegates/_passthrough.pyc +${PYSITELIB}/lazr/delegates/_python2.pyo +${PYSITELIB}/lazr/delegates/_python2.pyc +${PYSITELIB}/lazr/delegates/_python3.pyo +${PYSITELIB}/lazr/delegates/_python3.pyc +${PYSITELIB}/lazr/delegates/_delegates.py +${PYSITELIB}/lazr/delegates/_passthrough.py +${PYSITELIB}/lazr/delegates/_python2.py +${PYSITELIB}/lazr/delegates/_python3.py +${PYSITELIB}/lazr/delegates/docs/NEWS.rst +${PYSITELIB}/lazr/delegates/docs/__init__.py +${PYSITELIB}/lazr/delegates/docs/__init__.pyo +${PYSITELIB}/lazr/delegates/docs/__init__.pyc +${PYSITELIB}/lazr/delegates/docs/fixture.pyo +${PYSITELIB}/lazr/delegates/docs/fixture.pyc +${PYSITELIB}/lazr/delegates/docs/usage_fixture.pyo +${PYSITELIB}/lazr/delegates/docs/usage_fixture.pyc +${PYSITELIB}/lazr/delegates/docs/fixture.py +${PYSITELIB}/lazr/delegates/docs/usage.rst +${PYSITELIB}/lazr/delegates/docs/usage_fixture.py +${PYSITELIB}/lazr/delegates/tests/__init__.py +${PYSITELIB}/lazr/delegates/tests/__init__.pyo +${PYSITELIB}/lazr/delegates/tests/__init__.pyc +${PYSITELIB}/lazr/delegates/tests/test_api.pyo +${PYSITELIB}/lazr/delegates/tests/test_api.pyc +${PYSITELIB}/lazr/delegates/tests/test_passthrough.pyo +${PYSITELIB}/lazr/delegates/tests/test_passthrough.pyc +${PYSITELIB}/lazr/delegates/tests/test_python2.pyo +${PYSITELIB}/lazr/delegates/tests/test_python2.pyc +${PYSITELIB}/lazr/delegates/tests/test_api.py +${PYSITELIB}/lazr/delegates/tests/test_passthrough.py +${PYSITELIB}/lazr/delegates/tests/test_python2.py +${PYSITELIB}/lazr/delegates/version.txt Index: pkgsrc/devel/py-lazr.delegates/distinfo diff -u /dev/null pkgsrc/devel/py-lazr.delegates/distinfo:1.1 --- /dev/null Tue Apr 25 19:32:11 2017 +++ pkgsrc/devel/py-lazr.delegates/distinfo Tue Apr 25 19:32:11 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/04/25 19:32:11 fhajny Exp $ + +SHA1 (lazr.delegates-2.0.3.tar.gz) = 0313ff26796be3e1ad3abdaad8f4d2fce00b9518 +RMD160 (lazr.delegates-2.0.3.tar.gz) = bff37c7d355a8d0ea310bdbe5fa175c5c9cc3198 +SHA512 (lazr.delegates-2.0.3.tar.gz) = 36a4fd3aabf25c8dac0daf8bae67bdf938867b33f72926696437b65ab7a450999c0fc9999216125af6f311f783f3f20bfa03ac761f1552f9a8810de9964cfd61 +Size (lazr.delegates-2.0.3.tar.gz) = 14039 bytes --_----------=_149314873133770--