pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics py-Pillow6: added version 6.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/938889353403
branches:  trunk
changeset: 448586:938889353403
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 10 18:40:04 2021 +0000

description:
py-Pillow6: added version 6.2.2

Last version to support Python 2.7.

diffstat:

 graphics/Makefile                          |    3 +-
 graphics/py-Pillow6/DESCR                  |    4 +
 graphics/py-Pillow6/Makefile               |   30 +++
 graphics/py-Pillow6/PLIST                  |  289 +++++++++++++++++++++++++++++
 graphics/py-Pillow6/distinfo               |    7 +
 graphics/py-Pillow6/patches/patch-setup.py |   36 +++
 6 files changed, 368 insertions(+), 1 deletions(-)

diffs (truncated from 403 to 300 lines):

diff -r e0e4ee6a1885 -r 938889353403 graphics/Makefile
--- a/graphics/Makefile Wed Mar 10 18:11:51 2021 +0000
+++ b/graphics/Makefile Wed Mar 10 18:40:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.926 2021/02/24 19:56:15 markd Exp $
+# $NetBSD: Makefile,v 1.927 2021/03/10 18:40:04 adam Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -469,6 +469,7 @@
 SUBDIR+=       py-OpenGL
 SUBDIR+=       py-OpenGL-accelerate
 SUBDIR+=       py-Pillow
+SUBDIR+=       py-Pillow6
 SUBDIR+=       py-Willow
 SUBDIR+=       py-aafigure
 SUBDIR+=       py-actdiag
diff -r e0e4ee6a1885 -r 938889353403 graphics/py-Pillow6/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-Pillow6/DESCR Wed Mar 10 18:40:04 2021 +0000
@@ -0,0 +1,4 @@
+Pillow is the "friendly" PIL fork.
+The Python Imaging Library (PIL) adds image processing capabilities to your
+Python environment.  This library provides extensive file format support, an
+efficient internal representation, and powerful image processing capabilities.
diff -r e0e4ee6a1885 -r 938889353403 graphics/py-Pillow6/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-Pillow6/Makefile      Wed Mar 10 18:40:04 2021 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2021/03/10 18:40:04 adam Exp $
+
+DISTNAME=      Pillow-6.2.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pillow/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://python-pillow.org/
+COMMENT=       Python Imaging Library (Fork)
+LICENSE=       hpnd
+
+USE_TOOLS+=    pkg-config
+
+CONFLICTS+=    ${PYPKGPREFIX}-imaging-[0-9]*
+
+DEPENDS+=      ${PYPKGPREFIX}-olefile-[0-9]*:../../devel/py-olefile
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/libimagequant/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../graphics/openjpeg/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0e4ee6a1885 -r 938889353403 graphics/py-Pillow6/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-Pillow6/PLIST Wed Mar 10 18:40:04 2021 +0000
@@ -0,0 +1,289 @@
+@comment $NetBSD: PLIST,v 1.1 2021/03/10 18:40:04 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/PIL/BdfFontFile.py
+${PYSITELIB}/PIL/BdfFontFile.pyc
+${PYSITELIB}/PIL/BdfFontFile.pyo
+${PYSITELIB}/PIL/BlpImagePlugin.py
+${PYSITELIB}/PIL/BlpImagePlugin.pyc
+${PYSITELIB}/PIL/BlpImagePlugin.pyo
+${PYSITELIB}/PIL/BmpImagePlugin.py
+${PYSITELIB}/PIL/BmpImagePlugin.pyc
+${PYSITELIB}/PIL/BmpImagePlugin.pyo
+${PYSITELIB}/PIL/BufrStubImagePlugin.py
+${PYSITELIB}/PIL/BufrStubImagePlugin.pyc
+${PYSITELIB}/PIL/BufrStubImagePlugin.pyo
+${PYSITELIB}/PIL/ContainerIO.py
+${PYSITELIB}/PIL/ContainerIO.pyc
+${PYSITELIB}/PIL/ContainerIO.pyo
+${PYSITELIB}/PIL/CurImagePlugin.py
+${PYSITELIB}/PIL/CurImagePlugin.pyc
+${PYSITELIB}/PIL/CurImagePlugin.pyo
+${PYSITELIB}/PIL/DcxImagePlugin.py
+${PYSITELIB}/PIL/DcxImagePlugin.pyc
+${PYSITELIB}/PIL/DcxImagePlugin.pyo
+${PYSITELIB}/PIL/DdsImagePlugin.py
+${PYSITELIB}/PIL/DdsImagePlugin.pyc
+${PYSITELIB}/PIL/DdsImagePlugin.pyo
+${PYSITELIB}/PIL/EpsImagePlugin.py
+${PYSITELIB}/PIL/EpsImagePlugin.pyc
+${PYSITELIB}/PIL/EpsImagePlugin.pyo
+${PYSITELIB}/PIL/ExifTags.py
+${PYSITELIB}/PIL/ExifTags.pyc
+${PYSITELIB}/PIL/ExifTags.pyo
+${PYSITELIB}/PIL/FitsStubImagePlugin.py
+${PYSITELIB}/PIL/FitsStubImagePlugin.pyc
+${PYSITELIB}/PIL/FitsStubImagePlugin.pyo
+${PYSITELIB}/PIL/FliImagePlugin.py
+${PYSITELIB}/PIL/FliImagePlugin.pyc
+${PYSITELIB}/PIL/FliImagePlugin.pyo
+${PYSITELIB}/PIL/FontFile.py
+${PYSITELIB}/PIL/FontFile.pyc
+${PYSITELIB}/PIL/FontFile.pyo
+${PYSITELIB}/PIL/FpxImagePlugin.py
+${PYSITELIB}/PIL/FpxImagePlugin.pyc
+${PYSITELIB}/PIL/FpxImagePlugin.pyo
+${PYSITELIB}/PIL/FtexImagePlugin.py
+${PYSITELIB}/PIL/FtexImagePlugin.pyc
+${PYSITELIB}/PIL/FtexImagePlugin.pyo
+${PYSITELIB}/PIL/GbrImagePlugin.py
+${PYSITELIB}/PIL/GbrImagePlugin.pyc
+${PYSITELIB}/PIL/GbrImagePlugin.pyo
+${PYSITELIB}/PIL/GdImageFile.py
+${PYSITELIB}/PIL/GdImageFile.pyc
+${PYSITELIB}/PIL/GdImageFile.pyo
+${PYSITELIB}/PIL/GifImagePlugin.py
+${PYSITELIB}/PIL/GifImagePlugin.pyc
+${PYSITELIB}/PIL/GifImagePlugin.pyo
+${PYSITELIB}/PIL/GimpGradientFile.py
+${PYSITELIB}/PIL/GimpGradientFile.pyc
+${PYSITELIB}/PIL/GimpGradientFile.pyo
+${PYSITELIB}/PIL/GimpPaletteFile.py
+${PYSITELIB}/PIL/GimpPaletteFile.pyc
+${PYSITELIB}/PIL/GimpPaletteFile.pyo
+${PYSITELIB}/PIL/GribStubImagePlugin.py
+${PYSITELIB}/PIL/GribStubImagePlugin.pyc
+${PYSITELIB}/PIL/GribStubImagePlugin.pyo
+${PYSITELIB}/PIL/Hdf5StubImagePlugin.py
+${PYSITELIB}/PIL/Hdf5StubImagePlugin.pyc
+${PYSITELIB}/PIL/Hdf5StubImagePlugin.pyo
+${PYSITELIB}/PIL/IcnsImagePlugin.py
+${PYSITELIB}/PIL/IcnsImagePlugin.pyc
+${PYSITELIB}/PIL/IcnsImagePlugin.pyo
+${PYSITELIB}/PIL/IcoImagePlugin.py
+${PYSITELIB}/PIL/IcoImagePlugin.pyc
+${PYSITELIB}/PIL/IcoImagePlugin.pyo
+${PYSITELIB}/PIL/ImImagePlugin.py
+${PYSITELIB}/PIL/ImImagePlugin.pyc
+${PYSITELIB}/PIL/ImImagePlugin.pyo
+${PYSITELIB}/PIL/Image.py
+${PYSITELIB}/PIL/Image.pyc
+${PYSITELIB}/PIL/Image.pyo
+${PYSITELIB}/PIL/ImageChops.py
+${PYSITELIB}/PIL/ImageChops.pyc
+${PYSITELIB}/PIL/ImageChops.pyo
+${PYSITELIB}/PIL/ImageCms.py
+${PYSITELIB}/PIL/ImageCms.pyc
+${PYSITELIB}/PIL/ImageCms.pyo
+${PYSITELIB}/PIL/ImageColor.py
+${PYSITELIB}/PIL/ImageColor.pyc
+${PYSITELIB}/PIL/ImageColor.pyo
+${PYSITELIB}/PIL/ImageDraw.py
+${PYSITELIB}/PIL/ImageDraw.pyc
+${PYSITELIB}/PIL/ImageDraw.pyo
+${PYSITELIB}/PIL/ImageDraw2.py
+${PYSITELIB}/PIL/ImageDraw2.pyc
+${PYSITELIB}/PIL/ImageDraw2.pyo
+${PYSITELIB}/PIL/ImageEnhance.py
+${PYSITELIB}/PIL/ImageEnhance.pyc
+${PYSITELIB}/PIL/ImageEnhance.pyo
+${PYSITELIB}/PIL/ImageFile.py
+${PYSITELIB}/PIL/ImageFile.pyc
+${PYSITELIB}/PIL/ImageFile.pyo
+${PYSITELIB}/PIL/ImageFilter.py
+${PYSITELIB}/PIL/ImageFilter.pyc
+${PYSITELIB}/PIL/ImageFilter.pyo
+${PYSITELIB}/PIL/ImageFont.py
+${PYSITELIB}/PIL/ImageFont.pyc
+${PYSITELIB}/PIL/ImageFont.pyo
+${PYSITELIB}/PIL/ImageGrab.py
+${PYSITELIB}/PIL/ImageGrab.pyc
+${PYSITELIB}/PIL/ImageGrab.pyo
+${PYSITELIB}/PIL/ImageMath.py
+${PYSITELIB}/PIL/ImageMath.pyc
+${PYSITELIB}/PIL/ImageMath.pyo
+${PYSITELIB}/PIL/ImageMode.py
+${PYSITELIB}/PIL/ImageMode.pyc
+${PYSITELIB}/PIL/ImageMode.pyo
+${PYSITELIB}/PIL/ImageMorph.py
+${PYSITELIB}/PIL/ImageMorph.pyc
+${PYSITELIB}/PIL/ImageMorph.pyo
+${PYSITELIB}/PIL/ImageOps.py
+${PYSITELIB}/PIL/ImageOps.pyc
+${PYSITELIB}/PIL/ImageOps.pyo
+${PYSITELIB}/PIL/ImagePalette.py
+${PYSITELIB}/PIL/ImagePalette.pyc
+${PYSITELIB}/PIL/ImagePalette.pyo
+${PYSITELIB}/PIL/ImagePath.py
+${PYSITELIB}/PIL/ImagePath.pyc
+${PYSITELIB}/PIL/ImagePath.pyo
+${PYSITELIB}/PIL/ImageQt.py
+${PYSITELIB}/PIL/ImageQt.pyc
+${PYSITELIB}/PIL/ImageQt.pyo
+${PYSITELIB}/PIL/ImageSequence.py
+${PYSITELIB}/PIL/ImageSequence.pyc
+${PYSITELIB}/PIL/ImageSequence.pyo
+${PYSITELIB}/PIL/ImageShow.py
+${PYSITELIB}/PIL/ImageShow.pyc
+${PYSITELIB}/PIL/ImageShow.pyo
+${PYSITELIB}/PIL/ImageStat.py
+${PYSITELIB}/PIL/ImageStat.pyc
+${PYSITELIB}/PIL/ImageStat.pyo
+${PYSITELIB}/PIL/ImageTk.py
+${PYSITELIB}/PIL/ImageTk.pyc
+${PYSITELIB}/PIL/ImageTk.pyo
+${PYSITELIB}/PIL/ImageTransform.py
+${PYSITELIB}/PIL/ImageTransform.pyc
+${PYSITELIB}/PIL/ImageTransform.pyo
+${PYSITELIB}/PIL/ImageWin.py
+${PYSITELIB}/PIL/ImageWin.pyc
+${PYSITELIB}/PIL/ImageWin.pyo
+${PYSITELIB}/PIL/ImtImagePlugin.py
+${PYSITELIB}/PIL/ImtImagePlugin.pyc
+${PYSITELIB}/PIL/ImtImagePlugin.pyo
+${PYSITELIB}/PIL/IptcImagePlugin.py
+${PYSITELIB}/PIL/IptcImagePlugin.pyc
+${PYSITELIB}/PIL/IptcImagePlugin.pyo
+${PYSITELIB}/PIL/Jpeg2KImagePlugin.py
+${PYSITELIB}/PIL/Jpeg2KImagePlugin.pyc
+${PYSITELIB}/PIL/Jpeg2KImagePlugin.pyo
+${PYSITELIB}/PIL/JpegImagePlugin.py
+${PYSITELIB}/PIL/JpegImagePlugin.pyc
+${PYSITELIB}/PIL/JpegImagePlugin.pyo
+${PYSITELIB}/PIL/JpegPresets.py
+${PYSITELIB}/PIL/JpegPresets.pyc
+${PYSITELIB}/PIL/JpegPresets.pyo
+${PYSITELIB}/PIL/McIdasImagePlugin.py
+${PYSITELIB}/PIL/McIdasImagePlugin.pyc
+${PYSITELIB}/PIL/McIdasImagePlugin.pyo
+${PYSITELIB}/PIL/MicImagePlugin.py
+${PYSITELIB}/PIL/MicImagePlugin.pyc
+${PYSITELIB}/PIL/MicImagePlugin.pyo
+${PYSITELIB}/PIL/MpegImagePlugin.py
+${PYSITELIB}/PIL/MpegImagePlugin.pyc
+${PYSITELIB}/PIL/MpegImagePlugin.pyo
+${PYSITELIB}/PIL/MpoImagePlugin.py
+${PYSITELIB}/PIL/MpoImagePlugin.pyc
+${PYSITELIB}/PIL/MpoImagePlugin.pyo
+${PYSITELIB}/PIL/MspImagePlugin.py
+${PYSITELIB}/PIL/MspImagePlugin.pyc
+${PYSITELIB}/PIL/MspImagePlugin.pyo
+${PYSITELIB}/PIL/PSDraw.py
+${PYSITELIB}/PIL/PSDraw.pyc
+${PYSITELIB}/PIL/PSDraw.pyo
+${PYSITELIB}/PIL/PaletteFile.py
+${PYSITELIB}/PIL/PaletteFile.pyc
+${PYSITELIB}/PIL/PaletteFile.pyo
+${PYSITELIB}/PIL/PalmImagePlugin.py
+${PYSITELIB}/PIL/PalmImagePlugin.pyc
+${PYSITELIB}/PIL/PalmImagePlugin.pyo
+${PYSITELIB}/PIL/PcdImagePlugin.py
+${PYSITELIB}/PIL/PcdImagePlugin.pyc
+${PYSITELIB}/PIL/PcdImagePlugin.pyo
+${PYSITELIB}/PIL/PcfFontFile.py
+${PYSITELIB}/PIL/PcfFontFile.pyc
+${PYSITELIB}/PIL/PcfFontFile.pyo
+${PYSITELIB}/PIL/PcxImagePlugin.py
+${PYSITELIB}/PIL/PcxImagePlugin.pyc
+${PYSITELIB}/PIL/PcxImagePlugin.pyo
+${PYSITELIB}/PIL/PdfImagePlugin.py
+${PYSITELIB}/PIL/PdfImagePlugin.pyc
+${PYSITELIB}/PIL/PdfImagePlugin.pyo
+${PYSITELIB}/PIL/PdfParser.py
+${PYSITELIB}/PIL/PdfParser.pyc
+${PYSITELIB}/PIL/PdfParser.pyo
+${PYSITELIB}/PIL/PixarImagePlugin.py
+${PYSITELIB}/PIL/PixarImagePlugin.pyc
+${PYSITELIB}/PIL/PixarImagePlugin.pyo
+${PYSITELIB}/PIL/PngImagePlugin.py
+${PYSITELIB}/PIL/PngImagePlugin.pyc
+${PYSITELIB}/PIL/PngImagePlugin.pyo
+${PYSITELIB}/PIL/PpmImagePlugin.py
+${PYSITELIB}/PIL/PpmImagePlugin.pyc
+${PYSITELIB}/PIL/PpmImagePlugin.pyo
+${PYSITELIB}/PIL/PsdImagePlugin.py
+${PYSITELIB}/PIL/PsdImagePlugin.pyc
+${PYSITELIB}/PIL/PsdImagePlugin.pyo
+${PYSITELIB}/PIL/PyAccess.py
+${PYSITELIB}/PIL/PyAccess.pyc
+${PYSITELIB}/PIL/PyAccess.pyo
+${PYSITELIB}/PIL/SgiImagePlugin.py
+${PYSITELIB}/PIL/SgiImagePlugin.pyc
+${PYSITELIB}/PIL/SgiImagePlugin.pyo
+${PYSITELIB}/PIL/SpiderImagePlugin.py
+${PYSITELIB}/PIL/SpiderImagePlugin.pyc
+${PYSITELIB}/PIL/SpiderImagePlugin.pyo
+${PYSITELIB}/PIL/SunImagePlugin.py
+${PYSITELIB}/PIL/SunImagePlugin.pyc
+${PYSITELIB}/PIL/SunImagePlugin.pyo
+${PYSITELIB}/PIL/TarIO.py
+${PYSITELIB}/PIL/TarIO.pyc
+${PYSITELIB}/PIL/TarIO.pyo
+${PYSITELIB}/PIL/TgaImagePlugin.py
+${PYSITELIB}/PIL/TgaImagePlugin.pyc
+${PYSITELIB}/PIL/TgaImagePlugin.pyo



Home | Main Index | Thread Index | Old Index