mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
science/py-vedo: update 2024.5.2 → 2024.5.3
Reported by: portscout
This commit is contained in:
parent
dc8e20b644
commit
1cfbdf436e
2 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= vedo
|
||||
DISTVERSION= 2024.5.2
|
||||
DISTVERSION= 2024.5.3
|
||||
CATEGORIES= science graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,6 +11,8 @@ WWW= https://vedo.embl.es/
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \
|
||||
|
@ -18,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
|
|||
bash:shells/bash
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
USE_PYTHON= pep517 concurrent autoplist
|
||||
|
||||
SHEBANG_GLOB= *.sh
|
||||
|
||||
|
@ -27,7 +29,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
|||
NO_ARCH= yes
|
||||
|
||||
do-test: # run some examples as tests
|
||||
.for example in advanced/interpolate_scalar3.py advanced/spline_draw.py advanced/warp6.py simulations/optics_main3.py
|
||||
.for example in advanced/interpolate_scalar3.py advanced/spline_draw1.py advanced/warp6.py simulations/optics_main3.py
|
||||
@${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${WRKSRC}/examples/${example}
|
||||
.endfor
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1719256545
|
||||
SHA256 (vedo-2024.5.2.tar.gz) = 6e1fa7ab20460470cdafc7698997114d970acfb552131aae062eb4412087e02a
|
||||
SIZE (vedo-2024.5.2.tar.gz) = 2693600
|
||||
TIMESTAMP = 1738040119
|
||||
SHA256 (vedo-2024.5.3.tar.gz) = 4828016ecd11387aa7339a2fc117d65751fbacaddd6c9a59f32fb11d62db90a5
|
||||
SIZE (vedo-2024.5.3.tar.gz) = 2704730
|
||||
|
|
Loading…
Add table
Reference in a new issue