Sat Jun 24 00:08:04 2023 UTC ()
devel/py-Pillow*: Clarify DESCR

Explain that Pillow is the maintained version, for Python 3 only, and
that Pillow6 is an old version for use with Python 2.7, and that the
package is not available for Python 3.


(gdt)
diff -r1.1 -r1.2 pkgsrc/graphics/py-Pillow/DESCR
diff -r1.1 -r1.2 pkgsrc/graphics/py-Pillow6/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/graphics/py-Pillow/DESCR (expand / switch to unified diff)

--- pkgsrc/graphics/py-Pillow/DESCR 2013/12/07 12:56:52 1.1
+++ pkgsrc/graphics/py-Pillow/DESCR 2023/06/24 00:08:03 1.2
@@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
1Pillow is the "friendly" PIL fork. 1Pillow is the "friendly" PIL fork.
2The Python Imaging Library (PIL) adds image processing capabilities to your 2The Python Imaging Library (PIL) adds image processing capabilities to your
3Python environment. This library provides extensive file format support, an 3Python environment. This library provides extensive file format support, an
4efficient internal representation, and powerful image processing capabilities. 4efficient internal representation, and powerful image processing capabilities.
 5
 6This package is the current version of Pillow, which is available for
 7Python 3 only. See devel/py-Pillow6 for an old version which can be
 8used with Python 2.7.

cvs diff -r1.1 -r1.2 pkgsrc/graphics/py-Pillow6/DESCR (expand / switch to unified diff)

--- pkgsrc/graphics/py-Pillow6/DESCR 2021/03/10 18:40:04 1.1
+++ pkgsrc/graphics/py-Pillow6/DESCR 2023/06/24 00:08:04 1.2
@@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
1Pillow is the "friendly" PIL fork. 1Pillow is the "friendly" PIL fork.
2The Python Imaging Library (PIL) adds image processing capabilities to your 2The Python Imaging Library (PIL) adds image processing capabilities to your
3Python environment. This library provides extensive file format support, an 3Python environment. This library provides extensive file format support, an
4efficient internal representation, and powerful image processing capabilities. 4efficient internal representation, and powerful image processing capabilities.
 5
 6This package is Pillow 6, an old version. It is available because it
 7can be used with Python 2.7, and the package is only available for
 82.7. See devel/py-Pillow for the currently-maintained version.