Received: by mail.netbsd.org (Postfix, from userid 605) id 8D80184D73; Wed, 17 Feb 2021 14:40:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C641484D72 for ; Wed, 17 Feb 2021 14:40:34 +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 Z1lEtqOtGeIs for ; Wed, 17 Feb 2021 14:40:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 22B2C84D6D for ; Wed, 17 Feb 2021 14:40:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C11AFA95; Wed, 17 Feb 2021 14:40:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161357283438250" MIME-Version: 1.0 Date: Wed, 17 Feb 2021 14:40:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-vine To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210217144034.1C11AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161357283438250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 17 14:40:34 UTC 2021 Modified Files: pkgsrc/devel/py-vine: DESCR Makefile Log Message: py-vine: improve DESCR and COMMENT following upstream To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-vine/DESCR cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-vine/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161357283438250 Content-Disposition: inline Content-Length: 1281 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-vine/DESCR diff -u pkgsrc/devel/py-vine/DESCR:1.1 pkgsrc/devel/py-vine/DESCR:1.2 --- pkgsrc/devel/py-vine/DESCR:1.1 Sun Apr 9 17:04:29 2017 +++ pkgsrc/devel/py-vine/DESCR Wed Feb 17 14:40:33 2021 @@ -1 +1,4 @@ -Promises, promises, promises. +This is a special implementation of promises in that it can be used +both for promise of a value and lazy evaluation. The biggest upside +for this is that everything in a promise can also be a promise, +e.g. filters, callbacks and errbacks can all be promises. Index: pkgsrc/devel/py-vine/Makefile diff -u pkgsrc/devel/py-vine/Makefile:1.6 pkgsrc/devel/py-vine/Makefile:1.7 --- pkgsrc/devel/py-vine/Makefile:1.6 Sat May 16 17:38:40 2020 +++ pkgsrc/devel/py-vine/Makefile Wed Feb 17 14:40:33 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/05/16 17:38:40 adam Exp $ +# $NetBSD: Makefile,v 1.7 2021/02/17 14:40:33 wiz Exp $ DISTNAME= vine-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=v/vine MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://vine.readthedocs.io/ -COMMENT= Promises, promises, promises +COMMENT= Special implementation of promises LICENSE= modified-bsd TEST_DEPENDS+= ${PYPKGPREFIX}-case>=1.3.1:../../devel/py-case --_----------=_161357283438250--