pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-betamax py-betamax: mark as only for python 3.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1898fd352cc
branches:  trunk
changeset: 381507:e1898fd352cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 08 14:14:09 2022 +0000

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

diffstat:

 www/py-betamax/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r fa799eeb89ea -r e1898fd352cc www/py-betamax/Makefile
--- a/www/py-betamax/Makefile   Fri Jul 08 14:12:12 2022 +0000
+++ b/www/py-betamax/Makefile   Fri Jul 08 14:14:09 2022 +0000
@@ -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 @@
 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