Andreas Wacknitz
2022-06-12 8f8bee71b003e09b4a082c71e950b54b8b29bb73
Rebuild openjpeg dependencies

* rebuild gimp after openjepg update

* rebuild imagemagick and drop 32-bit apps

* libfreeimage: rebuild after openjpeg update

* pillow: rebuild version 6.1.1 after openjpeg update and move into separate folder

* add pillow 9.1.1 for python 3.7 and 3.9
7 files added
10 files modified
1428 ■■■■ changed files
components/image/gimp/Makefile 1 ●●●● patch | view | raw | blame | history
components/image/imagemagick/Makefile 34 ●●●●● patch | view | raw | blame | history
components/image/imagemagick/imagemagick.p5m 57 ●●●● patch | view | raw | blame | history
components/image/imagemagick/manifests/sample-manifest.p5m 49 ●●●● patch | view | raw | blame | history
components/library/FreeImage/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/pillow-legacy/Makefile 67 ●●●●● patch | view | raw | blame | history
components/python/pillow-legacy/manifests/generic-manifest.p5m 136 ●●●●● patch | view | raw | blame | history
components/python/pillow-legacy/manifests/sample-manifest.p5m 240 ●●●●● patch | view | raw | blame | history
components/python/pillow-legacy/pillow-PYVER.p5m 139 ●●●●● patch | view | raw | blame | history
components/python/pillow-legacy/pkg5 22 ●●●●● patch | view | raw | blame | history
components/python/pillow-legacy/test/results-all.master 22 ●●●●● patch | view | raw | blame | history
components/python/pillow/Makefile 25 ●●●● patch | view | raw | blame | history
components/python/pillow/manifests/generic-manifest.p5m 131 ●●●●● patch | view | raw | blame | history
components/python/pillow/manifests/sample-manifest.p5m 430 ●●●● patch | view | raw | blame | history
components/python/pillow/pillow-PYVER.p5m 37 ●●●●● patch | view | raw | blame | history
components/python/pillow/pkg5 12 ●●●●● patch | view | raw | blame | history
components/python/pillow/test/results-all.master 22 ●●●● patch | view | raw | blame | history
components/image/gimp/Makefile
@@ -18,6 +18,7 @@
COMPONENT_NAME=        gimp
COMPONENT_VERSION=    2.10.30
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    https://www.gimp.org/
COMPONENT_SUMMARY=    Gimp - The Free & Open Source Image Editor
COMPONENT_FMRI=        image/editor/gimp
components/image/imagemagick/Makefile
@@ -22,37 +22,31 @@
#
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
#
BUILD_BITS= 64_and_32
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=            ImageMagick
COMPONENT_VERSION=        6.9.12
COMPONENT_SUBVERSION=        38
HUMAN_VERSION=            $(COMPONENT_VERSION)-$(COMPONENT_SUBVERSION)
IPS_COMPONENT_VERSION=    $(COMPONENT_VERSION).$(COMPONENT_SUBVERSION)
COMPONENT_REVISION=        1
COMPONENT_FMRI=            image/imagemagick
COMPONENT_CLASSIFICATION=    System/Multimedia Libraries
COMPONENT_SUMMARY=        ImageMagick - Image Manipulation Utilities and Libraries
COMPONENT_PROJECT_URL=        https://legacy.imagemagick.org
COMPONENT_PROJECT_URL=    https://legacy.imagemagick.org
COMPONENT_SRC=            $(COMPONENT_NAME)6-$(COMPONENT_VERSION)-$(COMPONENT_SUBVERSION)
COMPONENT_ARCHIVE=        $(COMPONENT_NAME)-$(HUMAN_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:209d2c60e19372da6da308004826f8e5004489bc281b6d9410c108655915634c
COMPONENT_ARCHIVE_URL=        https://github.com/ImageMagick/ImageMagick6/archive/$(HUMAN_VERSION).tar.gz
COMPONENT_LICENSE = Apache 2.0 license
COMPONENT_LICENSE_FILE = LICENSE
COMPONENT_ARCHIVE_HASH=    sha256:209d2c60e19372da6da308004826f8e5004489bc281b6d9410c108655915634c
COMPONENT_ARCHIVE_URL=    https://github.com/ImageMagick/ImageMagick6/archive/$(HUMAN_VERSION).tar.gz
COMPONENT_LICENSE= Apache 2.0 license
COMPONENT_LICENSE_FILE= LICENSE
CONFIGURE_FIX_LIBTOOL_RPATH=no
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
CONFIGURE_FIX_LIBTOOL_RPATH= no
PERL_VERSION= 5.22
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION = (cd $(@D) && libtoolize -f && autoreconf -fi)
# IPS_COMPONENT_VERSION is by default set to $(COMPONENT_VERSION) but in
# this case we need to replace the '-' by '.'.
#
IPS_COMPONENT_VERSION=    $(COMPONENT_VERSION).$(COMPONENT_SUBVERSION)
# To get the Perl modules built it is necessary to copy the PerlMagick directory
# to the build directory
@@ -104,13 +98,9 @@
# common targets
#
build:        $(BUILD_32_and_64)
# Doing it twice because /usr/lib is deep...
# Remove build machine runpath from libMagick++-6.Q16.so.1.0.0
install:    $(INSTALL_32_and_64)
test:        $(TEST_32_and_64)
#install:    $(INSTALL_32_and_64)
# Needed for "gmake test" to work successfully.  If SHELLOPTS is exported (as
# it is by the Userland Makefiles), then all shell options get exported to
components/image/imagemagick/imagemagick.p5m
@@ -14,10 +14,8 @@
# Copyright 2015-2017 Aurelien Larcher
#
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
<transform file path=etc/.* -> default preserve true>
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -29,6 +27,11 @@
legacy pkg=SUNWimagick \
    desc="ImageMagick - Image Manipulation Utilities and Libraries" \
    name="ImageMagick - Image Manipulation Utilities and Libraries"
# Drop 32-bit apps:
<transform file path=.*/bin/$(MACH32)/.+ -> drop>
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
<transform file path=etc/.* -> default preserve true>
#
# Compatibility links
@@ -60,22 +63,22 @@
file path=etc/ImageMagick-6/type-urw-base35.xml
file path=etc/ImageMagick-6/type-windows.xml
file path=etc/ImageMagick-6/type.xml
file path=usr/bin/$(MACH64)/Magick++-config
file path=usr/bin/$(MACH64)/Magick-config
file path=usr/bin/$(MACH64)/MagickCore-config
file path=usr/bin/$(MACH64)/MagickWand-config
file path=usr/bin/$(MACH64)/Wand-config
file path=usr/bin/$(MACH64)/animate
file path=usr/bin/$(MACH64)/compare
file path=usr/bin/$(MACH64)/composite
file path=usr/bin/$(MACH64)/conjure
file path=usr/bin/$(MACH64)/convert
file path=usr/bin/$(MACH64)/display
file path=usr/bin/$(MACH64)/identify
file path=usr/bin/$(MACH64)/import
file path=usr/bin/$(MACH64)/mogrify
file path=usr/bin/$(MACH64)/montage
file path=usr/bin/$(MACH64)/stream
file path=usr/bin/$(MACH32)/Magick++-config
file path=usr/bin/$(MACH32)/Magick-config
file path=usr/bin/$(MACH32)/MagickCore-config
file path=usr/bin/$(MACH32)/MagickWand-config
file path=usr/bin/$(MACH32)/Wand-config
file path=usr/bin/$(MACH32)/animate
file path=usr/bin/$(MACH32)/compare
file path=usr/bin/$(MACH32)/composite
file path=usr/bin/$(MACH32)/conjure
file path=usr/bin/$(MACH32)/convert
file path=usr/bin/$(MACH32)/display
file path=usr/bin/$(MACH32)/identify
file path=usr/bin/$(MACH32)/import
file path=usr/bin/$(MACH32)/mogrify
file path=usr/bin/$(MACH32)/montage
file path=usr/bin/$(MACH32)/stream
file path=usr/bin/Magick++-config
file path=usr/bin/Magick-config
file path=usr/bin/MagickCore-config
@@ -520,14 +523,14 @@
file path=usr/lib/pkgconfig/MagickWand.pc
file path=usr/lib/pkgconfig/Wand-6.Q16.pc
file path=usr/lib/pkgconfig/Wand.pc
file path=usr/perl5/5.22/man/man3/Image::Magick.3
file path=usr/perl5/5.22/man/man3/Image::Magick::Q16.3
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/Image/Magick.pm
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/Image/Magick/Q16.pm
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/auto/Image/Magick/Magick.so
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/auto/Image/Magick/Q16/Q16.so
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/auto/Image/Magick/Q16/autosplit.ix
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/auto/Image/Magick/autosplit.ix
file path=usr/perl5/$(PERL_VERSION)/man/man3/Image::Magick.3
file path=usr/perl5/$(PERL_VERSION)/man/man3/Image::Magick::Q16.3
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/Image/Magick.pm
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/Image/Magick/Q16.pm
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Magick.so
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Q16/Q16.so
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Q16/autosplit.ix
file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/autosplit.ix
file path=usr/share/ImageMagick-6/english.xml
file path=usr/share/ImageMagick-6/francais.xml
file path=usr/share/ImageMagick-6/locale.xml
components/image/imagemagick/manifests/sample-manifest.p5m
@@ -14,6 +14,7 @@
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -37,22 +38,22 @@
file path=etc/ImageMagick-6/type-urw-base35.xml
file path=etc/ImageMagick-6/type-windows.xml
file path=etc/ImageMagick-6/type.xml
file path=usr/bin/$(MACH64)/Magick++-config
file path=usr/bin/$(MACH64)/Magick-config
file path=usr/bin/$(MACH64)/MagickCore-config
file path=usr/bin/$(MACH64)/MagickWand-config
file path=usr/bin/$(MACH64)/Wand-config
file path=usr/bin/$(MACH64)/animate
file path=usr/bin/$(MACH64)/compare
file path=usr/bin/$(MACH64)/composite
file path=usr/bin/$(MACH64)/conjure
file path=usr/bin/$(MACH64)/convert
file path=usr/bin/$(MACH64)/display
file path=usr/bin/$(MACH64)/identify
file path=usr/bin/$(MACH64)/import
file path=usr/bin/$(MACH64)/mogrify
file path=usr/bin/$(MACH64)/montage
file path=usr/bin/$(MACH64)/stream
file path=usr/bin/$(MACH32)/Magick++-config
file path=usr/bin/$(MACH32)/Magick-config
file path=usr/bin/$(MACH32)/MagickCore-config
file path=usr/bin/$(MACH32)/MagickWand-config
file path=usr/bin/$(MACH32)/Wand-config
file path=usr/bin/$(MACH32)/animate
file path=usr/bin/$(MACH32)/compare
file path=usr/bin/$(MACH32)/composite
file path=usr/bin/$(MACH32)/conjure
file path=usr/bin/$(MACH32)/convert
file path=usr/bin/$(MACH32)/display
file path=usr/bin/$(MACH32)/identify
file path=usr/bin/$(MACH32)/import
file path=usr/bin/$(MACH32)/mogrify
file path=usr/bin/$(MACH32)/montage
file path=usr/bin/$(MACH32)/stream
file path=usr/bin/Magick++-config
file path=usr/bin/Magick-config
file path=usr/bin/MagickCore-config
@@ -497,14 +498,14 @@
file path=usr/lib/pkgconfig/MagickWand.pc
file path=usr/lib/pkgconfig/Wand-6.Q16.pc
file path=usr/lib/pkgconfig/Wand.pc
file path=usr/perl5/5.22/man/man3/Image::Magick.3
file path=usr/perl5/5.22/man/man3/Image::Magick::Q16.3
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/Image/Magick.pm
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/Image/Magick/Q16.pm
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/auto/Image/Magick/Magick.so
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/auto/Image/Magick/Q16/Q16.so
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/auto/Image/Magick/Q16/autosplit.ix
file path=usr/perl5/vendor_perl/5.22/i86pc-solaris-64int/auto/Image/Magick/autosplit.ix
file path=usr/perl5/$(PERLVER)/man/man3/Image::Magick.3
file path=usr/perl5/$(PERLVER)/man/man3/Image::Magick::Q16.3
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Image/Magick.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Image/Magick/Q16.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Image/Magick/Magick.so
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Image/Magick/Q16/Q16.so
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Image/Magick/Q16/autosplit.ix
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Image/Magick/autosplit.ix
file path=usr/share/ImageMagick-6/english.xml
file path=usr/share/ImageMagick-6/francais.xml
file path=usr/share/ImageMagick-6/locale.xml
components/library/FreeImage/Makefile
@@ -22,14 +22,14 @@
COMPONENT_VERSION_MINOR=18
COMPONENT_VERSION_PATCH=0
COMPONENT_VERSION=    $(COMPONENT_VERSION_MAJOR).$(COMPONENT_VERSION_MINOR).$(COMPONENT_VERSION_PATCH)
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_SUMMARY=    A library project for developers to support popular graphics image formats
COMPONENT_PROJECT_URL=    https://freeimage.sourceforge.io
COMPONENT_FMRI=        library/libfreeimage
COMPONENT_CLASSIFICATION=System/Libraries
COMPONENT_SRC=        $(COMPONENT_NAME)
COMPONENT_ARCHIVE=    $(COMPONENT_NAME)$(COMPONENT_VERSION_MAJOR)$(COMPONENT_VERSION_MINOR)$(COMPONENT_VERSION_PATCH).zip
COMPONENT_ARCHIVE_URL=    http://downloads.sourceforge.net/freeimage/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_URL=    https://downloads.sourceforge.net/freeimage/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH=    sha256:f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd
COMPONENT_LICENSE=    GPLv3
COMPONENT_LICENSE_FILE=    license-gplv3.txt
components/python/pillow-legacy/Makefile
New file
@@ -0,0 +1,67 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"). You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2020 Alexander Pyhalov
#
BUILD_STYLE=setup.py
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        Pillow
# Pillow 7 dropped Python 2.7 support
COMPONENT_VERSION=    6.2.2
COMPONENT_REVISION=    1
COMPONENT_PROJECT_URL=    https://pypi.org/project/Pillow/
COMPONENT_SUMMARY=    Python image processing library
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:db9ff0c251ed066d367f53b64827cc9e18ccea001b986d08c265e53625dab950
COMPONENT_ARCHIVE_URL=    $(call pypi_url)
COMPONENT_FMRI=        library/python/pillow
COMPONENT_CLASSIFICATION=    Development/Python
COMPONENT_LICENSE=    PIL software license
COMPONENT_LICENSE_FILE=    LICENSE
# 3.4 is not supported
PYTHON_VERSIONS=    2.7 3.5
include $(WS_MAKE_RULES)/common.mk
# build with the distribution preferred libjpeg implementation
CFLAGS            +=    $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
CXXFLAGS          +=    $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
LDFLAGS           +=    $(JPEG_LDFLAGS)
COMPONENT_TEST_DIR= $(COMPONENT_SRC)
COMPONENT_TEST_ARGS= ./selftest.py
COMPONENT_TEST_ENV= PYTHONPATH=$(PROTO_DIR)$(PYTHON_LIB)
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
COMPONENT_TEST_TRANSFORMS += \
        '-e "s|^PIL [0-9]\{1,\}\(\.[0-9]\{1,\}\)\{1,\}|PIL|" ' \
        '-e "s|\(^Python modules loaded from \).*|\1|" ' \
        '-e "s|\(^Binary modules loaded from \).*|\1|" ' \
        '-e "/Python 3\.[0-9]\.[0-9]/d" -e "/\[GCC.*\]/d" '
# Auto-generated dependencies
REQUIRED_PACKAGES += image/library/libjpeg8-turbo
REQUIRED_PACKAGES += image/library/libtiff
REQUIRED_PACKAGES += image/library/openjpeg
REQUIRED_PACKAGES += library/lcms2
REQUIRED_PACKAGES += library/libwebp
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += runtime/python-27
REQUIRED_PACKAGES += runtime/python-35
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/freetype-2
components/python/pillow-legacy/manifests/generic-manifest.p5m
New file
@@ -0,0 +1,136 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
# Copyright 2022 <contributor>
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imaging.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingcms.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingft.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingmath.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingmorph.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingtk.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_webp.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Image.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TarIO.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_binary.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingtk.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_util.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_version.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/features.py
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.cpython-35m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.cpython-35m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.cpython-35m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.cpython-35m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.cpython-35m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingtk.cpython-35m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.cpython-35m.so
components/python/pillow-legacy/manifests/sample-manifest.p5m
New file
@@ -0,0 +1,240 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imaging.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingcms.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingft.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingmath.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingmorph.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingtk.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_webp.so
file path=usr/lib/python2.7/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python2.7/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python2.7/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/FontFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/Image.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python2.7/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python2.7/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python2.7/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python2.7/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/TarIO.py
file path=usr/lib/python2.7/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python2.7/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/__init__.py
file path=usr/lib/python2.7/vendor-packages/PIL/__main__.py
file path=usr/lib/python2.7/vendor-packages/PIL/_binary.py
file path=usr/lib/python2.7/vendor-packages/PIL/_imaging.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingcms.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingft.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingmath.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingmorph.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingtk.so
file path=usr/lib/python2.7/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python2.7/vendor-packages/PIL/_util.py
file path=usr/lib/python2.7/vendor-packages/PIL/_version.py
file path=usr/lib/python2.7/vendor-packages/PIL/_webp.so
file path=usr/lib/python2.7/vendor-packages/PIL/features.py
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/zip-safe
file path=usr/lib/python3.5/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python3.5/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python3.5/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/FontFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/Image.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python3.5/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python3.5/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python3.5/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python3.5/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/TarIO.py
file path=usr/lib/python3.5/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python3.5/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/__init__.py
file path=usr/lib/python3.5/vendor-packages/PIL/__main__.py
file path=usr/lib/python3.5/vendor-packages/PIL/_binary.py
file path=usr/lib/python3.5/vendor-packages/PIL/_imaging.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingcms.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingft.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingmath.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingmorph.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingtk.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python3.5/vendor-packages/PIL/_util.py
file path=usr/lib/python3.5/vendor-packages/PIL/_version.py
file path=usr/lib/python3.5/vendor-packages/PIL/_webp.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/features.py
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/PKG-INFO
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/SOURCES.txt
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/dependency_links.txt
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/top_level.txt
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/zip-safe
components/python/pillow-legacy/pillow-PYVER.p5m
New file
@@ -0,0 +1,139 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2020 Alexander Pyhalov
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
# force a dependency on the Python runtime
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imaging.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingcms.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingft.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingmath.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingmorph.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingtk.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_webp.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Image.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TarIO.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_binary.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingtk.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_util.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_version.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/features.py
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
components/python/pillow-legacy/pkg5
New file
@@ -0,0 +1,22 @@
{
    "dependencies": [
        "SUNWcs",
        "image/library/libjpeg8-turbo",
        "image/library/libtiff",
        "image/library/openjpeg",
        "library/lcms2",
        "library/libwebp",
        "library/zlib",
        "runtime/python-27",
        "runtime/python-35",
        "shell/ksh93",
        "system/library",
        "system/library/freetype-2"
    ],
    "fmris": [
        "library/python/pillow-27",
        "library/python/pillow-35",
        "library/python/pillow"
    ],
    "name": "Pillow"
}
components/python/pillow-legacy/test/results-all.master
New file
@@ -0,0 +1,22 @@
--------------------------------------------------------------------
Pillow 6.2.2 TEST SUMMARY
--------------------------------------------------------------------
Python modules loaded from
Binary modules loaded from
--------------------------------------------------------------------
--- PIL CORE support ok
--- TKINTER support ok
--- FREETYPE2 support ok
--- LITTLECMS2 support ok
--- WEBP support ok
--- WEBP Transparency support ok
--- WEBPMUX support ok
--- WEBP Animation support ok
--- JPEG support ok
--- OPENJPEG (JPEG2000) support ok
--- ZLIB (PNG/ZIP) support ok
--- LIBTIFF support ok
*** RAQM (Bidirectional Text) support not installed
--------------------------------------------------------------------
Running selftest:
--- 59 tests passed.
components/python/pillow/Makefile
@@ -10,36 +10,34 @@
#
# Copyright 2020 Alexander Pyhalov
# Copyright 2022 Andreas Wacknitz
#
BUILD_STYLE=setup.py
BUILD_BITS=32_and_64
BUILD_STYLE= setup.py
BUILD_BITS= 32_and_64
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        Pillow
# Pillow 7 dropped Python 2.7 support
COMPONENT_VERSION=    6.2.2
COMPONENT_VERSION=    9.1.1
COMPONENT_PROJECT_URL=    https://pypi.org/project/Pillow/
COMPONENT_SUMMARY=    Python image processing library
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:db9ff0c251ed066d367f53b64827cc9e18ccea001b986d08c265e53625dab950
COMPONENT_ARCHIVE_HASH= sha256:7502539939b53d7565f3d11d87c78e7ec900d3c72945d4ee0e2f250d598309a0
COMPONENT_ARCHIVE_URL=    $(call pypi_url)
COMPONENT_FMRI=        library/python/pillow
COMPONENT_CLASSIFICATION=    Development/Python
COMPONENT_LICENSE=    PIL software license
COMPONENT_LICENSE_FILE=    LICENSE
# 3.4 is not supported
PYTHON_VERSIONS=    2.7 3.5
PYTHON_VERSIONS=    3.7 3.9
include $(WS_MAKE_RULES)/common.mk
# build with the distribution preferred libjpeg implementation
CFLAGS            +=    $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
CXXFLAGS          +=    $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
LDFLAGS           +=    $(JPEG_LDFLAGS)
CFLAGS   += $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
CXXFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
LDFLAGS  += $(JPEG_LDFLAGS)
COMPONENT_TEST_DIR= $(COMPONENT_SRC)
COMPONENT_TEST_ARGS= ./selftest.py
@@ -60,7 +58,8 @@
REQUIRED_PACKAGES += library/lcms2
REQUIRED_PACKAGES += library/libwebp
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += runtime/python-27
REQUIRED_PACKAGES += runtime/python-35
REQUIRED_PACKAGES += runtime/python-37
REQUIRED_PACKAGES += runtime/python-39
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/freetype-2
REQUIRED_PACKAGES += x11/library/libxcb
components/python/pillow/manifests/generic-manifest.p5m
New file
@@ -0,0 +1,131 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
# Copyright 2022 <contributor>
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FitsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Image.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TarIO.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_binary.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingtk.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_util.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_version.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.cpython-37m.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/features.py
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingtk.cpython-39.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.cpython-39.so
components/python/pillow/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
#
#
# Copyright 2018 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
@@ -22,218 +23,215 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imaging.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingcms.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingft.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingmath.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingmorph.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_imagingtk.so
file path=usr/lib/python2.7/vendor-packages/PIL/64/_webp.so
file path=usr/lib/python2.7/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python2.7/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python2.7/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/FontFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/Image.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python2.7/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python2.7/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python2.7/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python2.7/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python2.7/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/TarIO.py
file path=usr/lib/python2.7/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python2.7/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python2.7/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python2.7/vendor-packages/PIL/__init__.py
file path=usr/lib/python2.7/vendor-packages/PIL/__main__.py
file path=usr/lib/python2.7/vendor-packages/PIL/_binary.py
file path=usr/lib/python2.7/vendor-packages/PIL/_imaging.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingcms.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingft.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingmath.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingmorph.so
file path=usr/lib/python2.7/vendor-packages/PIL/_imagingtk.so
file path=usr/lib/python2.7/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python2.7/vendor-packages/PIL/_util.py
file path=usr/lib/python2.7/vendor-packages/PIL/_version.py
file path=usr/lib/python2.7/vendor-packages/PIL/_webp.so
file path=usr/lib/python2.7/vendor-packages/PIL/features.py
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
file path=usr/lib/python2.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py2.7.egg-info/zip-safe
file path=usr/lib/python3.5/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python3.5/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python3.5/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/FontFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/Image.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python3.5/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python3.5/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python3.5/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python3.5/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python3.5/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/TarIO.py
file path=usr/lib/python3.5/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python3.5/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python3.5/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python3.5/vendor-packages/PIL/__init__.py
file path=usr/lib/python3.5/vendor-packages/PIL/__main__.py
file path=usr/lib/python3.5/vendor-packages/PIL/_binary.py
file path=usr/lib/python3.5/vendor-packages/PIL/_imaging.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingcms.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingft.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingmath.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingmorph.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_imagingtk.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python3.5/vendor-packages/PIL/_util.py
file path=usr/lib/python3.5/vendor-packages/PIL/_version.py
file path=usr/lib/python3.5/vendor-packages/PIL/_webp.cpython-35m.so
file path=usr/lib/python3.5/vendor-packages/PIL/features.py
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/PKG-INFO
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/SOURCES.txt
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/dependency_links.txt
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/top_level.txt
file path=usr/lib/python3.5/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.5.egg-info/zip-safe
file path=usr/lib/python3.7/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python3.7/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python3.7/vendor-packages/PIL/FitsImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/FontFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/Image.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python3.7/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python3.7/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python3.7/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python3.7/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python3.7/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/TarIO.py
file path=usr/lib/python3.7/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python3.7/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python3.7/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python3.7/vendor-packages/PIL/__init__.py
file path=usr/lib/python3.7/vendor-packages/PIL/__main__.py
file path=usr/lib/python3.7/vendor-packages/PIL/_binary.py
file path=usr/lib/python3.7/vendor-packages/PIL/_imaging.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/PIL/_imagingcms.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/PIL/_imagingft.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/PIL/_imagingmath.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/PIL/_imagingmorph.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/PIL/_imagingtk.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python3.7/vendor-packages/PIL/_util.py
file path=usr/lib/python3.7/vendor-packages/PIL/_version.py
file path=usr/lib/python3.7/vendor-packages/PIL/_webp.cpython-37m.so
file path=usr/lib/python3.7/vendor-packages/PIL/features.py
file path=usr/lib/python3.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.7.egg-info/PKG-INFO
file path=usr/lib/python3.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.7.egg-info/SOURCES.txt
file path=usr/lib/python3.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.7.egg-info/dependency_links.txt
file path=usr/lib/python3.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.7.egg-info/requires.txt
file path=usr/lib/python3.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.7.egg-info/top_level.txt
file path=usr/lib/python3.7/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.7.egg-info/zip-safe
file path=usr/lib/python3.9/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/BmpImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/BufrStubImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/ContainerIO.py
file path=usr/lib/python3.9/vendor-packages/PIL/CurImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/DcxImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python3.9/vendor-packages/PIL/FitsImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/FontFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/FpxImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/FtexImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/GbrImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/GdImageFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/GifImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/GimpGradientFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/GimpPaletteFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/GribStubImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/Hdf5StubImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/IcnsImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/IcoImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/Image.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageChops.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageCms.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageColor.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageDraw.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageDraw2.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageEnhance.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageFilter.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageFont.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageGrab.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageMath.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageMode.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageMorph.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageOps.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImagePalette.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImagePath.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageQt.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageSequence.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageShow.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageStat.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageTk.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageTransform.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImageWin.py
file path=usr/lib/python3.9/vendor-packages/PIL/ImtImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/IptcImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/Jpeg2KImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/JpegImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/JpegPresets.py
file path=usr/lib/python3.9/vendor-packages/PIL/McIdasImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/MicImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/MpegImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/MpoImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/MspImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PSDraw.py
file path=usr/lib/python3.9/vendor-packages/PIL/PaletteFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/PalmImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PcdImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PcfFontFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/PcxImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PdfImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PdfParser.py
file path=usr/lib/python3.9/vendor-packages/PIL/PixarImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PngImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PpmImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PsdImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/PyAccess.py
file path=usr/lib/python3.9/vendor-packages/PIL/SgiImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/SpiderImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/SunImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/TarIO.py
file path=usr/lib/python3.9/vendor-packages/PIL/TgaImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/TiffImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/TiffTags.py
file path=usr/lib/python3.9/vendor-packages/PIL/WalImageFile.py
file path=usr/lib/python3.9/vendor-packages/PIL/WebPImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/WmfImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/XVThumbImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/XbmImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/XpmImagePlugin.py
file path=usr/lib/python3.9/vendor-packages/PIL/__init__.py
file path=usr/lib/python3.9/vendor-packages/PIL/__main__.py
file path=usr/lib/python3.9/vendor-packages/PIL/_binary.py
file path=usr/lib/python3.9/vendor-packages/PIL/_imaging.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/PIL/_imagingcms.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/PIL/_imagingft.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/PIL/_imagingmath.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/PIL/_imagingmorph.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/PIL/_imagingtk.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python3.9/vendor-packages/PIL/_util.py
file path=usr/lib/python3.9/vendor-packages/PIL/_version.py
file path=usr/lib/python3.9/vendor-packages/PIL/_webp.cpython-39.so
file path=usr/lib/python3.9/vendor-packages/PIL/features.py
file path=usr/lib/python3.9/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.9.egg-info/PKG-INFO
file path=usr/lib/python3.9/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.9.egg-info/SOURCES.txt
file path=usr/lib/python3.9/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.9.egg-info/dependency_links.txt
file path=usr/lib/python3.9/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.9.egg-info/requires.txt
file path=usr/lib/python3.9/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.9.egg-info/top_level.txt
file path=usr/lib/python3.9/vendor-packages/Pillow-$(COMPONENT_VERSION)-py3.9.egg-info/zip-safe
components/python/pillow/pillow-PYVER.p5m
@@ -3,16 +3,12 @@
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
# Copyright 2022 Andreas Wacknitz
#
# Copyright 2020 Alexander Pyhalov
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
@@ -26,17 +22,8 @@
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin
# force a dependency on the pillow package
depend type=require \
    fmri=library/python/pillow@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imaging.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingcms.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingft.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingmath.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingmorph.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_imagingtk.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/64/_webp.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BdfFontFile.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BlpImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/BmpImagePlugin.py
@@ -47,6 +34,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/DdsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/EpsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/ExifTags.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FitsImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FitsStubImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FliImagePlugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/FontFile.py
@@ -125,19 +113,20 @@
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_binary.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_util.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_version.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/features.py
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imaging.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingcms.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingft.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmath.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingmorph.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_imagingtk.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_tkinter_finder.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_util.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_version.py
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/_webp.so
file path=usr/lib/python$(PYVER)/vendor-packages/PIL/features.py
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/Pillow-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
components/python/pillow/pkg5
@@ -7,14 +7,16 @@
        "library/lcms2",
        "library/libwebp",
        "library/zlib",
        "runtime/python-27",
        "runtime/python-35",
        "runtime/python-37",
        "runtime/python-39",
        "shell/ksh93",
        "system/library",
        "system/library/freetype-2"
        "system/library/freetype-2",
        "x11/library/libxcb"
    ],
    "fmris": [
        "library/python/pillow-27",
        "library/python/pillow-35",
        "library/python/pillow-37",
        "library/python/pillow-39",
        "library/python/pillow"
    ],
    "name": "Pillow"
components/python/pillow/test/results-all.master
@@ -1,22 +1,24 @@
--------------------------------------------------------------------
Pillow 6.2.2 TEST SUMMARY
Pillow 9.1.1
--------------------------------------------------------------------
Python modules loaded from 
Binary modules loaded from 
--------------------------------------------------------------------
--- PIL CORE support ok
--- TKINTER support ok
--- FREETYPE2 support ok
--- LITTLECMS2 support ok
--- WEBP support ok
--- PIL CORE support ok, compiled for 9.1.1
*** TKINTER support not installed
--- FREETYPE2 support ok, loaded 2.12.1
--- LITTLECMS2 support ok, loaded 2.13.1
--- WEBP support ok, loaded 1.2.2
--- WEBP Transparency support ok
--- WEBPMUX support ok
--- WEBP Animation support ok
--- JPEG support ok
--- OPENJPEG (JPEG2000) support ok
--- ZLIB (PNG/ZIP) support ok
--- LIBTIFF support ok
--- JPEG support ok, compiled for libjpeg-turbo 2.1.3
--- OPENJPEG (JPEG2000) support ok, loaded 2.5.0
--- ZLIB (PNG/ZIP) support ok, loaded 1.2.12
--- LIBTIFF support ok, loaded 4.4.0
*** RAQM (Bidirectional Text) support not installed
*** LIBIMAGEQUANT (Quantization method) support not installed
--- XCB (X protocol) support ok
--------------------------------------------------------------------
Running selftest:
--- 59 tests passed.