Date: Sat, 16 Jan 2021 16:23:05 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561732 - head/devel/py-pynest2d Message-ID: <202101161623.10GGN5GP073951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Sat Jan 16 16:23:04 2021 New Revision: 561732 URL: https://svnweb.freebsd.org/changeset/ports/561732 Log: N.B. this port does not use distutils hence flavors *was not* defined. This only cropped up when integrating with cura itself. My fault for missing this. PR: ports/251236 Submitted by: Sebastian <sko@rostwald.de> Approved by: implicit Modified: head/devel/py-pynest2d/Makefile Modified: head/devel/py-pynest2d/Makefile ============================================================================== --- head/devel/py-pynest2d/Makefile Sat Jan 16 16:13:43 2021 (r561731) +++ head/devel/py-pynest2d/Makefile Sat Jan 16 16:23:04 2021 (r561732) @@ -2,6 +2,7 @@ PORTNAME= pynest2d DISTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +19,7 @@ LIB_DEPENDS= libpolyclipping.so:graphics/polyclipping libnlopt.so:math/nlopt USES= python:3.6+ cmake compiler:c++11-lang pyqt:5 pkgconfig +USE_PYTHON= flavors USE_GITHUB= yes GH_TUPLE= Ultimaker:pynest2d:d31a381
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101161623.10GGN5GP073951>