Received: by mail.netbsd.org (Postfix, from userid 605) id 1D57384E9A; Sat, 20 Jan 2024 16:19:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A4D484E97 for ; Sat, 20 Jan 2024 16:19:15 +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 izt2gRymJVff for ; Sat, 20 Jan 2024 16:19:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9EBE984D26 for ; Sat, 20 Jan 2024 16:19:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 993FDFA42; Sat, 20 Jan 2024 16:19:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705767554113040" MIME-Version: 1.0 Date: Sat, 20 Jan 2024 16:19:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-jwcrypto To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240120161914.993FDFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705767554113040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 20 16:19:14 UTC 2024 Modified Files: pkgsrc/www/py-jwcrypto: Makefile Log Message: py-jwcrypto: add missing tools To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-jwcrypto/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705767554113040 Content-Disposition: inline Content-Length: 824 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-jwcrypto/Makefile diff -u pkgsrc/www/py-jwcrypto/Makefile:1.5 pkgsrc/www/py-jwcrypto/Makefile:1.6 --- pkgsrc/www/py-jwcrypto/Makefile:1.5 Thu Jan 4 22:29:23 2024 +++ pkgsrc/www/py-jwcrypto/Makefile Sat Jan 20 16:19:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2024/01/04 22:29:23 adam Exp $ +# $NetBSD: Makefile,v 1.6 2024/01/20 16:19:14 wiz Exp $ DISTNAME= jwcrypto-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/latchset/jw COMMENT= Implementation of JOSE Web standards LICENSE= gnu-lgpl-v3 +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-deprecated-[0-9]*:../../devel/py-deprecated USE_LANGUAGES= # none --_----------=_1705767554113040--