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: adam
Date: Mon Nov 11 16:31:22 UTC 2024
Modified Files:
pkgsrc/editors/py-jedi: Makefile PLIST distinfo
Log Message:
py-jedi: updated to 0.19.2
0.19.2 (2024-11-10)
- Python 3.13 support
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/py-jedi/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/py-jedi/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/py-jedi/distinfo
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.14 pkgsrc/editors/py-jedi/Makefile:1.15
--- pkgsrc/editors/py-jedi/Makefile:1.14 Mon Oct 23 06:37:44 2023
+++ pkgsrc/editors/py-jedi/Makefile Mon Nov 11 16:31:22 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/10/23 06:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/11/11 16:31:22 adam Exp $
-DISTNAME= jedi-0.19.1
+DISTNAME= jedi-0.19.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= editors python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jedi/}
@@ -13,19 +12,15 @@ LICENSE= mit
EXTRACT_USING= bsdtar
-DEPENDS+= ${PYPKGPREFIX}-parso>=0.8.3:../../lang/py-parso
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-parso>=0.8.4:../../lang/py-parso
TEST_DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
TEST_DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX}
-
.include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/editors/py-jedi/PLIST
diff -u pkgsrc/editors/py-jedi/PLIST:1.5 pkgsrc/editors/py-jedi/PLIST:1.6
--- pkgsrc/editors/py-jedi/PLIST:1.5 Thu Nov 18 17:41:54 2021
+++ pkgsrc/editors/py-jedi/PLIST Mon Nov 11 16:31:22 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2021/11/18 17:41:54 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.6 2024/11/11 16:31:22 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/jedi/__init__.py
${PYSITELIB}/jedi/__init__.pyc
${PYSITELIB}/jedi/__init__.pyo
Index: pkgsrc/editors/py-jedi/distinfo
diff -u pkgsrc/editors/py-jedi/distinfo:1.11 pkgsrc/editors/py-jedi/distinfo:1.12
--- pkgsrc/editors/py-jedi/distinfo:1.11 Thu Oct 19 15:42:37 2023
+++ pkgsrc/editors/py-jedi/distinfo Mon Nov 11 16:31:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/10/19 15:42:37 wiz Exp $
+$NetBSD: distinfo,v 1.12 2024/11/11 16:31:22 adam Exp $
-BLAKE2s (jedi-0.19.1.tar.gz) = ae75446657a61174baac2880e38ee44d96539e0a12516edbe4839d438a797566
-SHA512 (jedi-0.19.1.tar.gz) = 221f4d3f15f6b63e5e8d449139e08fba172758154a5a52ee4b3fdb5a8457a00d3006e473770fc200aae50ae0304ba305c512d2f61654868d000a5ffd91b5bfe7
-Size (jedi-0.19.1.tar.gz) = 1227821 bytes
+BLAKE2s (jedi-0.19.2.tar.gz) = 16b05d056d64a8290c752ae1c15358b12d750344c606c5a5427a9fea6a0e915e
+SHA512 (jedi-0.19.2.tar.gz) = 670bfcbde6b5a0fdcf761679e40ce23c5640bb9cc185df6e500c379281de78a8430d74d7e4cc85dd26d5c233a6e3f016f058312beddbb99c6767bb7b8c6b95a9
+Size (jedi-0.19.2.tar.gz) = 1231287 bytes
Home |
Main Index |
Thread Index |
Old Index