Skip to content

Commit

Permalink
graphics/py-fury: New port: Free Unified Rendering in Python
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jun 8, 2023
1 parent 019fd7b commit c808121
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions graphics/Makefile
Expand Up @@ -865,6 +865,7 @@
SUBDIR += py-fiona
SUBDIR += py-fotokilof
SUBDIR += py-freeimagepy
SUBDIR += py-fury
SUBDIR += py-gdal
SUBDIR += py-geomdl
SUBDIR += py-geopandas
Expand Down
32 changes: 32 additions & 0 deletions graphics/py-fury/Makefile
@@ -0,0 +1,32 @@
PORTNAME= fury
DISTVERSION= 0.9.0
CATEGORIES= graphics
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Free Unified Rendering in Python
WWW= https://fury.gl/latest/index.html

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8.4:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.7.1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=8.0.1:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygltflib>=1.15.1:graphics/py-pygltflib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.4.0:science/py-scipy@${PY_FLAVOR} \
vtk${VTK_VER:R}>0:math/vtk${VTK_VER:R}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \
${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}

USES= python
USE_PYTHON= pep517 autoplist pytest # tests fail with signal 10, see https://github.com/fury-gl/fury/issues/795

NO_ARCH= yes

.include <../../math/vtk9/Makefile.version>
.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions graphics/py-fury/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1686173980
SHA256 (fury-0.9.0.tar.gz) = 8f92cbb94ca04b7ee78047d83decb3735334f9bdff8b5a29bb1152b706cd71a6
SIZE (fury-0.9.0.tar.gz) = 68194837
2 changes: 2 additions & 0 deletions graphics/py-fury/pkg-descr
@@ -0,0 +1,2 @@
FURY is a free and open-source software library for Scientific Visualization
and 3D animations.

0 comments on commit c808121

Please sign in to comment.