Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison bsd.pypy.mk @ 62:3ff956f569d6
FIX: PYPY_BCTAG: syntax for PLIST_SUB
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 10 Jan 2024 18:54:58 +0100 |
| parents | e12dfbf0a674 |
| children |
comparison
equal
deleted
inserted
replaced
| 61:e12dfbf0a674 | 62:3ff956f569d6 |
|---|---|
| 26 | 26 |
| 27 DISTVERSION= 7.3.14 | 27 DISTVERSION= 7.3.14 |
| 28 PYPY_CFFI_VER= ${PYTHON_IMPL_NODOT}-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} | 28 PYPY_CFFI_VER= ${PYTHON_IMPL_NODOT}-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} |
| 29 PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} \ | 29 PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} \ |
| 30 PY_VERSION_SHORT=${PY_VERSION_SHORT} \ | 30 PY_VERSION_SHORT=${PY_VERSION_SHORT} \ |
| 31 PYPY_BCTAG | 31 PYPY_BCTAG=${PYPY_BCTAG} |
| 32 | 32 |
| 33 OPTIONS_DEFINE= BYTECOMPILE | 33 OPTIONS_DEFINE= BYTECOMPILE |
| 34 OPTIONS_DEFAULT= BYTECOMPILE | 34 OPTIONS_DEFAULT= BYTECOMPILE |
| 35 | 35 |
| 36 BYTECOMPILE_DESC= Enable to build byte-compiled Python files | 36 BYTECOMPILE_DESC= Enable to build byte-compiled Python files |
