diff --git a/devel/vitables/Makefile b/devel/vitables/Makefile index bbc82a8d257a..aaf256526c96 100644 --- a/devel/vitables/Makefile +++ b/devel/vitables/Makefile @@ -1,30 +1,30 @@ PORTNAME= vitables DISTVERSIONPREFIX= v DISTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel science python MAINTAINER= yuri@FreeBSD.org COMMENT= Viewer and editor of files in both PyTables format and HDF5 format WWW= https://github.com/uvemas/ViTables LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}QtPy>=2.2:devel/py-QtPy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tables>=3.0:devel/py-tables@${PY_FLAVOR} -USES= dos2unix python pyqt:5 +USES= dos2unix python pyqt:6 USE_PYTHON= pep517 cython noflavors autoplist pytest # 3 tests fail, see https://github.com/uvemas/ViTables/issues/124 -USE_PYQT= pyqt5:run +USE_PYQT= pyqt6:run USE_GITHUB= yes GH_ACCOUNT= uvemas GH_PROJECT= ViTables NO_ARCH= yes .include