Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison bsd.pypy.mk @ 33:3fcb2f73b3e2
Style
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 06 Oct 2022 11:38:05 +0200 |
| parents | bb33295dc62d |
| children | 0ba8512ad4c5 |
comparison
equal
deleted
inserted
replaced
| 32:f005c4d19ca4 | 33:3fcb2f73b3e2 |
|---|---|
| 24 PYPY_CFFI_VER= ${PYTHON_IMPL_NODOT}-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} | 24 PYPY_CFFI_VER= ${PYTHON_IMPL_NODOT}-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} |
| 25 PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} PY_VERSION_SHORT=${PY_VERSION_SHORT} | 25 PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} PY_VERSION_SHORT=${PY_VERSION_SHORT} |
| 26 | 26 |
| 27 OPTIONS_SINGLE+= FORPYIMPL | 27 OPTIONS_SINGLE+= FORPYIMPL |
| 28 | 28 |
| 29 OPTIONS_SINGLE_FORPYIMPL = FORPYIMPL37 FORPYIMPL38 FORPYIMPL39 | 29 OPTIONS_SINGLE_FORPYIMPL= FORPYIMPL37 FORPYIMPL38 FORPYIMPL39 |
| 30 | 30 |
| 31 FORPYIMPL_DESC= Required Python compatibility | 31 FORPYIMPL_DESC= Required Python compatibility |
| 32 FORPYIMPL37_DESC= Build for compat to Python 3.7 | 32 FORPYIMPL37_DESC= Build for compat to Python 3.7 |
| 33 FORPYIMPL38_DESC= Build for compat to Python 3.8 | 33 FORPYIMPL38_DESC= Build for compat to Python 3.8 |
| 34 FORPYIMPL39_DESC= Build for compat to Python 3.9 | 34 FORPYIMPL39_DESC= Build for compat to Python 3.9 |
