Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 16:53:11 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370367 - in head/graphics/py-pyggel: . files
Message-ID:  <201410071653.s97GrBvm091367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071653.s97GrBvm091367>