pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/tahoe-lafs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri May 30 13:02:11 UTC 2025

Modified Files:
        pkgsrc/filesystems/tahoe-lafs: Makefile

Log Message:
filesystems/tahoe-lafs: Fix a TEST_DEPENDS

and gc a comment about using tox in tests.  Tests appear to start
fine, and fail because many of tahoe's test dependenncies are not in
pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/filesystems/tahoe-lafs/Makefile

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

Modified files:

Index: pkgsrc/filesystems/tahoe-lafs/Makefile
diff -u pkgsrc/filesystems/tahoe-lafs/Makefile:1.72 pkgsrc/filesystems/tahoe-lafs/Makefile:1.73
--- pkgsrc/filesystems/tahoe-lafs/Makefile:1.72 Fri May 30 12:57:27 2025
+++ pkgsrc/filesystems/tahoe-lafs/Makefile      Fri May 30 13:02:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2025/05/30 12:57:27 gdt Exp $
+# $NetBSD: Makefile,v 1.73 2025/05/30 13:02:11 gdt Exp $
 
 VERSION_BASE=  1.20.0
 VERSION_RC=
@@ -65,7 +65,7 @@ DEPENDS+=     ${PYPKGPREFIX}-txtorcon>=0.17.
 
 # test:
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+=  ${PYPKGPREFIX}-tox>= 4.0.0:../../devel/py-tox
+TEST_DEPENDS+=  ${PYPKGPREFIX}-tox>=4.0.0:../../devel/py-tox
 # py-test (included automatically via wheel.mk)
 # pytest-twisted
 # hypothesis >= 3.6.1
@@ -88,10 +88,6 @@ PKG_GROUPS=          tahoes
 PKG_USERS=             tahoes:tahoes
 PKG_GECOS.tahoes=      tahoe server
 
-# \todo Convert do-test to use tox
-#do-test:
-#      cd ${WRKSRC} && py.test-3.8
-
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index