On 10/6/22 12:06, Omar Polo wrote:
> imported, thanks!
Missing FLAVOR/FLAVORS for python3
Diff attached with bumped REVISION.
g
>
> On 2022/10/06 13:53:19 +0100, Stuart Henderson <[email protected]> wrote:
>> ok
>>
>> On 2022/10/05 19:16, George Rosamond wrote:
>>> Attached.
>>>
>>> from pkg/DESCR:
>>>
>>> ANSI color formatting for output in terminal.
>>>
>>> Dependency for a few ports I'm tinkering on.
>>>
>>> from `make test`:
>>> 34 passed in 0.20s
>>>
>>> g
>
>
Index: py-termcolor//Makefile
===================================================================
RCS file: /cvs/ports/graphics/py-termcolor/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- py-termcolor//Makefile 6 Oct 2022 16:04:54 -0000 1.1.1.1
+++ py-termcolor//Makefile 6 Oct 2022 20:28:06 -0000
@@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 2.0.1
DISTNAME = termcolor-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
+REVISION = 0
CATEGORIES = graphics
@@ -18,6 +19,8 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = hatchling
+FLAVOR = python3
+FLAVORS = python3
BUILD_DEPENDS = devel/py-hatch-vcs${MODPY_FLAVOR}