From dc755e91ce90912871766ea612afe1145c048339 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 10 Jul 2022 19:26:17 +0000 Subject: xmlada: switch to py-sphinx Also switch to python3. A comment claims this is not supported and this might be true, but I can't test, since this does not build for me. If this breaks the package, please take a look at fixing wip/xmlada --- textproc/xmlada/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile index 9d68beb3c0e..3edcac754f6 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2022/06/30 11:18:55 nia Exp $ +# $NetBSD: Makefile,v 1.27 2022/07/10 19:26:17 wiz Exp $ DISTNAME= xmlada-${XMLADA_VERS} PKGREVISION= 6 @@ -40,8 +40,10 @@ SUBST_SED.docs= -e 's/^all: \(.*\)/all: \1 docs/g' MAKE_ENV+= SPHINXBUILD=${PREFIX}/bin/sphinx-build-${PYVERSSUFFIX} DESTSTATIC= ${DESTDIR}${PREFIX}/lib/xmlada/static -DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx1 -PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.4.0.0 +DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx +# python 2.x support removed from py-sphinx +PYTHON_VERSIONS_INCOMPATIBLE= 27 +#PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.4.0.0 post-install: # There is no reason to install sphinx source files -- cgit v1.2.3