pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www *: mark as not-for-python-2.7 due to py-wtforms



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84e8a37cb5a8
branches:  trunk
changeset: 379938:84e8a37cb5a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 25 15:31:56 2022 +0000

description:
*: mark as not-for-python-2.7 due to py-wtforms

diffstat:

 www/py-wtforms-recaptcha/Makefile |  4 +++-
 www/py-wtforms-test/Makefile      |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r c703a56db2bd -r 84e8a37cb5a8 www/py-wtforms-recaptcha/Makefile
--- a/www/py-wtforms-recaptcha/Makefile Wed May 25 15:30:33 2022 +0000
+++ b/www/py-wtforms-recaptcha/Makefile Wed May 25 15:31:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/25 15:31:56 wiz Exp $
 
 DISTNAME=      wtforms-recaptcha-0.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-wtforms>=0.6.1:../../www/py-wtforms
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-wtforms
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r c703a56db2bd -r 84e8a37cb5a8 www/py-wtforms-test/Makefile
--- a/www/py-wtforms-test/Makefile      Wed May 25 15:30:33 2022 +0000
+++ b/www/py-wtforms-test/Makefile      Wed May 25 15:31:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/05/25 15:31:56 wiz Exp $
 
 DISTNAME=      WTForms-Test-0.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -13,6 +13,8 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-wtforms>=1.0.2:../../www/py-wtforms
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-wtforms
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index