changeset 193:4f64ace8fb9e

Extend COMMENT and pkg-dest
author Franz Glasner <hg@dom66.de>
date Tue, 16 Jan 2024 16:53:40 +0100
parents 412473bb4bea
children 24bb1d616158
files databases/pypy2-gdbm/pkg-descr lang/pypy3/pkg-descr lang/pypy310/pkg-descr lang/pypy39/pkg-descr x11-toolkits/pypy2-tkinter/pkg-descr
diffstat 5 files changed, 14 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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).
--- 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
--- 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
--- 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
--- 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).