Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 11:58:36 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5917af396b3d - main - devel/py-pytest-checkdocs: Update to 2.14.0
Message-ID:  <6968d66c.39959.16121307@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5917af396b3d426da34953fb5b7cc21eed067bb0

commit 5917af396b3d426da34953fb5b7cc21eed067bb0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:37:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:53:27 +0000

    devel/py-pytest-checkdocs: Update to 2.14.0
    
    Changes:        https://github.com/jaraco/pytest-checkdocs/blob/main/NEWS.rst
---
 devel/py-pytest-checkdocs/Makefile                 |  2 +-
 devel/py-pytest-checkdocs/distinfo                 |  6 +++---
 .../py-pytest-checkdocs/files/patch-pyproject.toml | 22 ++++++++++++++++++++++
 3 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/devel/py-pytest-checkdocs/Makefile b/devel/py-pytest-checkdocs/Makefile
index 792722019633..7a8735b85100 100644
--- a/devel/py-pytest-checkdocs/Makefile
+++ b/devel/py-pytest-checkdocs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-checkdocs
-PORTVERSION=	2.13.0
+PORTVERSION=	2.14.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pytest-checkdocs/distinfo b/devel/py-pytest-checkdocs/distinfo
index a01bd23e7161..6ccccaa5e930 100644
--- a/devel/py-pytest-checkdocs/distinfo
+++ b/devel/py-pytest-checkdocs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722272060
-SHA256 (pytest_checkdocs-2.13.0.tar.gz) = b0e67169c543986142e15afbc17c772da87fcdb0922c7b1e4f6c60f8769f11f9
-SIZE (pytest_checkdocs-2.13.0.tar.gz) = 8770
+TIMESTAMP = 1767157645
+SHA256 (pytest_checkdocs-2.14.0.tar.gz) = 367805c63392bd50853f9cae35caa2d2888fce06002ddf88d74830494b828e12
+SIZE (pytest_checkdocs-2.14.0.tar.gz) = 11261
diff --git a/devel/py-pytest-checkdocs/files/patch-pyproject.toml b/devel/py-pytest-checkdocs/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6c1c5fdcb268
--- /dev/null
+++ b/devel/py-pytest-checkdocs/files/patch-pyproject.toml
@@ -0,0 +1,22 @@
+--- pyproject.toml.orig	2025-12-26 21:02:03 UTC
++++ pyproject.toml
+@@ -1,9 +1,7 @@ requires = [
+ [build-system]
+ requires = [
+-	"setuptools>=77",
++	"setuptools>=61",
+ 	"setuptools_scm[toml]>=3.4.1",
+-	# jaraco/skeleton#174
+-	"coherent.licensed",
+ ]
+ build-backend = "setuptools.build_meta"
+ 
+@@ -22,7 +20,7 @@ requires-python = ">=3.9"
+ 	"Framework :: Pytest",
+ ]
+ requires-python = ">=3.9"
+-license = "MIT"
++license = { text = "MIT" }
+ dependencies = [
+ 	"docutils >= 0.15",
+ 	"jaraco.packaging >= 9.5",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d66c.39959.16121307>