From 5ea5f6496820b08c3f77661a34f46c7394fd6a25 Mon Sep 17 00:00:00 2001 From: rookiejet Date: Sun, 6 Sep 2026 13:20:26 -0400 Subject: [PATCH 1/3] python3-tenacity: update to 9.1.4. --- srcpkgs/python3-tenacity/template | 10 +++++----- srcpkgs/vdirsyncer/template | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-tenacity/template b/srcpkgs/python3-tenacity/template index ea347fc9dbdc39..39aa61e7e84a7b 100644 --- a/srcpkgs/python3-tenacity/template +++ b/srcpkgs/python3-tenacity/template @@ -1,15 +1,15 @@ # Template file for 'python3-tenacity' pkgname=python3-tenacity -version=8.2.2 -revision=4 +version=9.1.4 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm python3-wheel" -depends="python3-Sphinx python3-tornado python3-typeguard" -checkdepends="python3-pytest ${depends}" +depends="python3" +checkdepends="python3-pytest python3-tornado python3-typeguard" short_desc="General-purpose retrying library for Python" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/jd/tenacity" changelog="https://tenacity.readthedocs.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/t/tenacity/tenacity-${version}.tar.gz" -checksum=43af037822bd0029025877f3b2d97cc4d7bb0c2991000a3d59d71517c5c969e0 +checksum=adb31d4c263f2bd041081ab33b498309a57c77f9acf2db65aadf0898179cf93a diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index eec0125652eff1..cd3a438ba958f5 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -5,7 +5,7 @@ revision=2 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm" depends="python3-click python3-click-log python3-requests python3-aiohttp - python3-aiostream" + python3-aiostream python3-tenacity" checkdepends="python3-pytest-xdist python3-pytest-asyncio python3-trustme python3-aioresponses python3-pytest-httpserver python3-hypothesis python3-pytest-cov $depends" From a4530b5c5e815cb238d0f25e1b228adf748481e1 Mon Sep 17 00:00:00 2001 From: rookiejet Date: Fri, 8 Aug 2025 16:39:47 -0400 Subject: [PATCH 2/3] vdirsyncer: update to 0.21.0. --- srcpkgs/vdirsyncer/template | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index cd3a438ba958f5..10b11df1a46140 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -1,9 +1,10 @@ # Template file for 'vdirsyncer' pkgname=vdirsyncer -version=0.20.0 -revision=2 +version=0.21.0 +revision=1 build_style=python3-pep517 -hostmakedepends="python3-setuptools_scm" +make_check_args="--ignore=tests/storage/test_http.py --ignore=tests/storage/test_http_with_singlefile.py" +hostmakedepends="python3-setuptools_scm python3-Sphinx" depends="python3-click python3-click-log python3-requests python3-aiohttp python3-aiostream python3-tenacity" checkdepends="python3-pytest-xdist python3-pytest-asyncio python3-trustme @@ -15,9 +16,15 @@ license="BSD-3-Clause" homepage="https://vdirsyncer.pimutils.org/" changelog="https://github.com/pimutils/vdirsyncer/raw/main/CHANGELOG.rst" distfiles="${PYPI_SITE}/v/vdirsyncer/vdirsyncer-${version}.tar.gz" -checksum=feb1a533500a95c14fd155733a1056fe359192553d82c07c6ba04fcbfc40b12d +checksum=b6ac040b880da6758f65c17a369572f62e7323be8d21cd330c26fa134d1b1373 + +post_build() { + PYTHONPATH="${PWD}/build/lib:$PYTHONPATH" \ + sphinx-build -b man docs/ build/ +} post_install() { + vman build/vdirsyncer.1 vsconf config.example vlicense LICENSE } From f0a89faf1f5925051eba80efffd918c1a2abe0b9 Mon Sep 17 00:00:00 2001 From: rookiejet Date: Sun, 6 Sep 2026 16:26:47 -0400 Subject: [PATCH 3/3] python3-plotly: add missing dependency python3-packaging --- srcpkgs/python3-plotly/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template index 24fa0413aebf7b..5546a5ad04be81 100644 --- a/srcpkgs/python3-plotly/template +++ b/srcpkgs/python3-plotly/template @@ -1,10 +1,10 @@ # Template file for 'python3-plotly' pkgname=python3-plotly version=5.24.1 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat python3-tenacity" +depends="python3-six python3-requests python3-pytz python3-decorator python3-jupyter_nbformat python3-tenacity python3-packaging" short_desc="Python plotting library for collaborative, interactive graphs" maintainer="pulux " license="MIT"