pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-ghp-import



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 24 16:55:36 UTC 2024

Modified Files:
        pkgsrc/misc/py-ghp-import: Makefile

Log Message:
py-ghp-import: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/py-ghp-import/Makefile

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

Modified files:

Index: pkgsrc/misc/py-ghp-import/Makefile
diff -u pkgsrc/misc/py-ghp-import/Makefile:1.2 pkgsrc/misc/py-ghp-import/Makefile:1.3
--- pkgsrc/misc/py-ghp-import/Makefile:1.2      Sat Jan 20 09:57:58 2024
+++ pkgsrc/misc/py-ghp-import/Makefile  Wed Jan 24 16:55:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/01/20 09:57:58 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/24 16:55:36 wiz Exp $
 
 DISTNAME=      ghp-import-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/c-w/ghp-imp
 COMMENT=       Copy your docs directly to the gh-pages branch
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8.1:../../time/py-dateutil
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index