From 286ab71725ed47a7ca26638ba90ec0ef369bbd59 Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 13 Mar 2025 13:13:59 +0000 Subject: [PATCH] add comment about new dep needed for 3.7.0 reorder RDEPs according to pyproject.toml order --- www/py-bokeh/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/www/py-bokeh/Makefile b/www/py-bokeh/Makefile index dcd5350cea0..8e8c8e612ac 100644 --- a/www/py-bokeh/Makefile +++ b/www/py-bokeh/Makefile @@ -1,5 +1,6 @@ COMMENT= statistical and novel interactive HTML plots for Python +# 3.7.0 needs narwhals MODPY_DISTV= 3.6.3 DISTNAME= bokeh-${MODPY_DISTV} PKGNAME= py-bokeh-${MODPY_DISTV} @@ -21,16 +22,17 @@ NO_TEST= Yes BUILD_DEPENDS= devel/py-colorama \ devel/py-setuptools-git-versioning -RUN_DEPENDS= devel/py-typing-extensions>=3.10.0.0 \ - geo/py-xyzservices \ - graphics/py-Pillow \ +RUN_DEPENDS= www/py-jinja2 \ math/py-contourpy \ math/py-numpy \ - math/py-pandas \ sysutils/py-packaging \ + math/py-pandas \ + graphics/py-Pillow \ textproc/py-yaml \ - www/py-jinja2 \ - www/py-tornado + www/py-tornado \ + geo/py-xyzservices +# not listed in pyproject.toml but still needed +RUN_DEPENDS+= devel/py-typing-extensions>=3.10.0.0 TEST_DEPENDS= devel/ipython \ devel/py-flaky \