pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-betamax



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 14:14:09 UTC 2022

Modified Files:
        pkgsrc/www/py-betamax: Makefile

Log Message:
py-betamax: mark as only for python 3.x


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-betamax/Makefile

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

Modified files:

Index: pkgsrc/www/py-betamax/Makefile
diff -u pkgsrc/www/py-betamax/Makefile:1.10 pkgsrc/www/py-betamax/Makefile:1.11
--- pkgsrc/www/py-betamax/Makefile:1.10 Tue Jan  4 20:55:16 2022
+++ pkgsrc/www/py-betamax/Makefile      Fri Jul  8 14:14:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/01/04 20:55:16 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/07/08 14:14:09 wiz Exp $
 
 DISTNAME=      betamax-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,11 @@ COMMENT=    VCR imitation for python-reques
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-PYTHON_VERSIONED_DEPENDENCIES= test:build
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index