Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= traitsui |
4 |
PORTNAME= traitsui |
5 |
PORTVERSION= 6.1.2 |
5 |
PORTVERSION= 6.1.3 |
6 |
CATEGORIES= graphics python |
6 |
CATEGORIES= graphics python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 57-62
Link Here
|
57 |
# Note: The occurences of "qt4" aren't typos |
57 |
# Note: The occurences of "qt4" aren't typos |
58 |
do-test-QT5-on: |
58 |
do-test-QT5-on: |
59 |
@cd ${WRKSRC} && ${SETENV} ETS_TOOLKIT=qt4 QT_API=pyqt5 \ |
59 |
@cd ${WRKSRC} && ${SETENV} ETS_TOOLKIT=qt4 QT_API=pyqt5 \ |
60 |
${PYTHON_CMD} -m nose -v -e 'test_wrap_text_narrow_short' traitsui.qt4.tests |
60 |
${PYTHON_CMD} -m nose -v traitsui.qt4.tests |
61 |
|
61 |
|
62 |
.include <bsd.port.mk> |
62 |
.include <bsd.port.mk> |