pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gi-docgen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 18 07:17:39 UTC 2023

Modified Files:
        pkgsrc/devel/py-gi-docgen: Makefile

Log Message:
py-gi-docgen: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-gi-docgen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-gi-docgen/Makefile
diff -u pkgsrc/devel/py-gi-docgen/Makefile:1.7 pkgsrc/devel/py-gi-docgen/Makefile:1.8
--- pkgsrc/devel/py-gi-docgen/Makefile:1.7      Thu Dec  7 20:05:10 2023
+++ pkgsrc/devel/py-gi-docgen/Makefile  Mon Dec 18 07:17:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/12/07 20:05:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/12/18 07:17:38 wiz Exp $
 
 DISTNAME=      gi-docgen-2023.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,13 +11,14 @@ HOMEPAGE=   https://gitlab.gnome.org/GNOME
 COMMENT=       Documentation tool for GObject-based libraries
 LICENSE=       gnu-gpl-v3 AND apache-2.0 AND cc0-1.0-universal
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-markdown>=3.2:../../textproc/py-markdown
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=1:../../textproc/py-markupsafe
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-typogrify>=2:../../textproc/py-typogrify
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index