Hi, attached is the port for python 3.6.
It needs the patch for lang/python/Makefile.inc to work. Ok to import? Cheers, Remi.
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/lang/python/Makefile.inc,v
retrieving revision 1.118
diff -u -p -u -r1.118 Makefile.inc
--- Makefile.inc 23 Sep 2016 09:16:55 -0000 1.118
+++ Makefile.inc 23 Dec 2016 12:48:31 -0000
@@ -131,7 +131,11 @@ FAKE_FLAGS += RANLIB=:
# and QtWebKit require W|X mappings.
USE_WXNEEDED = Yes
+.if ${VERSION} == "3.6"
+ALL_TARGET = all
+.else
ALL_TARGET = all ./Lib/plat-openbsd6
+.endif
post-extract:
rm -r ${WRKDIST}/Modules/expat
3.6.tar.gz
Description: application/gzip
