pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pillow: import py-pillow-8.2.0 as wip/py-pillow
Module Name: pkgsrc-wip
Committed By: Brook Milligan <brook%nmsu.edu@localhost>
Pushed By: brook
Date: Sat Jun 19 21:15:53 2021 -0600
Changeset: 45e70db70dc205d24f1f57e2bb7f5b5b90146f3f
Modified Files:
Makefile
Added Files:
py-pillow/DESCR
py-pillow/Makefile
py-pillow/PLIST
py-pillow/distinfo
Log Message:
py-pillow: import py-pillow-8.2.0 as wip/py-pillow
The Python Imaging Library adds image processing capabilities to your
Python interpreter.
This library provides extensive file format support, an efficient
internal representation, and fairly powerful image processing
capabilities.
The core image library is designed for fast access to data stored in a
few basic pixel formats. It should provide a solid foundation for a
general image processing tool.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=45e70db70dc205d24f1f57e2bb7f5b5b90146f3f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-pillow/DESCR | 10 ++
py-pillow/Makefile | 31 ++++++
py-pillow/PLIST | 289 +++++++++++++++++++++++++++++++++++++++++++++++++++++
py-pillow/distinfo | 6 ++
5 files changed, 337 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 84e1a863bf..14889be687 100644
--- a/Makefile
+++ b/Makefile
@@ -4210,6 +4210,7 @@ SUBDIR+= py-pgmpy
SUBDIR+= py-photutils
SUBDIR+= py-pickleDB
SUBDIR+= py-picture-to-gds
+SUBDIR+= py-pillow
SUBDIR+= py-pinout
SUBDIR+= py-pint
SUBDIR+= py-pip2pi
diff --git a/py-pillow/DESCR b/py-pillow/DESCR
new file mode 100644
index 0000000000..eeee82ff70
--- /dev/null
+++ b/py-pillow/DESCR
@@ -0,0 +1,10 @@
+The Python Imaging Library adds image processing capabilities to your
+Python interpreter.
+
+This library provides extensive file format support, an efficient
+internal representation, and fairly powerful image processing
+capabilities.
+
+The core image library is designed for fast access to data stored in a
+few basic pixel formats. It should provide a solid foundation for a
+general image processing tool.
diff --git a/py-pillow/Makefile b/py-pillow/Makefile
new file mode 100644
index 0000000000..f079b8a406
--- /dev/null
+++ b/py-pillow/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+GITHUB_PROJECT= Pillow
+GITHUB_TAG= refs/tags/8.2.0
+DISTNAME= 8.2.0
+PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=python-pillow/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/python-pillow/Pillow/
+COMMENT= Python Imaging Library (PIL)
+LICENSE= hpnd
+
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME}
+
+.include "../../lang/python/egg.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/libimagequant/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
+.include "../../graphics/openjpeg/buildlink3.mk"
+.include "../../wip/raqm/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pillow/PLIST b/py-pillow/PLIST
new file mode 100644
index 0000000000..0ebed1e048
--- /dev/null
+++ b/py-pillow/PLIST
@@ -0,0 +1,289 @@
+@comment $NetBSD$
+${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
+${PYSITELIB}/PIL/TiffImagePlugin.py
+${PYSITELIB}/PIL/TiffImagePlugin.pyc
+${PYSITELIB}/PIL/TiffImagePlugin.pyo
+${PYSITELIB}/PIL/TiffTags.py
+${PYSITELIB}/PIL/TiffTags.pyc
+${PYSITELIB}/PIL/TiffTags.pyo
+${PYSITELIB}/PIL/WalImageFile.py
+${PYSITELIB}/PIL/WalImageFile.pyc
+${PYSITELIB}/PIL/WalImageFile.pyo
+${PYSITELIB}/PIL/WebPImagePlugin.py
+${PYSITELIB}/PIL/WebPImagePlugin.pyc
+${PYSITELIB}/PIL/WebPImagePlugin.pyo
+${PYSITELIB}/PIL/WmfImagePlugin.py
+${PYSITELIB}/PIL/WmfImagePlugin.pyc
+${PYSITELIB}/PIL/WmfImagePlugin.pyo
+${PYSITELIB}/PIL/XVThumbImagePlugin.py
+${PYSITELIB}/PIL/XVThumbImagePlugin.pyc
+${PYSITELIB}/PIL/XVThumbImagePlugin.pyo
+${PYSITELIB}/PIL/XbmImagePlugin.py
+${PYSITELIB}/PIL/XbmImagePlugin.pyc
+${PYSITELIB}/PIL/XbmImagePlugin.pyo
+${PYSITELIB}/PIL/XpmImagePlugin.py
+${PYSITELIB}/PIL/XpmImagePlugin.pyc
+${PYSITELIB}/PIL/XpmImagePlugin.pyo
+${PYSITELIB}/PIL/__init__.py
+${PYSITELIB}/PIL/__init__.pyc
+${PYSITELIB}/PIL/__init__.pyo
+${PYSITELIB}/PIL/__main__.py
+${PYSITELIB}/PIL/__main__.pyc
+${PYSITELIB}/PIL/__main__.pyo
+${PYSITELIB}/PIL/_binary.py
+${PYSITELIB}/PIL/_binary.pyc
+${PYSITELIB}/PIL/_binary.pyo
+${PYSITELIB}/PIL/_imaging.so
+${PYSITELIB}/PIL/_imagingcms.so
+${PYSITELIB}/PIL/_imagingft.so
+${PYSITELIB}/PIL/_imagingmath.so
+${PYSITELIB}/PIL/_imagingmorph.so
+${PYSITELIB}/PIL/_imagingtk.so
+${PYSITELIB}/PIL/_tkinter_finder.py
+${PYSITELIB}/PIL/_tkinter_finder.pyc
+${PYSITELIB}/PIL/_tkinter_finder.pyo
+${PYSITELIB}/PIL/_util.py
+${PYSITELIB}/PIL/_util.pyc
+${PYSITELIB}/PIL/_util.pyo
+${PYSITELIB}/PIL/_version.py
+${PYSITELIB}/PIL/_version.pyc
+${PYSITELIB}/PIL/_version.pyo
+${PYSITELIB}/PIL/_webp.so
+${PYSITELIB}/PIL/features.py
+${PYSITELIB}/PIL/features.pyc
+${PYSITELIB}/PIL/features.pyo
+${PYSITELIB}/Pillow-${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/Pillow-${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/Pillow-${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/Pillow-${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/Pillow-${EGG_INFODIR}/zip-safe
diff --git a/py-pillow/distinfo b/py-pillow/distinfo
new file mode 100644
index 0000000000..123c51a806
--- /dev/null
+++ b/py-pillow/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Pillow/8.2.0.tar.gz) = ae52b3e58c3d2615aecc3b28a71b763cf7bc2193
+RMD160 (Pillow/8.2.0.tar.gz) = 15920d126d90b211b48b9daf1ae3352b717dcdac
+SHA512 (Pillow/8.2.0.tar.gz) = 40e97a54689ca04349d17b69b0e95bb3ef4fde0b60c6c55a2ec76034a5c2a9ebee0b310f68de1636db08786d9b2ad444bf10ac3b42a31404847cc165aa8392ac
+Size (Pillow/8.2.0.tar.gz) = 47898485 bytes
Home |
Main Index |
Thread Index |
Old Index