pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-doctor
Module Name: pkgsrc
Committed By: adam
Date: Mon Dec 4 06:08:54 UTC 2023
Modified Files:
pkgsrc/devel/py-doctor: Makefile
Log Message:
py-doctor: add TOOL_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-doctor/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-doctor/Makefile
diff -u pkgsrc/devel/py-doctor/Makefile:1.25 pkgsrc/devel/py-doctor/Makefile:1.26
--- pkgsrc/devel/py-doctor/Makefile:1.25 Mon Dec 4 06:07:50 2023
+++ pkgsrc/devel/py-doctor/Makefile Mon Dec 4 06:08:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2023/12/04 06:07:50 adam Exp $
+# $NetBSD: Makefile,v 1.26 2023/12/04 06:08:54 adam Exp $
DISTNAME= pydoctor-23.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/twisted/pyd
COMMENT= Python API document generator
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
DEPENDS+= ${PYPKGPREFIX}-astor>=0.8.1:../../devel/py-astor
DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
Home |
Main Index |
Thread Index |
Old Index