Lines 1-5
Link Here
|
1 |
PORTNAME= imageio |
1 |
PORTNAME= imageio |
2 |
PORTVERSION= 2.22.4 |
2 |
PORTVERSION= 2.25.0 |
3 |
CATEGORIES= graphics python |
3 |
CATEGORIES= graphics python |
4 |
MASTER_SITES= PYPI \ |
4 |
MASTER_SITES= PYPI \ |
5 |
https://github.com/imageio/imageio/releases/download/v${PORTVERSION}/ |
5 |
https://github.com/imageio/imageio/releases/download/v${PORTVERSION}/ |
Lines 17-23
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
Link Here
|
17 |
${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2:graphics/py-pillow@${PY_FLAVOR} |
17 |
${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2:graphics/py-pillow@${PY_FLAVOR} |
18 |
|
18 |
|
19 |
USES= python:3.7+ |
19 |
USES= python:3.7+ |
20 |
USE_PYTHON= autoplist concurrent distutils |
20 |
USE_PYTHON= autoplist concurrent distutils pytest # 4 tests fail, see https://github.com/imageio/imageio/issues/936 |
21 |
|
21 |
|
22 |
NO_ARCH= yes |
22 |
NO_ARCH= yes |
23 |
|
23 |
|