summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-07-10 19:26:17 +0000
committerwiz <wiz@pkgsrc.org>2022-07-10 19:26:17 +0000
commitdc755e91ce90912871766ea612afe1145c048339 (patch)
treee069544bb9c10881db52094d1a311e33f6043241 /textproc
parent6b5697f4e15374d7fbc9ec9d552ca6248335b54c (diff)
downloadpkgsrc-dc755e91ce90912871766ea612afe1145c048339.tar.gz
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
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlada/Makefile8
1 files changed, 5 insertions, 3 deletions
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