pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: mark some py-werkzeug dependencies as not-for-pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42467ac41cad
branches:  trunk
changeset: 378153:42467ac41cad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 29 23:14:02 2022 +0000

description:
*: mark some py-werkzeug dependencies as not-for-python-2.x

diffstat:

 devel/py-test-localserver/Makefile |  6 +++---
 www/py-klein/Makefile              |  6 +++---
 www/py-robobrowser/Makefile        |  4 +++-
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (68 lines):

diff -r 7f7e44194e81 -r 42467ac41cad devel/py-test-localserver/Makefile
--- a/devel/py-test-localserver/Makefile        Fri Apr 29 23:09:31 2022 +0000
+++ b/devel/py-test-localserver/Makefile        Fri Apr 29 23:14:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/07 16:44:54 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/29 23:14:02 wiz Exp $
 
 DISTNAME=      pytest-localserver-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,8 +12,9 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug>=0.10:../../www/py-werkzeug
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
@@ -21,5 +22,4 @@
        cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7f7e44194e81 -r 42467ac41cad www/py-klein/Makefile
--- a/www/py-klein/Makefile     Fri Apr 29 23:09:31 2022 +0000
+++ b/www/py-klein/Makefile     Fri Apr 29 23:14:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/02/13 08:53:44 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/29 23:14:02 wiz Exp $
 
 DISTNAME=      klein-20.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,13 +16,13 @@
 DEPENDS+=      ${PYPKGPREFIX}-hyperlink-[0-9]*:../../www/py-hyperlink
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-tubes-[0-9]*:../../devel/py-tubes
+DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-PYTHON_VERSIONED_DEPENDENCIES+=        twisted
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7f7e44194e81 -r 42467ac41cad www/py-robobrowser/Makefile
--- a/www/py-robobrowser/Makefile       Fri Apr 29 23:09:31 2022 +0000
+++ b/www/py-robobrowser/Makefile       Fri Apr 29 23:14:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:35 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/29 23:14:02 wiz Exp $
 
 DISTNAME=      robobrowser-0.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,5 +18,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index