svn commit: r370369 - head/science/psychopy
William Grzybowski
wg at FreeBSD.org
Tue Oct 7 17:00:38 UTC 2014
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
More information about the svn-ports-head
mailing list