Switch MODPY_DEFAULT_VERSION_3 to 3.6, diff from rpointel@, testing and

fixes by shadchin@, bulk build by me, support from danj@, no objection
from naddy@

All 250-something ports depending on python3 will be bumped in a few.
Fasten your seatbelts.
This commit is contained in:
landry 2017-01-03 19:12:42 +00:00
parent 82f8b086b0
commit e22346e653

View File

@ -1,4 +1,4 @@
# $OpenBSD: python.port.mk,v 1.92 2017/01/03 18:54:48 shadchin Exp $
# $OpenBSD: python.port.mk,v 1.93 2017/01/03 19:12:42 landry Exp $
#
# python.port.mk - Xavier Santolaria <xavier@santolaria.net>
# This file is in the public domain.
@ -7,7 +7,7 @@ CATEGORIES += lang/python
# define the default versions
MODPY_DEFAULT_VERSION_2 = 2.7
MODPY_DEFAULT_VERSION_3 = 3.4
MODPY_DEFAULT_VERSION_3 = 3.6
.if !defined(MODPY_VERSION)