pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-markups



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  7 12:11:33 UTC 2023

Modified Files:
        pkgsrc/textproc/py-markups: Makefile

Log Message:
py-markups: added TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-markups/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/py-markups/Makefile
diff -u pkgsrc/textproc/py-markups/Makefile:1.13 pkgsrc/textproc/py-markups/Makefile:1.14
--- pkgsrc/textproc/py-markups/Makefile:1.13    Mon Jul 31 21:58:36 2023
+++ pkgsrc/textproc/py-markups/Makefile Mon Aug  7 12:11:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/07/31 21:58:36 gutteridge Exp $
+# $NetBSD: Makefile,v 1.14 2023/08/07 12:11:32 adam Exp $
 
 DISTNAME=      Markups-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,15 +10,18 @@ HOMEPAGE=   https://github.com/retext-proj
 COMMENT=       Python text markup language wrapper module
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-markdown-math-[0-9]*:../../textproc/py-markdown-math
+# optional
+DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
 # As of 4.0.0, there is also asciidoc support, requiring textproc/asciidoc
 # and textproc/py-lxml. This hasn't been enabled, in part because asciidoc
 # (as packaged) doesn't seem intended to handle multiple Python versions.
 # textproc/py-yaml is also an optional dependency for configurations using
 # YAML.
-DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-DEPENDS+=      ${PYPKGPREFIX}-markdown-math-[0-9]*:../../textproc/py-markdown-math
-DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
-DEPENDS+=      ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index