pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-mechanize
Module Name: pkgsrc
Committed By: wiz
Date: Sat Apr 30 10:57:26 UTC 2022
Modified Files:
pkgsrc/www/py-mechanize: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-mechanize/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-mechanize/Makefile
diff -u pkgsrc/www/py-mechanize/Makefile:1.31 pkgsrc/www/py-mechanize/Makefile:1.32
--- pkgsrc/www/py-mechanize/Makefile:1.31 Mon Apr 25 11:28:24 2022
+++ pkgsrc/www/py-mechanize/Makefile Sat Apr 30 10:57:26 2022
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index