mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
55b406e72e
commit
3d1bc41979
2 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= visvis
|
PORTNAME= visvis
|
||||||
PORTVERSION= 1.14.0
|
PORTVERSION= 1.15.0
|
||||||
PORTREVISION= 5
|
|
||||||
CATEGORIES= graphics python
|
CATEGORIES= graphics python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -10,19 +9,21 @@ COMMENT= Object oriented approach to visualization of 1D to 4D data
|
||||||
WWW= https://github.com/almarklein/visvis
|
WWW= https://github.com/almarklein/visvis
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
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} \
|
RUN_DEPENDS= ${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}imageio>=0:graphics/py-imageio@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}imageio>=0:graphics/py-imageio@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${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
|
USES= gl python pyqt:5 shebangfix
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USE_PYQT= pyqt5
|
USE_PYQT= pyqt5
|
||||||
USE_PYTHON= autoplist distutils pytest
|
USE_PYTHON= autoplist pep517 pytest
|
||||||
USE_WX= 3.0+
|
USE_WX= 3.0+
|
||||||
|
|
||||||
SHEBANG_FILES= examples/*.py
|
SHEBANG_FILES= examples/*.py
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1671221260
|
TIMESTAMP = 1737466682
|
||||||
SHA256 (visvis-1.14.0.tar.gz) = e363760739f2ff2110ab88cb8c9b251297d1857b1cb37bfcc544beb26aab385a
|
SHA256 (visvis-1.15.0.tar.gz) = aa013c62ea54ae4d170096e1fced7c3697b1d05c2fe6b38e822af0a986422a39
|
||||||
SIZE (visvis-1.14.0.tar.gz) = 4892032
|
SIZE (visvis-1.15.0.tar.gz) = 4830638
|
||||||
|
|
Loading…
Add table
Reference in a new issue