aboutsummaryrefslogtreecommitdiff
path: root/devel/vitables/Makefile
blob: 167febbfce35a9ba0cd8907f7b8cd80145eb5c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	vitables
DISTVERSIONPREFIX=	v
DISTVERSION=	3.1.0
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=	${PYNUMPY} \
		${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
USE_PYTHON=	pep517 cython noflavors autoplist pytest # 3 tests fail, see https://github.com/uvemas/ViTables/issues/124
USE_PYQT=	pyqt5:run

USE_GITHUB=	yes
GH_ACCOUNT=	uvemas
GH_PROJECT=	ViTables

NO_ARCH=	yes

.include <bsd.port.mk>