Date: Wed, 22 Jan 2025 12:37:30 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 04982499b60f - 2025Q1 - graphics/py-visvis: Update to 1.15.0 Message-ID: <202501221237.50MCbUhX077351@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=04982499b60f426a56b9c0b1589d360d0812ba5e commit 04982499b60f426a56b9c0b1589d360d0812ba5e Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2025-01-22 12:33:08 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2025-01-22 12:37:20 +0000 graphics/py-visvis: Update to 1.15.0 Mainly a bugfix release, with some modernization. Changelog: https://github.com/almarklein/visvis/compare/v1.14.0...v1.15.0 Reported by: portscout, Repology MFH: 2025Q1 (cherry picked from commit 3d1bc41979de3229d97a9bf11dc848e9406b4168) --- graphics/py-visvis/Makefile | 11 ++++++----- graphics/py-visvis/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/graphics/py-visvis/Makefile b/graphics/py-visvis/Makefile index bbdc1ff90f7b..985341a241a7 100644 --- a/graphics/py-visvis/Makefile +++ b/graphics/py-visvis/Makefile @@ -1,6 +1,5 @@ PORTNAME= visvis -PORTVERSION= 1.14.0 -PORTREVISION= 5 +PORTVERSION= 1.15.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,19 +9,21 @@ COMMENT= Object oriented approach to visualization of 1D to 4D data WWW= https://github.com/almarklein/visvis LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfltk.so:x11-toolkits/fltk +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}imageio>=0:graphics/py-imageio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=5.0:devel/py-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} USES= gl python pyqt:5 shebangfix USE_GL= gl USE_PYQT= pyqt5 -USE_PYTHON= autoplist distutils pytest +USE_PYTHON= autoplist pep517 pytest USE_WX= 3.0+ SHEBANG_FILES= examples/*.py diff --git a/graphics/py-visvis/distinfo b/graphics/py-visvis/distinfo index 2d6254366a77..9366fa86c73f 100644 --- a/graphics/py-visvis/distinfo +++ b/graphics/py-visvis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671221260 -SHA256 (visvis-1.14.0.tar.gz) = e363760739f2ff2110ab88cb8c9b251297d1857b1cb37bfcc544beb26aab385a -SIZE (visvis-1.14.0.tar.gz) = 4892032 +TIMESTAMP = 1737466682 +SHA256 (visvis-1.15.0.tar.gz) = aa013c62ea54ae4d170096e1fced7c3697b1d05c2fe6b38e822af0a986422a39 +SIZE (visvis-1.15.0.tar.gz) = 4830638
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501221237.50MCbUhX077351>