# HG changeset patch # User Franz Glasner # Date 1664623358 -7200 # Node ID 6759fcd40deb839939aa14062a761061f14a7f79 # Parent c269f1e9138757b325d12cb90df3b5fe19fca549 Fix the package description: PyPy2.7 v7.3.9 is for Python 2.7.18 diff -r c269f1e91387 -r 6759fcd40deb pkg-descr --- a/pkg-descr Sat Oct 01 13:21:48 2022 +0200 +++ b/pkg-descr Sat Oct 01 13:22:38 2022 +0200 @@ -1,5 +1,5 @@ PyPy is a fast, compliant alternative implementation of the Python language -(2.7.13). It has several advantages and distinct features: +(2.7.18). It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster on PyPy.