pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-vine



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index