On 2022/02/15 20:43, Stefan Hagen wrote:
> Hi,
>
> visidata needs py3-dateutil to run.
>
> OK?
It does run without it for me, but that is one of the more common of
the optional deps, OK with me
> Index: math/visidata/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/math/visidata/Makefile,v
> retrieving revision 1.16
> diff -u -p -u -p -r1.16 Makefile
> --- math/visidata/Makefile 28 Dec 2021 09:17:51 -0000 1.16
> +++ math/visidata/Makefile 15 Feb 2022 19:06:21 -0000
> @@ -4,6 +4,7 @@ COMMENT= console-based multitool to expl
>
> MODPY_EGG_VERSION= 2.8
> DISTNAME= visidata-${MODPY_EGG_VERSION}
> +REVISION= 0
>
> CATEGORIES= math textproc
>
> @@ -18,6 +19,8 @@ MODULES= lang/python
>
> MODPY_PI= Yes
> MODPY_SETUPTOOLS= Yes
> +
> +RUN_DEPENDS= devel/py-dateutil${MODPY_FLAVOR}
>
> # tests are available but not included in the standard pypi download
> NO_TEST= Yes