svn commit: r469457 - head/graphics/py-traitsui
Kirill Ponomarev
krion at FreeBSD.org
Wed May 9 17:49:38 UTC 2018
Author: krion
Date: Wed May 9 17:49:37 2018
New Revision: 469457
URL: https://svnweb.freebsd.org/changeset/ports/469457
Log:
Update to version 6.0.0
* add Python3 support
PR: 228096
Submitted by: maintainer
Modified:
head/graphics/py-traitsui/Makefile
head/graphics/py-traitsui/distinfo
head/graphics/py-traitsui/pkg-descr
Modified: head/graphics/py-traitsui/Makefile
==============================================================================
--- head/graphics/py-traitsui/Makefile Wed May 9 17:45:37 2018 (r469456)
+++ head/graphics/py-traitsui/Makefile Wed May 9 17:49:37 2018 (r469457)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= traitsui
-PORTVERSION= 5.1.0
+PORTVERSION= 6.0.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ LICENSE_FILE_EPL= ${WRKSRC}/image_LICENSE_Eclipse.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apptools>=4.3.0:devel/py-apptools@${FLAVOR}
-USES= python:-2.7
+USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
Modified: head/graphics/py-traitsui/distinfo
==============================================================================
--- head/graphics/py-traitsui/distinfo Wed May 9 17:45:37 2018 (r469456)
+++ head/graphics/py-traitsui/distinfo Wed May 9 17:49:37 2018 (r469457)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470333921
-SHA256 (traitsui-5.1.0.tar.gz) = 8f68b4a4fcc23837fda89af66a0100fb23f0574204838b4790f5109a69924fb8
-SIZE (traitsui-5.1.0.tar.gz) = 5106303
+TIMESTAMP = 1525439408
+SHA256 (traitsui-6.0.0.tar.gz) = a75f159f001b71213e17b373461d8df619cd2ae30222a3a78c5e61d4a87dfdea
+SIZE (traitsui-6.0.0.tar.gz) = 5063415
Modified: head/graphics/py-traitsui/pkg-descr
==============================================================================
--- head/graphics/py-traitsui/pkg-descr Wed May 9 17:45:37 2018 (r469456)
+++ head/graphics/py-traitsui/pkg-descr Wed May 9 17:49:37 2018 (r469457)
@@ -9,4 +9,4 @@ The following GUI backends are supported:
* PyQt
* PySide
-WWW: https://docs.enthought.com/traitsui
+WWW: http://docs.enthought.com/traitsui
More information about the svn-ports-head
mailing list