Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison lang/pypy3/Makefile.cffi.inc @ 202:db41475a56f3
Remove support for Python implementation 3.9 because upstream PyPy also has ended support for it
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Mar 2025 17:05:39 +0100 |
| parents | aa93453cd531 |
| children |
comparison
equal
deleted
inserted
replaced
| 201:aa93453cd531 | 202:db41475a56f3 |
|---|---|
| 14 BUILD_DEPENDS+= ${FLAVOR}==${PYPY_PORTVERSION}:lang/${FLAVOR} | 14 BUILD_DEPENDS+= ${FLAVOR}==${PYPY_PORTVERSION}:lang/${FLAVOR} |
| 15 RUN_DEPENDS+= ${FLAVOR}>=${PYPY_PORTVERSION}:lang/${FLAVOR} | 15 RUN_DEPENDS+= ${FLAVOR}>=${PYPY_PORTVERSION}:lang/${FLAVOR} |
| 16 | 16 |
| 17 CFFI_MODULE?= _${PORTNAME} | 17 CFFI_MODULE?= _${PORTNAME} |
| 18 | 18 |
| 19 FLAVORS= pypy39 pypy310 pypy311 | 19 FLAVORS= pypy310 pypy311 |
| 20 FLAVOR?= pypy310 | 20 FLAVOR?= pypy310 |
| 21 | 21 |
| 22 .if ${FLAVOR}==pypy39 | 22 .if ${FLAVOR}==pypy310 |
| 23 PYPY_PYTHON_IMPL= pypy3.9 | |
| 24 .elif ${FLAVOR}==pypy310 | |
| 25 PYPY_PYTHON_IMPL= pypy3.10 | 23 PYPY_PYTHON_IMPL= pypy3.10 |
| 26 .elif ${FLAVOR}==pypy311 | 24 .elif ${FLAVOR}==pypy311 |
| 27 PYPY_PYTHON_IMPL= pypy3.11 | 25 PYPY_PYTHON_IMPL= pypy3.11 |
| 28 .else | 26 .else |
| 29 .endif | 27 .endif |
