Index | Thread | Search

From:
Renaud Allard <renaud@allard.it>
Subject:
devel/py-doit is missing FLAVORS
To:
ports <ports@openbsd.org>
Date:
Wed, 14 Aug 2024 09:52:15 +0200

Download raw body.

Thread
Hello,

It seems devel/py-doit is missing FLAVORS, which means packages that 
depend on it might complain about the lack of FLAVOR.

Best Regards
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-doit/Makefile,v
diff -u -p -r1.29 Makefile
--- Makefile	6 May 2024 12:23:15 -0000	1.29
+++ Makefile	14 Aug 2024 07:46:57 -0000
@@ -1,11 +1,14 @@
 COMMENT =		automation tool
 
 MODPY_EGG_VERSION =	0.36.0
-REVISION =		1
+REVISION =		2
 DISTNAME =		doit-${MODPY_EGG_VERSION}
 CATEGORIES =		devel
 
 HOMEPAGE =		https://pydoit.org/
+
+FLAVORS =		python3
+FLAVOR =		python3
 
 # MIT
 PERMIT_PACKAGE =	Yes