Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/py-jedi py-jedi: fix PLIST for python != 3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4cacf259d76
branches:  trunk
changeset: 432276:d4cacf259d76
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 20 16:19:22 2020 +0000

description:
py-jedi: fix PLIST for python != 3.7

diffstat:

 editors/py-jedi/PLIST |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8fec9b59ad91 -r d4cacf259d76 editors/py-jedi/PLIST
--- a/editors/py-jedi/PLIST     Wed May 20 16:04:12 2020 +0000
+++ b/editors/py-jedi/PLIST     Wed May 20 16:19:22 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/05/18 08:35:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/05/20 16:19:22 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -254,8 +254,6 @@
 ${PYSITELIB}/jedi/settings.pyc
 ${PYSITELIB}/jedi/settings.pyo
 ${PYSITELIB}/jedi/third_party/typeshed/LICENSE
-${PYSITELIB}/jedi/third_party/typeshed/stdlib/${PYVERSSUFFIX}/contextvars.pyi
-${PYSITELIB}/jedi/third_party/typeshed/stdlib/${PYVERSSUFFIX}/dataclasses.pyi
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi
@@ -622,6 +620,8 @@
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/2and3/zlib.pyi
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/3.6/secrets.pyi
+${PYSITELIB}/jedi/third_party/typeshed/stdlib/3.7/contextvars.pyi
+${PYSITELIB}/jedi/third_party/typeshed/stdlib/3.7/dataclasses.pyi
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/3/_ast.pyi
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/3/_compression.pyi
 ${PYSITELIB}/jedi/third_party/typeshed/stdlib/3/_dummy_thread.pyi



Home | Main Index | Thread Index | Old Index