Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison bsd.pypy.mk @ 13:cac5ab348000
FIX: This is because this is the master port for pypy3 also: build PyPy3 for Python 3.8.
This is not beta quality any more.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 01 Oct 2022 14:14:27 +0200 |
| parents | c269f1e91387 |
| children | 3e54ae4e5d8b |
comparison
equal
deleted
inserted
replaced
| 12:a92355d5c173 | 13:cac5ab348000 |
|---|---|
| 12 .if ${PYTHON_IMPL} == pypy | 12 .if ${PYTHON_IMPL} == pypy |
| 13 DISTVERSION= 7.3.9 | 13 DISTVERSION= 7.3.9 |
| 14 PYPY_CFFI_VER= ${PYTHON_IMPL}-73 | 14 PYPY_CFFI_VER= ${PYTHON_IMPL}-73 |
| 15 .else # ${PYTHON_IMPL} == pypy3 | 15 .else # ${PYTHON_IMPL} == pypy3 |
| 16 DISTVERSION= 7.3.9 | 16 DISTVERSION= 7.3.9 |
| 17 PYPY_CFFI_VER= ${PYTHON_IMPL}6-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} | 17 PYPY_CFFI_VER= ${PYTHON_IMPL}8-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} |
| 18 .endif | 18 .endif |
