1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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)
This commit is contained in:
Marcus von Appen 2014-06-22 10:55:50 +00:00
parent d10fa9932e
commit ec46146d58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358786
2 changed files with 8 additions and 1052 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= psychopy PORTNAME= psychopy
PORTVERSION= 1.77.00 PORTVERSION= 1.77.00
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= science python CATEGORIES= science python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= PsychoPy-${PORTVERSION} DISTNAME= PsychoPy-${PORTVERSION}
@ -21,8 +21,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= zip USES= zip
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS= easy_install USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PsychoPy 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> .include <bsd.port.mk>

File diff suppressed because it is too large Load Diff