Index | Thread | Search

From:
Paul Galbraith <paul@galbraiths.ca>
Subject:
[UPDATE] py-rst2ansi bugfix
To:
ports@openbsd.org
Date:
Mon, 3 Nov 2025 10:34:06 -0500

Download raw body.

Thread
This fixes a bug (https://github.com/Snaipe/python-rst2ansi/issues/16) 
in rst2ansi, which unnecessarily imports a package that was removed 
during the latest 0.22 update of py-docutils.

? textproc/py-rst2ansi/patches/patch-rst2ansi_ansi_py
? textproc/py-rst2ansi/patches/patch-rst2ansi_visitor_py
Index: textproc/py-rst2ansi/Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-rst2ansi/Makefile,v
diff -u -p -u -p -r1.3 Makefile
--- textproc/py-rst2ansi/Makefile	21 Dec 2024 11:39:04 -0000	1.3
+++ textproc/py-rst2ansi/Makefile	31 Oct 2025 16:22:33 -0000
@@ -4,7 +4,7 @@ MODPY_DISTV =	0.1.5
 DISTNAME =		rst2ansi-${MODPY_DISTV}
 PKGNAME =		py-${DISTNAME}
 CATEGORIES =		textproc
-REVISION =		1
+REVISION =		2
 
 # MIT
 PERMIT_PACKAGE = 	Yes