www/py-bokeh: update to 3.0.3

Changelogs for 3.0.0-3.0.3:
https://docs.bokeh.org/en/latest/docs/releases.html

OK sthen@
This commit is contained in:
lraab 2022-12-31 02:19:06 +00:00
parent d0dbe34444
commit 9b75535f26
4 changed files with 453 additions and 663 deletions

View File

@ -1,9 +1,8 @@
COMMENT= statistical and novel interactive HTML plots for Python
MODPY_EGG_VERSION= 2.4.3
MODPY_EGG_VERSION= 3.0.3
DISTNAME= bokeh-${MODPY_EGG_VERSION}
PKGNAME= py-bokeh-${MODPY_EGG_VERSION}
REVISION= 1
CATEGORIES= www graphics
@ -17,14 +16,17 @@ MODULES= lang/python
FLAVORS= python3
FLAVOR= python3
MODPY_PI= Yes
MODPY_PYBUILD = setuptools
MODPY_PYTEST_ARGS= tests
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
# tests not shipped in pypi distfile
NO_TEST = Yes
RUN_DEPENDS= devel/py-dateutil${MODPY_FLAVOR} \
devel/py-typing-extensions${MODPY_FLAVOR}>=3.10.0.0 \
RUN_DEPENDS= devel/py-typing-extensions${MODPY_FLAVOR}>=3.10.0.0 \
geo/py-xyzservices${MODPY_FLAVOR} \
graphics/py-Pillow${MODPY_FLAVOR} \
math/py-contourpy${MODPY_FLAVOR} \
math/py-numpy${MODPY_FLAVOR} \
math/py-pandas${MODPY_FLAVOR} \
sysutils/py-packaging${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR} \
www/py-jinja2${MODPY_FLAVOR} \

View File

@ -1,2 +1,2 @@
SHA256 (bokeh-2.4.3.tar.gz) = 7zOAEWGvN5Zlq3o0aE8iCYYeOu/VyAOiH7u5nZSHSwM=
SIZE (bokeh-2.4.3.tar.gz) = 17722836
SHA256 (bokeh-3.0.3.tar.gz) = HChHHvXmEQulvtUTE3/SYFTrxEVLx2hlDq7vxTuJioo=
SIZE (bokeh-3.0.3.tar.gz) = 15520444

View File

@ -0,0 +1,28 @@
Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -1,10 +1,10 @@
[build-system]
-requires = ["setuptools>=64", "setuptools-git-versioning", "colorama"]
+requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"
[project]
name = "bokeh"
-dynamic = ["version"]
+version = "3.0.3"
description = "Interactive plots and applications in the browser from Python"
readme = "README.md"
requires-python = ">=3.8"
@@ -65,11 +65,6 @@ bokeh = "bokeh.__main__:main"
[tool.setuptools.packages.find]
where = ["src"]
-
-[tool.setuptools-git-versioning]
-enabled = true
-dev_template = "{tag}+{ccount}.g{sha}"
-dirty_template = "{tag}+{ccount}.g{sha}.dirty"
[tool.pytest.ini_options]
asyncio_mode = "strict"

File diff suppressed because it is too large Load Diff