pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-magic-wormhole



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun 23 21:08:34 UTC 2021

Modified Files:
        pkgsrc/net/py-magic-wormhole: Makefile

Log Message:
py-magic-wormhole: add missing py-spake2 dependency

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-magic-wormhole/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-magic-wormhole/Makefile
diff -u pkgsrc/net/py-magic-wormhole/Makefile:1.2 pkgsrc/net/py-magic-wormhole/Makefile:1.3
--- pkgsrc/net/py-magic-wormhole/Makefile:1.2   Fri Mar 19 13:35:57 2021
+++ pkgsrc/net/py-magic-wormhole/Makefile       Wed Jun 23 21:08:34 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/03/19 13:35:57 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/23 21:08:34 wiz Exp $
 
 DISTNAME=      magic-wormhole-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/magic-wormhole/}
 
@@ -21,7 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-humanize-[0-9]*
 #DEPENDS+=     ${PYPKGPREFIX}-hkdf-[0-9]*:../../security/py-hkdf
 DEPENDS+=      ${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-#DEPENDS+=     ${PYPKGPREFIX}-spake2>=0.8:../../security/py-spake2
+DEPENDS+=      ${PYPKGPREFIX}-spake2>=0.8:../../security/py-spake2
 DEPENDS+=      ${PYPKGPREFIX}-tqdm>=4.13.0:../../misc/py-tqdm
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=17.5.0:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-txtorcon>=18.0.2:../../net/py-txtorcon



Home | Main Index | Thread Index | Old Index