mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.83.01 and unbreak
PR: 205219 Submitted by: tkato432@yahoo.com
This commit is contained in:
parent
3219e1ccc2
commit
326d7da995
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403770
2 changed files with 12 additions and 11 deletions
|
@ -2,17 +2,13 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= psychopy
|
PORTNAME= psychopy
|
||||||
PORTVERSION= 1.82.02
|
PORTVERSION= 1.83.01
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= science python
|
CATEGORIES= science python
|
||||||
MASTER_SITES= SF/psychpy/PsychoPy
|
MASTER_SITES= GH
|
||||||
DISTNAME= PsychoPy-${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Psychophysics toolkit for Python
|
COMMENT= Psychophysics toolkit for Python
|
||||||
|
|
||||||
BROKEN= unfetchable
|
|
||||||
|
|
||||||
LICENSE= GPLv3 # (or later)
|
LICENSE= GPLv3 # (or later)
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
|
||||||
|
@ -26,11 +22,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
USES= fortran python zip
|
USE_GITHUB= yes
|
||||||
|
USES= fortran python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist distutils
|
||||||
USE_WX= 2.8
|
USE_WX= 2.8
|
||||||
WX_COMPS= python
|
WX_COMPS= python
|
||||||
WX_UNICODE= yes
|
|
||||||
|
|
||||||
PLIST_FILES= bin/psychopy
|
PLIST_FILES= bin/psychopy
|
||||||
|
|
||||||
|
@ -42,6 +38,11 @@ DESKTOP_ENTRIES="PsychoPy" \
|
||||||
""
|
""
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
post-patch:
|
||||||
|
# https://github.com/psychopy/psychopy/issues/982
|
||||||
|
@${REINPLACE_CMD} -e \
|
||||||
|
's|str(,id_dict)|str(id.dict)|' \
|
||||||
|
${WRKSRC}/psychopy/demos/coder/iohub/elotouchscreen/run.py
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
@${ECHO_CMD} -n > ${WRKDIR}/psychopy
|
@${ECHO_CMD} -n > ${WRKDIR}/psychopy
|
||||||
|
@ -55,7 +56,7 @@ post-build:
|
||||||
.endif
|
.endif
|
||||||
@${ECHO_CMD} \
|
@${ECHO_CMD} \
|
||||||
>> ${WRKDIR}/psychopy
|
>> ${WRKDIR}/psychopy
|
||||||
@${ECHO_CMD} "${PYTHON_CMD} ${LOCALBASE}/bin/psychopyApp.py" \
|
@${ECHO_CMD} "${PYTHON_CMD} ${PREFIX}/bin/psychopyApp.py" \
|
||||||
>> ${WRKDIR}/psychopy
|
>> ${WRKDIR}/psychopy
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (PsychoPy-1.82.02.zip) = 100d432aca6df578a7b5a05142adca2fda5eb78e2847d06b83ae273cf7d9e715
|
SHA256 (psychopy-psychopy-1.83.01_GH0.tar.gz) = be4747f6834017ac6da3742e948d4d8a0cac62771fc7569877bdc3a76f71e611
|
||||||
SIZE (PsychoPy-1.82.02.zip) = 11569884
|
SIZE (psychopy-psychopy-1.83.01_GH0.tar.gz) = 15172324
|
||||||
|
|
Loading…
Add table
Reference in a new issue