pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-mechanize py-mechanize: mark as not for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f98abae1b70
branches:  trunk
changeset: 378210:9f98abae1b70
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 30 10:57:26 2022 +0000

description:
py-mechanize: mark as not for python 2.7

0.4.7 -> 0.4.8 broke this without notice, but the only user in
pkgsrc, calibre, is already restricted to python 3.x

diffstat:

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

diffs (17 lines):

diff -r 14849dfd612b -r 9f98abae1b70 www/py-mechanize/Makefile
--- a/www/py-mechanize/Makefile Sat Apr 30 10:05:33 2022 +0000
+++ b/www/py-mechanize/Makefile Sat Apr 30 10:57:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/04/25 11:28:24 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/04/30 10:57:26 wiz Exp $
 
 DISTNAME=      mechanize-0.4.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,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