diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2021-11-05 16:36:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2021-11-05 21:17:44 +0000 |
commit | 825682409325c8283601956628e1fcc47b648294 (patch) | |
tree | 0792f3d23f2626b98d2790d662e182b19f85fa2c /science/py-openpiv/Makefile | |
parent | 730131ba68bbbbe7dbc8574270056f2ec880fe1c (diff) |
science/py-openpiv: update to 0.23.8
Diffstat (limited to 'science/py-openpiv/Makefile')
-rw-r--r-- | science/py-openpiv/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/science/py-openpiv/Makefile b/science/py-openpiv/Makefile index 1a0ef30cb705..2fef96df33fe 100644 --- a/science/py-openpiv/Makefile +++ b/science/py-openpiv/Makefile @@ -1,5 +1,6 @@ PORTNAME= openpiv -PORTVERSION= 0.23.4 +PORTVERSION= 0.23.8 +DISTVERSIONPREFIX= v CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +16,13 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>=0.12.0:graphics/py-scikit-image@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist distutils cython cython_run +USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= OpenPIV GH_PROJECT= openpiv-python +NO_ARCH= yes + OPTIONS_DEFINE= EXTRA EXTRA_DESC= Install additional Python packages (for tutorial/examples) |