diff --git a/math/py-arviz-plots/Makefile b/math/py-arviz-plots/Makefile index 388347c4ef05..017331836f05 100644 --- a/math/py-arviz-plots/Makefile +++ b/math/py-arviz-plots/Makefile @@ -1,42 +1,42 @@ PORTNAME= arviz-plots DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Ready to use and composable plots for Bayesian Workflow WWW= https://python.arviz.org/projects/plots/en/latest/ \ https://github.com/arviz-devs/arviz-plots LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arviz-base>=1.0.0:math/py-arviz-base@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}arviz-stats>=1.0.0:math/py-arviz-stats@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.9:math/py-matplotlib@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h5netcdf>0:science/py-h5netcdf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} USES= python USE_PYTHON= pep517 concurrent autoplist pytest USE_GITHUB= yes GH_ACCOUNT= arviz-devs NO_ARCH= yes TEST_ARGS= -p no:benchmark -p no:xdist -p no:relaxed \ -W ignore::RuntimeWarning \ --ignore=tests/test_plotly.py \ --ignore=tests/test_backend.py TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ MPLBACKEND=Agg PYTEST_IGNORED_TESTS= bokeh plotly # tests as of 1.0.0: 367 passed, 1 skipped, 276 deselected, 1 warning in 179.40s (0:02:59) .include diff --git a/math/py-arviz-plots/distinfo b/math/py-arviz-plots/distinfo index ab20800ed7d3..e61eeddab7ca 100644 --- a/math/py-arviz-plots/distinfo +++ b/math/py-arviz-plots/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776438805 -SHA256 (arviz-devs-arviz-plots-v1.0.0_GH0.tar.gz) = 233e836e2ebf292ea9510ac06e5a4f75eb8c46d1e3ec62d5f84a561a2a8375b9 -SIZE (arviz-devs-arviz-plots-v1.0.0_GH0.tar.gz) = 11258646 +TIMESTAMP = 1777008333 +SHA256 (arviz-devs-arviz-plots-v1.1.0_GH0.tar.gz) = a8967d6f42a3bda67811d6cd357f362e19ee6e522f5f0ea4584a8949bfb152ab +SIZE (arviz-devs-arviz-plots-v1.1.0_GH0.tar.gz) = 11513456 diff --git a/math/py-arviz-plots/files/patch-tests_conftest.py b/math/py-arviz-plots/files/patch-tests_conftest.py index 69a2de6b9b5e..be2559b1974c 100644 --- a/math/py-arviz-plots/files/patch-tests_conftest.py +++ b/math/py-arviz-plots/files/patch-tests_conftest.py @@ -1,11 +1,11 @@ ---- tests/conftest.py.orig 2026-04-17 17:07:02 UTC +--- tests/conftest.py.orig 2025-04-17 17:07:02 UTC +++ tests/conftest.py -@@ -16,7 +16,7 @@ _log = logging.getLogger("arviz_plots") +@@ -13,7 +13,7 @@ _log = logging.getLogger("arviz_plots") _log = logging.getLogger("arviz_plots") --settings.register_profile("fast", deadline=3000, max_examples=20) -+settings.register_profile("fast", deadline=None, max_examples=20) - settings.register_profile("chron", deadline=3000, max_examples=500) +-settings.register_profile("fast", deadline=5000, max_examples=15) ++settings.register_profile("fast", deadline=None, max_examples=15) + settings.register_profile("chron", deadline=5000, max_examples=500) settings.load_profile(os.getenv("HYPOTHESIS_PROFILE", "fast"))