pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-vine py-vine: improve DESCR and COMMENT follo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/975d402ad931
branches:  trunk
changeset: 447174:975d402ad931
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 17 14:40:33 2021 +0000

description:
py-vine: improve DESCR and COMMENT following upstream

diffstat:

 devel/py-vine/DESCR    |  5 ++++-
 devel/py-vine/Makefile |  4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f221061dca5a -r 975d402ad931 devel/py-vine/DESCR
--- a/devel/py-vine/DESCR       Wed Feb 17 14:20:46 2021 +0000
+++ b/devel/py-vine/DESCR       Wed Feb 17 14:40:33 2021 +0000
@@ -1,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.
diff -r f221061dca5a -r 975d402ad931 devel/py-vine/Makefile
--- a/devel/py-vine/Makefile    Wed Feb 17 14:20:46 2021 +0000
+++ b/devel/py-vine/Makefile    Wed Feb 17 14:40:33 2021 +0000
@@ -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 @@
 
 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