svn commit: r511718 - head/graphics/py-traitsui
Danilo G. Baio
dbaio at FreeBSD.org
Tue Sep 10 00:37:56 UTC 2019
Author: dbaio
Date: Tue Sep 10 00:37:55 2019
New Revision: 511718
URL: https://svnweb.freebsd.org/changeset/ports/511718
Log:
graphics/py-traitsui: Update to 6.1.3
Remove a test exclusion as the test was corrected upstream.
PR: 240405
Submitted by: vladimir.chukharev at gmail.com (maintainer)
Modified:
head/graphics/py-traitsui/Makefile
head/graphics/py-traitsui/distinfo
Modified: head/graphics/py-traitsui/Makefile
==============================================================================
--- head/graphics/py-traitsui/Makefile Tue Sep 10 00:33:27 2019 (r511717)
+++ head/graphics/py-traitsui/Makefile Tue Sep 10 00:37:55 2019 (r511718)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= traitsui
-PORTVERSION= 6.1.2
+PORTVERSION= 6.1.3
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -57,6 +57,6 @@ do-test:
# Note: The occurences of "qt4" aren't typos
do-test-QT5-on:
@cd ${WRKSRC} && ${SETENV} ETS_TOOLKIT=qt4 QT_API=pyqt5 \
- ${PYTHON_CMD} -m nose -v -e 'test_wrap_text_narrow_short' traitsui.qt4.tests
+ ${PYTHON_CMD} -m nose -v traitsui.qt4.tests
.include <bsd.port.mk>
Modified: head/graphics/py-traitsui/distinfo
==============================================================================
--- head/graphics/py-traitsui/distinfo Tue Sep 10 00:33:27 2019 (r511717)
+++ head/graphics/py-traitsui/distinfo Tue Sep 10 00:37:55 2019 (r511718)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565984705
-SHA256 (traitsui-6.1.2.tar.gz) = 698dd44d6ff6a50502f6ef0ffe545c233f2772e5c37127667302b8c845be9551
-SIZE (traitsui-6.1.2.tar.gz) = 5125470
+TIMESTAMP = 1568023310
+SHA256 (traitsui-6.1.3.tar.gz) = 48381763b181efc58eaf288431d1d92d028d0d97dfdd33eba7809aae8aef814f
+SIZE (traitsui-6.1.3.tar.gz) = 5129662
More information about the svn-ports-all
mailing list