Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2022 10:27:46 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f29869fc1119 - main - graphics/py-visvis: Update to 1.14.0
Message-ID:  <202212171027.2BHARkDH015204@gitrepo.freebsd.org>

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

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

commit f29869fc11191aa8bc4ae21282213761a9b64a9a
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2022-12-17 10:25:51 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-12-17 10:25:51 +0000

    graphics/py-visvis: Update to 1.14.0
    
    While here, add shebangs for python files and pytest.
    
    Changelog: https://github.com/almarklein/visvis/compare/v1.13.0...v1.14.0
    
    Reported by:    Repology
---
 graphics/py-visvis/Makefile | 8 +++++---
 graphics/py-visvis/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/graphics/py-visvis/Makefile b/graphics/py-visvis/Makefile
index 58f1347204ba..1b464968d9ed 100644
--- a/graphics/py-visvis/Makefile
+++ b/graphics/py-visvis/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	visvis
-PORTVERSION=	1.13.0
-PORTREVISION=	5
+PORTVERSION=	1.14.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,13 +16,16 @@ 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}
 
-USES=		gl python:3.5+ pyqt:5
+USES=		gl python:3.7+ pyqt:5 pytest shebangfix
 USE_GL=		gl
 USE_PYQT=	pyqt5
 USE_PYTHON=	autoplist distutils
 USE_WX=		3.0+
 
+SHEBANG_FILES=	examples/*.py
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/graphics/py-visvis/distinfo b/graphics/py-visvis/distinfo
index e024043ad353..2d6254366a77 100644
--- a/graphics/py-visvis/distinfo
+++ b/graphics/py-visvis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608187130
-SHA256 (visvis-1.13.0.tar.gz) = 319d2e37c9756a029be33dc491461b8359fc52caa9c5147807eba583cafbf749
-SIZE (visvis-1.13.0.tar.gz) = 5095145
+TIMESTAMP = 1671221260
+SHA256 (visvis-1.14.0.tar.gz) = e363760739f2ff2110ab88cb8c9b251297d1857b1cb37bfcc544beb26aab385a
+SIZE (visvis-1.14.0.tar.gz) = 4892032



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