Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Aug 2024 17:45:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280687] textproc/py-sphinxcontrib-towncrier: causes devel/py-virtualenv to no longer build
Message-ID:  <bug-280687-7788-7PsYj2ZG4x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280687-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280687-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280687

--- Comment #3 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Po-Chuan Hsieh from comment #2)
I understood that from bug 280570, but now you cannot install py-virtualenv
anymore.

As a workaround, I've downgraded the dependency in the py-virtualenv Makefi=
le
to towncrier23 too:

--- a/devel/py-virtualenv/Makefile
+++ b/devel/py-virtualenv/Makefile
@@ -55,7 +55,7 @@ DOCS_BUILD_DEPENDS=3D=20=20
${PYTHON_PKGNAMEPREFIX}click-default-group>=3D1.2.4:devel/py-c
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}sphinx-argparse>=3D0.4:textproc/py-sphinx-argparse@$=
{PY_FLAVOR}
\
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}sphinx>=3D5.3.0:textproc/py-sphinx@${PY_FLAVOR} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}sphinxcontrib-towncrier>=3D0.3.2a0:textproc/py-sphin=
xcontrib-towncrier@${PY_FLAVOR}
\
-=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}towncrier>=3D22.12.0:textproc/py-towncrier@${PY_FLAV=
OR}
+=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}towncrier23>=3D22.12.0:textproc/py-towncrier23@${PY_=
FLAVOR}
 DOCS_BINARY_ALIAS=3D     towncrier=3Dtowncrier-${PYTHON_VER}
 DOCS_PLIST_FILES=3D      share/man/man1/virtualenv.1.gz
 DOCS_PORTDOCS=3D         * .buildinfo

That works for me, but it looks like there aren't many other direct consume=
rs
of the plain towncrier port after that...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280687-7788-7PsYj2ZG4x>