Date: Sun, 22 Jun 2014 10:55:50 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358786 - head/science/psychopy Message-ID: <201406221055.s5MAtoJC079110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Jun 22 10:55:50 2014 New Revision: 358786 URL: http://svnweb.freebsd.org/changeset/ports/358786 QAT: https://qat.redports.org/buildarchive/r358786/ Log: - Enable stagedir support - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Deleted: head/science/psychopy/pkg-plist Modified: head/science/psychopy/Makefile Modified: head/science/psychopy/Makefile ============================================================================== --- head/science/psychopy/Makefile Sun Jun 22 10:49:16 2014 (r358785) +++ head/science/psychopy/Makefile Sun Jun 22 10:55:50 2014 (r358786) @@ -3,7 +3,7 @@ PORTNAME= psychopy PORTVERSION= 1.77.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= PsychoPy-${PORTVERSION} @@ -21,8 +21,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= zip USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= PsychoPy +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +# needed to avoid polluting /root, since psychopy +# tries to create some configuration files on import +# through distutils +MAKE_ENV+= HOME=/dev/null -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406221055.s5MAtoJC079110>