Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 629861A923A for ; Tue, 7 Dec 2021 18:03:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 82BEE84ECC; Tue, 7 Dec 2021 18:03:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE78684ECA for ; Tue, 7 Dec 2021 18:03:30 +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 gAWXgStiVgQk for ; Tue, 7 Dec 2021 18:03:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1EE5584D1D for ; Tue, 7 Dec 2021 18:03:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C843FAEC; Tue, 7 Dec 2021 18:03:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638900210164290" MIME-Version: 1.0 Date: Tue, 7 Dec 2021 18:03:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211207180330.1C843FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638900210164290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Dec 7 18:03:30 UTC 2021 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: add some packages To generate a diff of this commit: cvs rdiff -u -r1.3520 -r1.3521 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638900210164290 Content-Disposition: inline Content-Length: 1102 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3520 pkgsrc/devel/Makefile:1.3521 --- pkgsrc/devel/Makefile:1.3520 Mon Dec 6 12:45:04 2021 +++ pkgsrc/devel/Makefile Tue Dec 7 18:03:29 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3520 2021/12/06 12:45:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.3521 2021/12/07 18:03:29 wiz Exp $ # COMMENT= Development utilities @@ -2440,6 +2440,7 @@ SUBDIR+= py-olefile SUBDIR+= py-open-vcdiff SUBDIR+= py-ordered-set SUBDIR+= py-oset +SUBDIR+= py-packageurl SUBDIR+= py-packaging SUBDIR+= py-packaging2 SUBDIR+= py-parameterized @@ -2591,6 +2592,7 @@ SUBDIR+= py-requests-futures SUBDIR+= py-requests-mock SUBDIR+= py-requests-toolbelt SUBDIR+= py-requests-unixsocket +SUBDIR+= py-requirements-parser SUBDIR+= py-resolvelib SUBDIR+= py-restructuredtext_lint SUBDIR+= py-retry_decorator @@ -2681,6 +2683,8 @@ SUBDIR+= py-txaio SUBDIR+= py-txgithub SUBDIR+= py-txrequests SUBDIR+= py-typed-ast +SUBDIR+= py-types-setuptools +SUBDIR+= py-types-toml SUBDIR+= py-typing SUBDIR+= py-typing-extensions SUBDIR+= py-unit --_----------=_1638900210164290--