Received: by mail.netbsd.org (Postfix, from userid 605) id AA5D884CE1; Sat, 22 May 2021 09:55:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E364184CE1 for ; Sat, 22 May 2021 09:55:26 +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 3cyJJiEhvlXY for ; Sat, 22 May 2021 09:55:26 +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 3E55384C86 for ; Sat, 22 May 2021 09:55:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B4CFFA95; Sat, 22 May 2021 09:55:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621677326163760" MIME-Version: 1.0 Date: Sat, 22 May 2021 09:55:26 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/py-daemon To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210522095526.2B4CFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621677326163760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat May 22 09:55:26 UTC 2021 Modified Files: pkgsrc/devel/py-daemon: Makefile Log Message: py-daemon: add missing dependency To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-daemon/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621677326163760 Content-Disposition: inline Content-Length: 898 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-daemon/Makefile diff -u pkgsrc/devel/py-daemon/Makefile:1.17 pkgsrc/devel/py-daemon/Makefile:1.18 --- pkgsrc/devel/py-daemon/Makefile:1.17 Sat May 8 09:16:15 2021 +++ pkgsrc/devel/py-daemon/Makefile Sat May 22 09:55:25 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2021/05/08 09:16:15 adam Exp $ +# $NetBSD: Makefile,v 1.18 2021/05/22 09:55:25 nia Exp $ DISTNAME= python-daemon-2.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -10,6 +10,7 @@ HOMEPAGE= https://pagure.io/python-daemo COMMENT= Library to implement a well-behaved Unix daemon process LICENSE= gnu-gpl-v2 +TOOL_DEPENDS+= ${PYPKGPREFIX}-twine-[0-9]*:../../devel/py-twine DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools --_----------=_1621677326163760--