View | Details | Raw Unified | Return to bug 269145
Collapse All | Expand All

(-)b/graphics/py-imageio/Makefile (-2 / +2 lines)
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
(-)b/graphics/py-imageio/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1669057889
1
TIMESTAMP = 1674622788
2
SHA256 (imageio-2.22.4.tar.gz) = 0fae027addf02bc89c73a56cc157ad84557f8b8b84aa19b4cb706fefca2d88ff
2
SHA256 (imageio-2.25.0.tar.gz) = b80796a1f8c38c697a940a2ad7397ee28900d5c4e51061b9a67d16aca867f33e
3
SIZE (imageio-2.22.4.tar.gz) = 3432201
3
SIZE (imageio-2.25.0.tar.gz) = 3437961

Return to bug 269145