On Sat, Mar 07, 2020 at 06:27:29PM -0700, k...@openbsd.org wrote: > > New failures: > +failures/math/py-h5py,python3.log >
Does this help? Index: Makefile =================================================================== RCS file: /cvs/ports/math/py-h5py/Makefile,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 Makefile --- Makefile 4 Mar 2020 07:54:18 -0000 1.1.1.1 +++ Makefile 8 Mar 2020 07:26:43 -0000 @@ -6,12 +6,15 @@ MODPY_EGG_VERSION = 2.10.0 DISTNAME = h5py-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = math +REVISION = 0 HOMEPAGE = https://www.h5py.org/ MAINTAINER = Martin Reindl <mar...@catai.org> # BSD PERMIT_PACKAGE = Yes + +COMPILER = base-clang ports-gcc MODULES = lang/python MODPY_SETUPTOOLS = Yes