Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy310/Makefile @ 199:8b567a874360
Upgrade to PyPy v7.3.19.
BUGS:
- pypy311 not yet supported.
- pypy39 not yet deleted.
- Tests for pypy3 not yet runnable.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Mar 2025 13:45:29 +0100 |
| parents | c43bcad6c935 |
| children | 0b0312cdf0ca |
line wrap: on
line diff
--- a/lang/pypy310/Makefile Sat Jan 20 07:37:03 2024 +0100 +++ b/lang/pypy310/Makefile Wed Mar 12 13:45:29 2025 +0100 @@ -2,7 +2,7 @@ # based on the port created by: David Naylor <naylor.b.david@gmail.com> PORTNAME= pypy310 -DISTVERSION= 7.3.15 +DISTVERSION= 7.3.19 CATEGORIES= lang python MASTER_SITES= https://downloads.python.org/pypy/ DISTNAME= pypy${PYPY_PYTHON_IMPL_VER}-v${DISTVERSION}-src @@ -21,8 +21,8 @@ ONLY_FOR_ARCHS?= amd64 armv6 armv7 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON?= PyPy JIT only supported on these architectures -LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libffi.so:devel/libffi +# libexpat is now vendored +LIB_DEPENDS= libffi.so:devel/libffi # Without gdbm is not supported on v7.3.9 any more: no extra package needed LIB_DEPENDS+= libgdbm.so:databases/gdbm # We also need for dbm.ndbm the BerkeleyDB in version 5 @@ -113,7 +113,6 @@ lib-python/3/test/bisect_cmd.py \ lib-python/3/test/crashers/recursive_call.py \ lib-python/3/test/curses_tests.py \ - lib-python/3/test/pystone.py \ lib-python/3/test/re_tests.py \ lib-python/3/test/regrtest.py \ lib-python/3/timeit.py \
