FreeBSD Bugzilla – Attachment 169054 Details for
Bug 207040
[NEW PORT] graphics/py3-pillow: copy of graphics/py-pillow for Python 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to create graphics/py3-pillow (using graphics/py-pillow as MASTERDIR)
pillow.patch (text/plain), 2.33 KB, created by
Ben Woods
on 2016-04-06 19:59:05 UTC
(
hide
)
Description:
Patch to create graphics/py3-pillow (using graphics/py-pillow as MASTERDIR)
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2016-04-06 19:59:05 UTC
Size:
2.33 KB
patch
obsolete
>Index: graphics/Makefile >=================================================================== >--- graphics/Makefile (revision 412639) >+++ graphics/Makefile (working copy) >@@ -881,6 +881,7 @@ > SUBDIR += py-wand > SUBDIR += py-webcolors > SUBDIR += py3-cairo >+ SUBDIR += py3-pillow > SUBDIR += pygts > SUBDIR += pymorph > SUBDIR += pysvg >Index: graphics/py-pillow/Makefile >=================================================================== >--- graphics/py-pillow/Makefile (revision 412639) >+++ graphics/py-pillow/Makefile (working copy) >@@ -41,8 +41,8 @@ > TIFF_VARS_OFF= PYDISTUTILS_BUILDARGS+=--disable-tiff > > TKINTER_USES= tk >-TKINTER_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter >-TKINTER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter >+TKINTER_BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter >+TKINTER_RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter > TKINTER_VARS= PYDISTUTILS_BUILDARGS+="--enable-tcl --enable-tk --include-dirs=${TCL_INCLUDEDIR}:${TK_INCLUDEDIR}" > TKINTER_VARS_OFF= PYDISTUTILS_BUILDARGS+="--disable-tcl --disable-tk" > >@@ -50,9 +50,8 @@ > WEBP_VARS= PYDISTUTILS_BUILDARGS+=--enable-webp > WEBP_VARS_OFF= PYDISTUTILS_BUILDARGS+=--disable-webp > >-USES= cpe python >+USES?= cpe python > USE_GITHUB= yes >-USES= python > USE_PYTHON= autoplist concurrent distutils > > GH_ACCOUNT= python-${PORTNAME} >Index: graphics/py3-pillow/Makefile >=================================================================== >--- graphics/py3-pillow/Makefile (nonexistent) >+++ graphics/py3-pillow/Makefile (working copy) >@@ -0,0 +1,11 @@ >+# Created by: Ben Woods <woodsb02@gmail.com> >+# $FreeBSD$ >+ >+MASTERDIR= ${.CURDIR}/../py-pillow >+ >+TKINTER_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/${PYTHON_PKGNAMEPREFIX}tkinter >+TKINTER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/${PYTHON_PKGNAMEPREFIX}tkinter >+ >+USES= cpe python:3.2+ >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: graphics/py3-pillow/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207040
:
166774
|
166775
|
167248
|
167249
|
167416
|
169054
|
169055