pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-requests-toolbelt py-requests-toolbelt: mark ...



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

description:
py-requests-toolbelt: mark as python 3.x only

diffstat:

 devel/py-requests-toolbelt/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 7247a17d06df -r fa799eeb89ea devel/py-requests-toolbelt/Makefile
--- a/devel/py-requests-toolbelt/Makefile       Fri Jul 08 14:08:50 2022 +0000
+++ b/devel/py-requests-toolbelt/Makefile       Fri Jul 08 14:12:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:53:36 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/07/08 14:12:12 wiz Exp $
 
 DISTNAME=      requests-toolbelt-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,13 +12,13 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.1.0<3.0:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-betamax-[0-9]*:../../www/py-betamax
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+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