pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/xmlada
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 10 19:26:18 UTC 2022
Modified Files:
pkgsrc/textproc/xmlada: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/xmlada/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/xmlada/Makefile
diff -u pkgsrc/textproc/xmlada/Makefile:1.26 pkgsrc/textproc/xmlada/Makefile:1.27
--- pkgsrc/textproc/xmlada/Makefile:1.26 Thu Jun 30 11:18:55 2022
+++ pkgsrc/textproc/xmlada/Makefile Sun Jul 10 19:26:17 2022
@@ -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:
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