Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 17:00:38 +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: r370369 - head/science/psychopy
Message-ID:  <201410071700.s97H0cvd093160@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Oct  7 17:00:37 2014
New Revision: 370369
URL: https://svnweb.freebsd.org/changeset/ports/370369
QAT: https://qat.redports.org/buildarchive/r370369/

Log:
  science/psychopy: switch from py-imaging to py-pillow
  
  - USES python
  
  With hat:	python
  Approved by:	portmgr (bdrewery, implicit)

Modified:
  head/science/psychopy/Makefile

Modified: head/science/psychopy/Makefile
==============================================================================
--- head/science/psychopy/Makefile	Tue Oct  7 16:55:22 2014	(r370368)
+++ head/science/psychopy/Makefile	Tue Oct  7 17:00:37 2014	(r370369)
@@ -3,7 +3,7 @@
 
 PORTNAME=	psychopy
 PORTVERSION=	1.77.00
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTNAME=	PsychoPy-${PORTVERSION}
@@ -13,16 +13,14 @@ COMMENT=	Psychophysics toolkit for Pytho
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
-		${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
 		${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet \
 		${PYTHON_PKGNAMEPREFIX}wxPython28>=2.8.7.1:${PORTSDIR}/x11-toolkits/py-wxPython28 \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=			zip
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=			python zip
+USE_PYTHON=		autoplist distutils
 
 # needed to avoid polluting /root, since psychopy
 # tries to create some configuration files on import



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