Received: by mail.netbsd.org (Postfix, from userid 605) id EDD0584F13; Wed, 24 Jan 2024 16:55:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A53884F0B for ; Wed, 24 Jan 2024 16:55:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6Xv3MFZ8x3Dg for ; Wed, 24 Jan 2024 16:55:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7D8B284CFF for ; Wed, 24 Jan 2024 16:55:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75732FA42; Wed, 24 Jan 2024 16:55:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706115336265150" MIME-Version: 1.0 Date: Wed, 24 Jan 2024 16:55:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/py-ghp-import To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240124165536.75732FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706115336265150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1706115336265150 Content-Disposition: inline Content-Length: 837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1706115336265150--