Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2021 17:24:40 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562324 - head/graphics/py-traitsui
Message-ID:  <202101221724.10MHOeCf005018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jan 22 17:24:39 2021
New Revision: 562324
URL: https://svnweb.freebsd.org/changeset/ports/562324

Log:
  graphics/py-traitsui: Update 6.1.3 -> 7.1.1
  
  PR:		252908
  Approved by:	Vladimir.Chukharev@gmail.com (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	Fri Jan 22 17:22:15 2021	(r562323)
+++ head/graphics/py-traitsui/Makefile	Fri Jan 22 17:24:39 2021	(r562324)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	traitsui
-PORTVERSION=	6.1.3
-PORTREVISION=	1
+PORTVERSION=	7.1.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,9 +17,8 @@ LICENSE_FILE_LGPL21=	${WRKSRC}/image_LICENSE_Nuvola.tx
 LICENSE_FILE_EPL=	${WRKSRC}/image_LICENSE_Eclipse.txt
 # See ${WRKSRC}/image_LICENSE.txt for per file license information
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>0:devel/py-traits@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyface>=6.0.0:devel/py-pyface@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>=6.0.0:devel/py-traits@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyface>=7.1.0:devel/py-pyface@${PY_FLAVOR}
 # The requirements are defined in traitsui/__init__.py
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \

Modified: head/graphics/py-traitsui/distinfo
==============================================================================
--- head/graphics/py-traitsui/distinfo	Fri Jan 22 17:22:15 2021	(r562323)
+++ head/graphics/py-traitsui/distinfo	Fri Jan 22 17:24:39 2021	(r562324)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568023310
-SHA256 (traitsui-6.1.3.tar.gz) = 48381763b181efc58eaf288431d1d92d028d0d97dfdd33eba7809aae8aef814f
-SIZE (traitsui-6.1.3.tar.gz) = 5129662
+TIMESTAMP = 1611309266
+SHA256 (traitsui-7.1.1.tar.gz) = 77d9dc5830c4e7ab94f9225bc2f082430399d95c943f1616db41e83a94df38e5
+SIZE (traitsui-7.1.1.tar.gz) = 5831711

Modified: head/graphics/py-traitsui/pkg-descr
==============================================================================
--- head/graphics/py-traitsui/pkg-descr	Fri Jan 22 17:22:15 2021	(r562323)
+++ head/graphics/py-traitsui/pkg-descr	Fri Jan 22 17:24:39 2021	(r562324)
@@ -9,4 +9,4 @@ The following GUI backends are supported:
  * PyQt
  * PySide
 
-WWW: https://docs.enthought.com/traitsui
+WWW: https://docs.enthought.com/traitsui/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101221724.10MHOeCf005018>