pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xmlada xmlada: switch to py-sphinx
details: https://anonhg.NetBSD.org/pkgsrc/rev/44f26261ba98
branches: trunk
changeset: 381601:44f26261ba98
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 10 19:26:17 2022 +0000
description:
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:
textproc/xmlada/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 8428cffe29a8 -r 44f26261ba98 textproc/xmlada/Makefile
--- a/textproc/xmlada/Makefile Sun Jul 10 19:25:11 2022 +0000
+++ b/textproc/xmlada/Makefile Sun Jul 10 19:26:17 2022 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index