# HG changeset patch # User Franz Glasner # Date 1705420420 -3600 # Node ID 4f64ace8fb9e904eeb7a364b1b4ebad1ce7ccf44 # Parent 412473bb4bea2c43bfb02be83f7636121bad7471 Extend COMMENT and pkg-dest diff -r 412473bb4bea -r 4f64ace8fb9e databases/pypy2-gdbm/pkg-descr --- a/databases/pypy2-gdbm/pkg-descr Tue Jan 16 13:01:07 2024 +0100 +++ b/databases/pypy2-gdbm/pkg-descr Tue Jan 16 16:53:40 2024 +0100 @@ -1,1 +1,6 @@ PyPy bindings to the GNU dbm library. + +GNU dbm (or GDBM, for short) is a library of database functions that +use extensible hashing and work similar to the standard UNIX +dbm. These routines are provided to a programmer needing to create and +manipulate a hashed database (as key/data pairs). diff -r 412473bb4bea -r 4f64ace8fb9e lang/pypy3/pkg-descr --- a/lang/pypy3/pkg-descr Tue Jan 16 13:01:07 2024 +0100 +++ b/lang/pypy3/pkg-descr Tue Jan 16 16:53:40 2024 +0100 @@ -1,5 +1,5 @@ -PyPy3 is a fast, compliant alternative implementation of the Python -language (3.7.13, 3.8.13, 3.9.12). It has several advantages and distinct +PyPy3 is a fast, compliant alternative implementation of the Python 3 +language. It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster diff -r 412473bb4bea -r 4f64ace8fb9e lang/pypy310/pkg-descr --- a/lang/pypy310/pkg-descr Tue Jan 16 13:01:07 2024 +0100 +++ b/lang/pypy310/pkg-descr Tue Jan 16 16:53:40 2024 +0100 @@ -1,5 +1,5 @@ -PyPy3 is a fast, compliant alternative implementation of the Python -language 3.10.13. It has several advantages and distinct +PyPy3 is a fast, compliant alternative implementation of the Python 3 +language (Python 3.10.13). It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster diff -r 412473bb4bea -r 4f64ace8fb9e lang/pypy39/pkg-descr --- a/lang/pypy39/pkg-descr Tue Jan 16 13:01:07 2024 +0100 +++ b/lang/pypy39/pkg-descr Tue Jan 16 16:53:40 2024 +0100 @@ -1,5 +1,5 @@ -PyPy3 is a fast, compliant alternative implementation of the Python -language 3.9.18. It has several advantages and distinct +PyPy3 is a fast, compliant alternative implementation of the Python 3 +language (Python 3.9.18). It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster diff -r 412473bb4bea -r 4f64ace8fb9e x11-toolkits/pypy2-tkinter/pkg-descr --- a/x11-toolkits/pypy2-tkinter/pkg-descr Tue Jan 16 13:01:07 2024 +0100 +++ b/x11-toolkits/pypy2-tkinter/pkg-descr Tue Jan 16 16:53:40 2024 +0100 @@ -1,1 +1,4 @@ PyPy bindings to the Tk widget set. + +Tk is a cross-platform widget toolkit that provides a library of basic +elements of GUI widgets for building a graphical user interface (GUI).