comparison bsd.pypy.mk @ 51:4693b4c466f7

Make Pypy3 build for Python 3.9 by default now
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 04 Jan 2023 20:50:19 +0100
parents 5276e5918459
children 4a27313c3f7d
comparison
equal deleted inserted replaced
50:5276e5918459 51:4693b4c466f7
37 FORPYIMPL37_DESC= Build for compat to Python 3.7 37 FORPYIMPL37_DESC= Build for compat to Python 3.7
38 FORPYIMPL38_DESC= Build for compat to Python 3.8 38 FORPYIMPL38_DESC= Build for compat to Python 3.8
39 FORPYIMPL39_DESC= Build for compat to Python 3.9 39 FORPYIMPL39_DESC= Build for compat to Python 3.9
40 40
41 OPTIONS_SUB= yes 41 OPTIONS_SUB= yes
42 OPTIONS_DEFAULT+= FORPYIMPL38 42 OPTIONS_DEFAULT+= FORPYIMPL39
43 43
44 .endif 44 .endif
45 45
46 PY_VERSION_NODOT= ${PY_VERSION_SHORT:S/.//} 46 PY_VERSION_NODOT= ${PY_VERSION_SHORT:S/.//}
47 PYTHON_IMPL_MINOR= pypy${PY_VERSION_SHORT} 47 PYTHON_IMPL_MINOR= pypy${PY_VERSION_SHORT}