pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/py-executing py-executing: updated to 1.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9dd97340c9b4
branches: trunk
changeset: 387528:9dd97340c9b4
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 31 17:12:39 2022 +0000
description:
py-executing: updated to 1.2.0
v1.2.0
Use new asttokens.ASTText
v1.1.1
tox is breaking weirdly with too much parallelism
v1.1.0
3.11 in setup.cfg
v1.0.0
Always check linecache
diffstat:
lang/py-executing/Makefile | 16 +++++++++++-----
lang/py-executing/PLIST | 10 +++++++++-
lang/py-executing/distinfo | 8 ++++----
3 files changed, 24 insertions(+), 10 deletions(-)
diffs (77 lines):
diff -r 771350c2bafa -r 9dd97340c9b4 lang/py-executing/Makefile
--- a/lang/py-executing/Makefile Mon Oct 31 15:41:11 2022 +0000
+++ b/lang/py-executing/Makefile Mon Oct 31 17:12:39 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/04/15 17:46:17 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/10/31 17:12:39 adam Exp $
-DISTNAME= executing-0.8.3
+DISTNAME= executing-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/executing/}
@@ -10,14 +10,20 @@
COMMENT= Get the currently executing AST node of a frame, and other information
LICENSE= mit
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>0:../../devel/py-setuptools_scm
-TEST_DEPENDS+= ${PYPKGPREFIX}-asttokens>0:../../lang/py-asttokens
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>0:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TEST_DEPENDS+= ${PYPKGPREFIX}-asttokens-[0-9]*:../../lang/py-asttokens
+TEST_DEPENDS+= ${PYPKGPREFIX}-littleutils-[0-9]*:../../devel/py-littleutils
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 311
+TEST_DEPENDS+= ${PYPKGPREFIX}-rich-[0-9]*:../../comms/py-rich
+.endif
+
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
diff -r 771350c2bafa -r 9dd97340c9b4 lang/py-executing/PLIST
--- a/lang/py-executing/PLIST Mon Oct 31 15:41:11 2022 +0000
+++ b/lang/py-executing/PLIST Mon Oct 31 17:12:39 2022 +0000
@@ -1,15 +1,23 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/23 19:25:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/10/31 17:12:39 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/executing/__init__.py
${PYSITELIB}/executing/__init__.pyc
${PYSITELIB}/executing/__init__.pyo
+${PYSITELIB}/executing/_exceptions.py
+${PYSITELIB}/executing/_exceptions.pyc
+${PYSITELIB}/executing/_exceptions.pyo
+${PYSITELIB}/executing/_position_node_finder.py
+${PYSITELIB}/executing/_position_node_finder.pyc
+${PYSITELIB}/executing/_position_node_finder.pyo
${PYSITELIB}/executing/executing.py
${PYSITELIB}/executing/executing.pyc
${PYSITELIB}/executing/executing.pyo
+${PYSITELIB}/executing/py.typed
${PYSITELIB}/executing/version.py
${PYSITELIB}/executing/version.pyc
${PYSITELIB}/executing/version.pyo
diff -r 771350c2bafa -r 9dd97340c9b4 lang/py-executing/distinfo
--- a/lang/py-executing/distinfo Mon Oct 31 15:41:11 2022 +0000
+++ b/lang/py-executing/distinfo Mon Oct 31 17:12:39 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/04/15 17:46:17 adam Exp $
+$NetBSD: distinfo,v 1.3 2022/10/31 17:12:39 adam Exp $
-BLAKE2s (executing-0.8.3.tar.gz) = c715bdde17016cd265d1ec9e71f2dc2beb8995653ae9c43e694861f99f0e089a
-SHA512 (executing-0.8.3.tar.gz) = ce7b823ff4a8f3b8d80b1c8c78926be1d1523da9fbfcded8bf876079a81222fdfbbb39fa64aadd45589420d369ac6fdba781ad41b8a86055f658065b8864aef7
-Size (executing-0.8.3.tar.gz) = 482046 bytes
+BLAKE2s (executing-1.2.0.tar.gz) = c2623cec90c308d5dd90d83d020b5d9830739688e178a4471889b564b3f78570
+SHA512 (executing-1.2.0.tar.gz) = c5bf5249b8753b38a7028f54da10e78586a7fcf84c065d459b573d09b94ebdbdd106b4b94f049b313019779d9f7a41d21747ff2f8d00d2d8644e61b4002bb839
+Size (executing-1.2.0.tar.gz) = 654544 bytes
Home |
Main Index |
Thread Index |
Old Index