svn commit: r370367 - in head/graphics/py-pyggel: . files
William Grzybowski
wg at FreeBSD.org
Tue Oct 7 16:53:12 UTC 2014
Author: wg
Date: Tue Oct 7 16:53:11 2014
New Revision: 370367
URL: https://svnweb.freebsd.org/changeset/ports/370367
QAT: https://qat.redports.org/buildarchive/r370367/
Log:
graphics/py-pyggel: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
Added:
head/graphics/py-pyggel/files/
head/graphics/py-pyggel/files/patch-pyggel__include.py (contents, props changed)
Modified:
head/graphics/py-pyggel/Makefile
Modified: head/graphics/py-pyggel/Makefile
==============================================================================
--- head/graphics/py-pyggel/Makefile Tue Oct 7 16:51:20 2014 (r370366)
+++ head/graphics/py-pyggel/Makefile Tue Oct 7 16:53:11 2014 (r370367)
@@ -4,7 +4,7 @@
PORTNAME= pyggel
PORTVERSION= 0.08
DISTVERSIONSUFFIX= -alpha4c
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME:tu}-V${DISTVERSION}${DISTVERSIONSUFFIX}
@@ -23,14 +23,12 @@ LICENSE_PERMS_Public_Domain=dist-mirror
RUN_DEPENDS= ${PYNUMPY} \
${PYGAME} \
${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl \
- ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
+ ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow
-USES= dos2unix zip
+USES= dos2unix python:2 zip
DOS2UNIX_GLOB= *.mtl *.py *.txt
-USE_PYTHON= 2
+USE_PYTHON= autoplist distutils
NO_BUILD= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= Readme.txt
PORTEXAMPLES= *
Added: head/graphics/py-pyggel/files/patch-pyggel__include.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-pyggel/files/patch-pyggel__include.py Tue Oct 7 16:53:11 2014 (r370367)
@@ -0,0 +1,11 @@
+--- pyggel/include.py.orig 2014-10-07 16:52:11 UTC
++++ pyggel/include.py
+@@ -27,7 +27,7 @@
+ ANI_AVAILABLE = False
+
+ try:
+- import Image as PIL
++ from PIL import Image as PIL
+ PIL_AVAILABLE = True
+ except:
+ PIL_AVAILABLE = False
More information about the svn-ports-all
mailing list