pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/py-jedi



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.

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



Home | Main Index | Thread Index | Old Index