diff options
author | kai <kai@FreeBSD.org> | 2020-02-24 19:36:15 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2020-02-24 19:36:15 +0800 |
commit | 891f5b4249111c0379ef3fc521b0616a98b6e9a8 (patch) | |
tree | 1c10419849a595f8ebfa59836f2e676bb7ec3469 /multimedia | |
parent | 56d5d976d23d088c794a97e440da698310c0a3b6 (diff) | |
download | freebsd-ports-gnome-891f5b4249111c0379ef3fc521b0616a98b6e9a8.tar.gz freebsd-ports-gnome-891f5b4249111c0379ef3fc521b0616a98b6e9a8.tar.zst freebsd-ports-gnome-891f5b4249111c0379ef3fc521b0616a98b6e9a8.zip |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version
requirements of Pillow for www/py-wagtail.
Release Notes:
* https://pillow.readthedocs.io/en/latest/releasenotes/index.html
Backward Incompatible Changes (7.0.0):
* https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes
Detailed Changelog:
* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst
PR: 243665
Submitted by: sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by: koobs [1], sunpoet
Approved by: koobs (maintainer)
Differential Revision: https://reviews.freebsd.org/D23713
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/freevo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/freevo/Makefile b/multimedia/freevo/Makefile index a2c8022d7dd2..a37017df0dbb 100644 --- a/multimedia/freevo/Makefile +++ b/multimedia/freevo/Makefile @@ -3,7 +3,7 @@ PORTNAME= freevo PORTVERSION= 1.9.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/Freevo%20releases/${PORTVERSION} @@ -23,7 +23,7 @@ RUN_DEPENDS= mplayer:multimedia/mplayer \ ${PYTHON_SITELIBDIR}/kaa/metadata/__init__.py:multimedia/py-kaa-metadata@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:www/py-beautifulsoup32@${PY_FLAVOR} \ ${PYGAME} \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow6>0:graphics/py-pillow6@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/Numeric/Numeric_headers/__init__.py:math/py-numeric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} |