pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
reuse-tool: Update to 6.2.0
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Wed Feb 11 17:31:12 2026 +0100
Changeset: d89f2ea9d7e03616f1da40142f741a333df02908
Modified Files:
reuse-tool/COMMIT_MSG
reuse-tool/Makefile
reuse-tool/PLIST
reuse-tool/distinfo
reuse-tool/patches/patch-docs_conf.py
Log Message:
reuse-tool: Update to 6.2.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d89f2ea9d7e03616f1da40142f741a333df02908
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
reuse-tool/COMMIT_MSG | 2 +-
reuse-tool/Makefile | 18 ++++++++----------
reuse-tool/PLIST | 14 +++++++++-----
reuse-tool/distinfo | 8 ++++----
reuse-tool/patches/patch-docs_conf.py | 12 +++++++++---
5 files changed, 31 insertions(+), 23 deletions(-)
diffs:
diff --git a/reuse-tool/COMMIT_MSG b/reuse-tool/COMMIT_MSG
index 22329f8c0b..3cc50cc8ca 100644
--- a/reuse-tool/COMMIT_MSG
+++ b/reuse-tool/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/reuse-tool: Add reuse-tool version 5.0.2
+devel/reuse-tool: Add reuse-tool version 6.2.0
Tool for compliance with the REUSE recommendations.
diff --git a/reuse-tool/Makefile b/reuse-tool/Makefile
index e461b4d720..e709b7baf9 100644
--- a/reuse-tool/Makefile
+++ b/reuse-tool/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= reuse-tool-5.0.2
+DISTNAME= reuse-tool-6.2.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=fsfe/}
GITHUB_PROJECT= reuse-tool
@@ -14,15 +14,13 @@ LICENSE= apache-2.0 AND gnu-gpl-v3 AND cc-by-sa-v4.0 AND cc0-1.0-universal
USE_LANGUAGES= # none
TOOL_DEPENDS+= ${PYPKGPREFIX}-myst-parser>=3.0.1:../../textproc/py-myst-parser
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=6.0.0:../../devel/py-pbr
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.9.0:../../devel/py-poetry-core
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.3.7:../../textproc/py-sphinx
-DEPENDS+= ${PYPKGPREFIX}-attrs>=21.3:../../devel/py-attrs
-DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0.4.4:../../devel/py-binaryornot
-DEPENDS+= ${PYPKGPREFIX}-click>=8.1.7:../../devel/py-click
-DEPENDS+= ${PYPKGPREFIX}-debian>=0.1.34<0.1.45:../../wip/py-debian
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.1.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=4.0.0:../../textproc/py-sphinx
+DEPENDS+= ${PYPKGPREFIX}-attrs>=23.2:../../devel/py-attrs
+DEPENDS+= ${PYPKGPREFIX}-click>=8.1:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-debian>=0.1.48:../../wip/py-debian
DEPENDS+= ${PYPKGPREFIX}-boolean.py>=3.8.0:../../devel/py-boolean.py
-DEPENDS+= ${PYPKGPREFIX}-license-expression>=1.0:../../devel/py-license-expression
+DEPENDS+= ${PYPKGPREFIX}-license-expression>=21.6.14:../../devel/py-license-expression
DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0.0:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-tomlkit>=0.8:../../textproc/py-tomlkit
@@ -30,7 +28,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
post-build:
cd ${WRKSRC}/docs && env ${MAKE_ENV} \
- sphinx-build-${PYVERSSUFFIX} -D release=${PKGVERSION_NOREV} -D today="2024-07-08" -b man "." "_build"
+ sphinx-build-${PYVERSSUFFIX} -D release=${PKGVERSION_NOREV} -D today="2025-10-27" -b man "." "_build"
post-install:
for manpage in \
diff --git a/reuse-tool/PLIST b/reuse-tool/PLIST
index 2e19f02d39..b16b48970d 100644
--- a/reuse-tool/PLIST
+++ b/reuse-tool/PLIST
@@ -1,10 +1,10 @@
@comment $NetBSD$
bin/reuse
-${PYSITELIB}/reuse-${PKGVERSION}.dist-info/AUTHORS.rst
-${PYSITELIB}/reuse-${PKGVERSION}.dist-info/LICENSES/Apache-2.0.txt
-${PYSITELIB}/reuse-${PKGVERSION}.dist-info/LICENSES/CC-BY-SA-4.0.txt
-${PYSITELIB}/reuse-${PKGVERSION}.dist-info/LICENSES/CC0-1.0.txt
-${PYSITELIB}/reuse-${PKGVERSION}.dist-info/LICENSES/GPL-3.0-or-later.txt
+${PYSITELIB}/reuse-${PKGVERSION}.dist-info/licenses/AUTHORS.rst
+${PYSITELIB}/reuse-${PKGVERSION}.dist-info/licenses/LICENSES/Apache-2.0.txt
+${PYSITELIB}/reuse-${PKGVERSION}.dist-info/licenses/LICENSES/CC-BY-SA-4.0.txt
+${PYSITELIB}/reuse-${PKGVERSION}.dist-info/licenses/LICENSES/CC0-1.0.txt
+${PYSITELIB}/reuse-${PKGVERSION}.dist-info/licenses/LICENSES/GPL-3.0-or-later.txt
${PYSITELIB}/reuse-${PKGVERSION}.dist-info/METADATA
${PYSITELIB}/reuse-${PKGVERSION}.dist-info/RECORD
${PYSITELIB}/reuse-${PKGVERSION}.dist-info/WHEEL
@@ -87,6 +87,7 @@ ${PYSITELIB}/reuse/i18n.pyo
${PYSITELIB}/reuse/lint.py
${PYSITELIB}/reuse/lint.pyc
${PYSITELIB}/reuse/lint.pyo
+${PYSITELIB}/reuse/locale/aln/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/cs/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/de/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/eo/LC_MESSAGES/reuse.mo
@@ -94,12 +95,15 @@ ${PYSITELIB}/reuse/locale/es/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/fr/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/gl/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/it/LC_MESSAGES/reuse.mo
+${PYSITELIB}/reuse/locale/ja/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/nl/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/pt/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/ru/LC_MESSAGES/reuse.mo
+${PYSITELIB}/reuse/locale/sq/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/sv/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/tr/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/locale/uk/LC_MESSAGES/reuse.mo
+${PYSITELIB}/reuse/locale/zh_Hant/LC_MESSAGES/reuse.mo
${PYSITELIB}/reuse/project.py
${PYSITELIB}/reuse/project.pyc
${PYSITELIB}/reuse/project.pyo
diff --git a/reuse-tool/distinfo b/reuse-tool/distinfo
index ac883e5f3b..db7b02ff7d 100644
--- a/reuse-tool/distinfo
+++ b/reuse-tool/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-BLAKE2s (reuse-tool-5.0.2.tar.gz) = 01e27295a32353cf8820f5d31db25e6bd331314c7026a039372962394d13bed3
-SHA512 (reuse-tool-5.0.2.tar.gz) = 472048dcb16df330478727278de593e6e102fe224d7acd485666d3d2ceb49725426e008e1c116c41acea3c767de347cf5e4775c1471cb287c5d594860db75a5a
-Size (reuse-tool-5.0.2.tar.gz) = 398518 bytes
-SHA1 (patch-docs_conf.py) = 5616d9c3168e5e370788fb470b37a6b1b0556a01
+BLAKE2s (reuse-tool-6.2.0.tar.gz) = b19c192d95dc2960f98e0424ce3a2be15183941d80b42a583561da4b643d0269
+SHA512 (reuse-tool-6.2.0.tar.gz) = 946b3a1e908976c3c54749a77c8dbff2e7cffdfd44e92c208aee2faeec5ac79bfe29e28f630b58fe7dd9b4e27945f91b176d984de8575593087d22f7e6b3ec3f
+Size (reuse-tool-6.2.0.tar.gz) = 507943 bytes
+SHA1 (patch-docs_conf.py) = e93a4109cdb7dc47c48d17081c0d31aac5c13228
diff --git a/reuse-tool/patches/patch-docs_conf.py b/reuse-tool/patches/patch-docs_conf.py
index 70551bed08..aaeec56451 100644
--- a/reuse-tool/patches/patch-docs_conf.py
+++ b/reuse-tool/patches/patch-docs_conf.py
@@ -4,10 +4,13 @@ Disable "apidoc" (not required for building man pages).
Disable "intersphinx_mapping" (wants do fetch stuff from network).
pkgsrc-wip package for py-furo is broken (not required for building man pages).
---- docs/conf.py.orig 2024-11-14 09:32:08.000000000 +0000
+--- docs/conf.py.orig 2025-10-27 15:21:36.000000000 +0000
+++ docs/conf.py
-@@ -52,29 +52,15 @@ extensions = [
- "sphinx.ext.intersphinx",
+@@ -49,35 +49,17 @@ language = "en"
+ extensions = [
+ "myst_parser",
+ "sphinx.ext.autodoc",
+- "sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
- "sphinxcontrib.apidoc",
@@ -28,6 +31,9 @@ pkgsrc-wip package for py-furo is broken (not required for building man pages).
-autodoc_member_order = "bysource"
-
-intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
+-
+-# Auto-generate header anchors up to 3 headings deep.
+-myst_heading_anchors = 3
-
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Home |
Main Index |
Thread Index |
Old Index