1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/science/py-nglview/Makefile
Yuri Victorovich c4f7a200c9 science/py-nglview: update 3.0.7 → 3.1.2
Reported by:	portscout
2024-04-20 01:34:04 -07:00

26 lines
805 B
Makefile

PORTNAME= nglview
DISTVERSION= 3.1.2
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= IPython widget to view molecular structures and trajectories
WWW= http://nglviewer.org/nglview/latest/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>=0.7.9:devel/py-jupyter-packaging@${PY_FLAVOR} \
${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}versioneer-518>0:devel/py-versioneer-518@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipywidgets>0:devel/py-ipywidgets@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist pytest # 28 tests fail because of missing test dependencies
NO_ARCH= yes
.include <bsd.port.mk>