Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [UPDATE] py-rst2ansi bugfix
To:
Paul Galbraith <paul@galbraiths.ca>
Cc:
ports@openbsd.org
Date:
Mon, 3 Nov 2025 17:51:15 +0000

Download raw body.

Thread
thanks, fix committed

On 2025/11/03 10:34, Paul Galbraith wrote:
> 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