On Sun, 11 Oct 2020, Antoine Jacoutot wrote:
> On Sun, Oct 11, 2020 at 12:04:03AM -0600, Daniel Dickman wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2020/10/11 00:04:03 > > > > Modified files: > > devel : Makefile > > devel/quirks : Makefile > > devel/quirks/files: Quirks.pm > > devel/py-kiwisolver: Makefile distinfo > > devel/py-kiwisolver/pkg: PLIST > > > > Log message: > > Update kiwisolver to 1.2.0 which is now python3-only. > > > > ok bket@ > > Doesn't build. > It tries to download missing dependencies at built time. > Thanks for finding that. ok to import the attached port for devel/py-cppy? And then following that, does the diff below work for you? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-kiwisolver/Makefile,v retrieving revision 1.5 diff -u -p -u -r1.5 Makefile --- Makefile 11 Oct 2020 06:04:03 -0000 1.5 +++ Makefile 11 Oct 2020 15:56:49 -0000 @@ -5,6 +5,7 @@ COMMENT = fast implementation of the Ca MODPY_EGG_VERSION = 1.2.0 DISTNAME = kiwisolver-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = devel @@ -19,5 +20,7 @@ MODPY_SETUPTOOLS = Yes FLAVORS = python3 FLAVOR = python3 + +BUILD_DEPENDS = devel/py-cppy${MODPY_FLAVOR} .include <bsd.port.mk>
cppy.tgz
Description: Binary data
