Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2025 16:14:16 GMT
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: a550169b1147 - main - textproc/py-rich-rst: Update to 1.3.2
Message-ID:  <202510271614.59RGEGvn062060@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=a550169b1147471fe46c5e9ee93c9cf745427f1b

commit a550169b1147471fe46c5e9ee93c9cf745427f1b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-27 15:34:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-27 15:34:13 +0000

    textproc/py-rich-rst: Update to 1.3.2
    
    - Use USES=dos2unix to convert CRLF to LF
    
    Changes:        https://github.com/wasi-master/rich-rst/releases
---
 textproc/py-rich-rst/Makefile                   |  6 +++---
 textproc/py-rich-rst/distinfo                   |  6 +++---
 textproc/py-rich-rst/files/patch-pyproject.toml | 20 ++++++++++++++++++++
 3 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/textproc/py-rich-rst/Makefile b/textproc/py-rich-rst/Makefile
index 5af07ee1c368..a53f2d426913 100644
--- a/textproc/py-rich-rst/Makefile
+++ b/textproc/py-rich-rst/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	rich-rst
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +13,12 @@ WWW=		https://rich-rst.readthedocs.io/en/latest/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR}
 
-USES=		python
+USES=		dos2unix python
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/textproc/py-rich-rst/distinfo b/textproc/py-rich-rst/distinfo
index ae916fac20b9..e1cf67902145 100644
--- a/textproc/py-rich-rst/distinfo
+++ b/textproc/py-rich-rst/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735705201
-SHA256 (rich_rst-1.3.1.tar.gz) = fad46e3ba42785ea8c1785e2ceaa56e0ffa32dbe5410dec432f37e4107c4f383
-SIZE (rich_rst-1.3.1.tar.gz) = 13839
+TIMESTAMP = 1761446762
+SHA256 (rich_rst-1.3.2.tar.gz) = a1196fdddf1e364b02ec68a05e8ff8f6914fee10fbca2e6b6735f166bb0da8d4
+SIZE (rich_rst-1.3.2.tar.gz) = 14936
diff --git a/textproc/py-rich-rst/files/patch-pyproject.toml b/textproc/py-rich-rst/files/patch-pyproject.toml
new file mode 100644
index 000000000000..612c6937a165
--- /dev/null
+++ b/textproc/py-rich-rst/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig	2025-10-27 03:02:48 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+-    "setuptools>=64"
++    "setuptools>=61"
+ ]
+ build-backend = "setuptools.build_meta"
+ 
+@@ -9,8 +9,7 @@ readme = "README.md"
+ version = "1.3.2"
+ description = "A beautiful reStructuredText renderer for rich"
+ readme = "README.md"
+-license = "MIT"
+-license-files = ["LICENSE"]
++license = {text = "MIT"}
+ authors = [
+     { name = "Wasi Master", email = "arianmollik323@gmail.com" }
+ ]


home | help

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