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:   gdt
Date:           Tue Apr  8 13:49:56 UTC 2025

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

Log Message:
net/py-magic-wormhole: Adjust comments about test deps

Note that py-test is not listed in setup.py, but experimentally
determined to be needed.  (Thus, a bug I'll file upstream.)

Drop comment about pytest_twisted maybe being needed; tests run and
pass without it being installed and there's no trace of it in the make
test output.  (That seems definitive to me; of course, let me know if
I have it wrong.)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/net/py-magic-wormhole/Makefile:1.15
--- pkgsrc/net/py-magic-wormhole/Makefile:1.14  Tue Apr  8 13:37:47 2025
+++ pkgsrc/net/py-magic-wormhole/Makefile       Tue Apr  8 13:49:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/04/08 13:37:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/08 13:49:56 gdt Exp $
 
 DISTNAME=      magic-wormhole-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -45,9 +45,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-tox-[0-9]*
 TEST_DEPENDS+= ${PYPKGPREFIX}-flakes>=1.2.3:../../devel/py-flakes
 TEST_DEPENDS+= ${PYPKGPREFIX}-magic-wormhole-mailbox-server>=0.3.1:../../net/py-magic-wormhole-mailbox-server # XXX setup.py says ==0.3.1 but 0.4.0 seems OK
 TEST_DEPENDS+= ${PYPKGPREFIX}-magic-wormhole-transit-relay>=0.3.1:../../net/py-magic-wormhole-transit-relay # XXX setup.py says ==0.3.1 but 0.4.0 seems OK
+# setup.py not listed, but experimentally determined to be needed
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-# XXX pytest_twisted?  (Either I already have it by accident or it's
-# not needed.)
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index