Received: by mail.netbsd.org (Postfix, from userid 605) id 8BD2E84DAF; Mon, 24 Jul 2017 10:21:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F79884DAE for ; Mon, 24 Jul 2017 10:21:00 +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 4Y7qrXMSxqaT for ; Mon, 24 Jul 2017 10:20:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A105284DAC for ; Mon, 24 Jul 2017 10:20:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BC39FAAF; Mon, 24 Jul 2017 10:20:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1500891659191420" MIME-Version: 1.0 Date: Mon, 24 Jul 2017 10:20:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-decorator To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170724102059.9BC39FAAF@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. --_----------=_1500891659191420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 24 10:20:59 UTC 2017 Modified Files: pkgsrc/devel/py-decorator: Makefile distinfo Log Message: 4.1.2: Made it possible to define decorators converting coroutines into regular functions To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-decorator/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-decorator/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1500891659191420 Content-Disposition: inline Content-Length: 1998 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-decorator/Makefile diff -u pkgsrc/devel/py-decorator/Makefile:1.12 pkgsrc/devel/py-decorator/Makefile:1.13 --- pkgsrc/devel/py-decorator/Makefile:1.12 Sun Jul 16 09:25:34 2017 +++ pkgsrc/devel/py-decorator/Makefile Mon Jul 24 10:20:59 2017 @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.12 2017/07/16 09:25:34 adam Exp $ +# $NetBSD: Makefile,v 1.13 2017/07/24 10:20:59 adam Exp $ -DISTNAME= decorator-4.1.1 +DISTNAME= decorator-4.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/decorator/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pypi.python.org/pypi/decorator +HOMEPAGE= https://github.com/micheles/decorator COMMENT= Generic Python decorator utilities LICENSE= 2-clause-bsd +USE_LANGUAGES= # none + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-decorator/distinfo diff -u pkgsrc/devel/py-decorator/distinfo:1.9 pkgsrc/devel/py-decorator/distinfo:1.10 --- pkgsrc/devel/py-decorator/distinfo:1.9 Sun Jul 16 09:25:34 2017 +++ pkgsrc/devel/py-decorator/distinfo Mon Jul 24 10:20:59 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/07/16 09:25:34 adam Exp $ +$NetBSD: distinfo,v 1.10 2017/07/24 10:20:59 adam Exp $ -SHA1 (decorator-4.1.1.tar.gz) = af44c1f55841b8a7909eeeacb9445b965de24c5a -RMD160 (decorator-4.1.1.tar.gz) = ed59302d9287bad12ae2461344949ec8ac6ad2af -SHA512 (decorator-4.1.1.tar.gz) = a072173cf20ff9a97df93da217e33d9671b90c32d3536e95f99d0783169ce0d41a3c7c601004b1b2717e503cf27fb8ab110156f641d6fc7a2b6adb46c9eb33f1 -Size (decorator-4.1.1.tar.gz) = 31979 bytes +SHA1 (decorator-4.1.2.tar.gz) = ab3cd33cb26480d58a34942b81771a33a3b9b957 +RMD160 (decorator-4.1.2.tar.gz) = b93326f0d7c7cbf05da476091609611e09a35002 +SHA512 (decorator-4.1.2.tar.gz) = 4a4b9dc39de9b3f00eae9b6829136f5d836355d3d719371440f69c33fdddf73636e9faaa8fc35829c64d5c5a61d968ea427267da944c524c22ad08b69fb6f0ff +Size (decorator-4.1.2.tar.gz) = 32325 bytes --_----------=_1500891659191420--