Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2023 20:27:09 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 323d75b4fe4c - main - graphics/py-traitsui: Update to 7.4.3
Message-ID:  <202301262027.30QKR99q064725@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=323d75b4fe4c6cb524cddf9b2565dd1670385bc9

commit 323d75b4fe4c6cb524cddf9b2565dd1670385bc9
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-01-26 20:24:59 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-01-26 20:26:36 +0000

    graphics/py-traitsui: Update to 7.4.3
    
    - Switch to pep517 build
    
    ChangeLog: https://github.com/enthought/traitsui/releases/tag/7.4.3
---
 graphics/py-traitsui/Makefile | 10 ++++++----
 graphics/py-traitsui/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/graphics/py-traitsui/Makefile b/graphics/py-traitsui/Makefile
index 4e3b44f4e5ad..9aba963ae11d 100644
--- a/graphics/py-traitsui/Makefile
+++ b/graphics/py-traitsui/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	traitsui
-DISTVERSION=	7.4.2
+DISTVERSION=	7.4.3
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,12 +15,14 @@ LICENSE_FILE_EPL=	${WRKSRC}/image_LICENSE_Eclipse.txt
 LICENSE_FILE_LGPL21=	${WRKSRC}/image_LICENSE_Nuvola.txt
 # See ${WRKSRC}/image_LICENSE.txt for per file license information
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyface>=7.4.1:devel/py-pyface@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traits>=6.2.0:devel/py-traits@${PY_FLAVOR}
 # The requirements are defined in traitsui/__init__.py
 
-USES=		python:3.7+
-USE_PYTHON=	autoplist distutils
+USES=		python
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
@@ -34,6 +36,6 @@ PYSIDE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR}
 QT5_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
 QT5_USES=		pyqt:5
 QT5_USE=		PYQT=pyqt5:run
-WXPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wxPython41>0:x11-toolkits/py-wxPython4@${PY_FLAVOR}
+WXPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wxPython42>0:x11-toolkits/py-wxPython4@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/graphics/py-traitsui/distinfo b/graphics/py-traitsui/distinfo
index a144b5155cd4..e9ea7cf690d9 100644
--- a/graphics/py-traitsui/distinfo
+++ b/graphics/py-traitsui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667956783
-SHA256 (traitsui-7.4.2.tar.gz) = 20471bf339c3ede77f06b2fa97be90ae3d166ebefccc167bcbda227c75b1663f
-SIZE (traitsui-7.4.2.tar.gz) = 6773829
+TIMESTAMP = 1673799477
+SHA256 (traitsui-7.4.3.tar.gz) = db32517e9622a0580c23209e13f8032cea00e61c6774936709ff45e76335d5b9
+SIZE (traitsui-7.4.3.tar.gz) = 6775505



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