Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 20:51:10 +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: b5a36e3b9d42 - main - textproc/py-myst-parser: Update version requirement of RUN_DEPENDS
Message-ID:  <6a3ee63e.1f40a.380749e8@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=b5a36e3b9d423b65343004d5ef769d4673446c49

commit b5a36e3b9d423b65343004d5ef769d4673446c49
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:45:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:45:19 +0000

    textproc/py-myst-parser: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 textproc/py-myst-parser/Makefile                   |  3 ++-
 textproc/py-myst-parser/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/textproc/py-myst-parser/Makefile b/textproc/py-myst-parser/Makefile
index 6ad9d6a43f6c..1936324be30f 100644
--- a/textproc/py-myst-parser/Makefile
+++ b/textproc/py-myst-parser/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	myst-parser
 PORTVERSION=	5.1.0
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.20,1<0.23,1:textproc/py-docutils
 		${PYTHON_PKGNAMEPREFIX}markdown-it-py>=4.2<5:textproc/py-markdown-it-py@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mdit-py-plugins>=0.6.1<1:textproc/py-mdit-py-plugins@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sphinx>=5,1<10,1:textproc/py-sphinx@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}sphinx>=8,1<10,1:textproc/py-sphinx@${PY_FLAVOR}
 
 USES=		python:3.11+
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/textproc/py-myst-parser/files/patch-pyproject.toml b/textproc/py-myst-parser/files/patch-pyproject.toml
deleted file mode 100644
index 5a001ce255fb..000000000000
--- a/textproc/py-myst-parser/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2026-01-15 09:08:11 UTC
-+++ pyproject.toml
-@@ -39,7 +39,7 @@ dependencies = [
-     "markdown-it-py~=4.0",
-     "mdit-py-plugins~=0.5",
-     "pyyaml",
--    "sphinx>=8,<10",
-+    "sphinx>=5,<10",
- ]
- 
- [project.urls]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee63e.1f40a.380749e8>