graphics/py-pillow: Update to 2.9.0
- Update to 2.9.0 - Change LICENSE_FILE path Changes: https://github.com/python-pillow/Pillow/blob/2.9.0/CHANGES.rst
This commit is contained in:
parent
80f5314898
commit
de3e4618e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394434
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pillow
|
||||
PORTVERSION= 2.6.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.9.0
|
||||
CATEGORIES= graphics python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -12,7 +11,7 @@ COMMENT= Fork of the Python Imaging Library (PIL)
|
||||
|
||||
LICENSE= PIL
|
||||
LICENSE_NAME= Standard PIL License
|
||||
LICENSE_FILE= ${WRKSRC}/docs/LICENSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
OPTIONS_DEFINE= FREETYPE JPEG LCMS PNG TIFF TKINTER WEBP
|
||||
@ -30,10 +29,11 @@ TKINTER_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits
|
||||
TKINTER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp
|
||||
|
||||
USES= cpe python
|
||||
USE_GITHUB= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
PYDISTUTILS_SETUP= ${PYSETUP}
|
||||
PYDISTUTILS_SETUP= ${PYSETUP}
|
||||
PYDISTUTILS_BUILD_TARGET= build build_py build_ext
|
||||
|
||||
# we have to build and install everything in a single run,
|
||||
@ -41,7 +41,7 @@ PYDISTUTILS_BUILD_TARGET= build build_py build_ext
|
||||
# and messes up standard distutils behaviour...
|
||||
NO_BUILD= yes
|
||||
|
||||
GH_ACCOUNT= python-pillow
|
||||
GH_ACCOUNT= python-${PORTNAME}
|
||||
GH_PROJECT= ${PORTNAME:C/p/P/}
|
||||
|
||||
CONFLICTS_INSTALL= py*-imaging-*
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (python-pillow-Pillow-2.6.0_GH0.tar.gz) = 75616b068add9a423eb0c3d920fc226a9f4ac60649a5fe45b6e1ef59295bc83f
|
||||
SIZE (python-pillow-Pillow-2.6.0_GH0.tar.gz) = 7235939
|
||||
SHA256 (python-pillow-Pillow-2.9.0_GH0.tar.gz) = e048d3fb43832b09077242dc46f3ed83f09fada0a2386196b7b0eea664422158
|
||||
SIZE (python-pillow-Pillow-2.9.0_GH0.tar.gz) = 9320944
|
||||
|
Loading…
Reference in New Issue
Block a user