pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-vdirsyncer
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 17 10:47:28 UTC 2026
Modified Files:
pkgsrc/time/py-vdirsyncer: distinfo
pkgsrc/time/py-vdirsyncer/patches: patch-docs_conf.py
Log Message:
py-vdirsyncer: use upstream version of setuptools fix
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/time/py-vdirsyncer/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-vdirsyncer/patches/patch-docs_conf.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/py-vdirsyncer/distinfo
diff -u pkgsrc/time/py-vdirsyncer/distinfo:1.53 pkgsrc/time/py-vdirsyncer/distinfo:1.54
--- pkgsrc/time/py-vdirsyncer/distinfo:1.53 Tue Feb 17 08:41:47 2026
+++ pkgsrc/time/py-vdirsyncer/distinfo Tue Feb 17 10:47:28 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2026/02/17 08:41:47 wiz Exp $
+$NetBSD: distinfo,v 1.54 2026/02/17 10:47:28 wiz Exp $
BLAKE2s (vdirsyncer-0.20.0.tar.gz) = 46ae76042fb6fa7c84eb8dde0286decb153a715ace310f6510c325ba45b880d2
SHA512 (vdirsyncer-0.20.0.tar.gz) = 8499440ce8ba036d40f5bbff9d7cadb485be8bb2419d1fbad947f244259dabba9f2527ffff24298f697dd10e6ccd39155ea9547a480c584f64da0eadb993dad7
Size (vdirsyncer-0.20.0.tar.gz) = 126633 bytes
-SHA1 (patch-docs_conf.py) = 436482f3abef1c926ed066682d1b248f9a76ec0b
+SHA1 (patch-docs_conf.py) = 0023c8cafce79385329c6be95a24dec2242531c6
Index: pkgsrc/time/py-vdirsyncer/patches/patch-docs_conf.py
diff -u pkgsrc/time/py-vdirsyncer/patches/patch-docs_conf.py:1.3 pkgsrc/time/py-vdirsyncer/patches/patch-docs_conf.py:1.4
--- pkgsrc/time/py-vdirsyncer/patches/patch-docs_conf.py:1.3 Tue Feb 17 08:41:47 2026
+++ pkgsrc/time/py-vdirsyncer/patches/patch-docs_conf.py Tue Feb 17 10:47:28 2026
@@ -1,7 +1,7 @@
-$NetBSD: patch-docs_conf.py,v 1.3 2026/02/17 08:41:47 wiz Exp $
+$NetBSD: patch-docs_conf.py,v 1.4 2026/02/17 10:47:28 wiz Exp $
Fix setuptools 82 compat.
-https://github.com/pimutils/vdirsyncer/issues/1062
+https://github.com/pimutils/vdirsyncer/commit/5c470a0933d4dcd291fb38f62cff1a504277762a
--- docs/conf.py.orig 2025-08-28 20:57:38.000000000 +0000
+++ docs/conf.py
@@ -10,7 +10,7 @@ https://github.com/pimutils/vdirsyncer/i
import os
-from pkg_resources import get_distribution
-+from importlib.metadata import version
++import vdirsyncer
extensions = ["sphinx.ext.autodoc"]
@@ -19,7 +19,7 @@ https://github.com/pimutils/vdirsyncer/i
)
-release = get_distribution("vdirsyncer").version
-+release = version('vdirsyncer')
++release = vdirsyncer.__version__
version = ".".join(release.split(".")[:2]) # The short X.Y version.
rst_epilog = ".. |vdirsyncer_version| replace:: %s" % release
Home |
Main Index |
Thread Index |
Old Index