Received: by mail.netbsd.org (Postfix, from userid 605) id F315884F29; Fri, 21 Apr 2023 10:34:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A4AE84F0B for ; Fri, 21 Apr 2023 10:34: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 eVOuNhgzy1jM for ; Fri, 21 Apr 2023 10:34:25 +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 78DC184E5B for ; Fri, 21 Apr 2023 10:34:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CD47FA85; Fri, 21 Apr 2023 10:34:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682073265268220" MIME-Version: 1.0 Date: Fri, 21 Apr 2023 10:34:25 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/editors/py-jedi To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20230421103425.6CD47FA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682073265268220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Fri Apr 21 10:34:25 UTC 2023 Modified Files: pkgsrc/editors/py-jedi: Makefile Log Message: Needs bsdtar To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/py-jedi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682073265268220 Content-Disposition: inline Content-Length: 834 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/py-jedi/Makefile diff -u pkgsrc/editors/py-jedi/Makefile:1.10 pkgsrc/editors/py-jedi/Makefile:1.11 --- pkgsrc/editors/py-jedi/Makefile:1.10 Tue Nov 22 13:14:28 2022 +++ pkgsrc/editors/py-jedi/Makefile Fri Apr 21 10:34:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/11/22 13:14:28 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/04/21 10:34:25 joerg Exp $ DISTNAME= jedi-0.18.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/davidhalter COMMENT= Autocompletion tool for Python that can be used for text editors LICENSE= mit +EXTRACT_USING= bsdtar + DEPENDS+= ${PYPKGPREFIX}-parso>=0.8.0:../../lang/py-parso DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama --_----------=_1682073265268220--