mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
16 lines
452 B
Makefile
16 lines
452 B
Makefile
# $NetBSD: Makefile.version,v 1.22 2015/09/02 16:52:37 wiz Exp $
|
|
|
|
VERSION= 3.5.1
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.4.1
|
|
# see also http://mercurial.selenic.com/wiki/SupportedPythonVersions
|
|
# 3.x support is not planned for the near future
|
|
#
|
|
# the following setup argument was requested when compiling
|
|
# for python-3.x
|
|
#.include "../../lang/python/pyversion.mk"
|
|
#
|
|
#.if "${PYPKGPREFIX}" != "py27"
|
|
#PYSETUPARGS+= --c2to3
|
|
#.endif
|