kmos 63518f1ef5 Bump REVISION because of move to Python 3.8
(sparc64 build failed without it)
2020-07-05 22:09:32 +00:00

31 lines
586 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/07/05 22:09:32 kmos Exp $
COMMENT = io for scientific data formats
MODPY_EGG_VERSION = 2.6.1
DISTNAME = imageio-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = graphics
REVISION = 2
MAINTAINER = Paul Irofti <paul@irofti.net>
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = math/py-numpy${MODPY_FLAVOR} \
graphics/py-Pillow${MODPY_FLAVOR}
TEST_DEPENDS = sysutils/py-psutil${MODPY_FLAVOR}
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
.include <bsd.port.mk>