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: added version 0.8.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef602a600ef3
branches: trunk
changeset: 372334:ef602a600ef3
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jan 23 19:25:43 2022 +0000
description:
py-executing: added version 0.8.2
This mini-package lets you get information about what a frame is currently
doing, particularly the AST node being executed.
diffstat:
lang/py-executing/DESCR | 2 ++
lang/py-executing/Makefile | 25 +++++++++++++++++++++++++
lang/py-executing/PLIST | 15 +++++++++++++++
lang/py-executing/distinfo | 5 +++++
4 files changed, 47 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r 087dfff3423c -r ef602a600ef3 lang/py-executing/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-executing/DESCR Sun Jan 23 19:25:43 2022 +0000
@@ -0,0 +1,2 @@
+This mini-package lets you get information about what a frame is currently
+doing, particularly the AST node being executed.
diff -r 087dfff3423c -r ef602a600ef3 lang/py-executing/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-executing/Makefile Sun Jan 23 19:25:43 2022 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2022/01/23 19:25:43 adam Exp $
+
+DISTNAME= executing-0.8.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= lang python
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/executing/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/alexmojaki/executing
+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
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 087dfff3423c -r ef602a600ef3 lang/py-executing/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-executing/PLIST Sun Jan 23 19:25:43 2022 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/23 19:25:43 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}/top_level.txt
+${PYSITELIB}/executing/__init__.py
+${PYSITELIB}/executing/__init__.pyc
+${PYSITELIB}/executing/__init__.pyo
+${PYSITELIB}/executing/executing.py
+${PYSITELIB}/executing/executing.pyc
+${PYSITELIB}/executing/executing.pyo
+${PYSITELIB}/executing/version.py
+${PYSITELIB}/executing/version.pyc
+${PYSITELIB}/executing/version.pyo
diff -r 087dfff3423c -r ef602a600ef3 lang/py-executing/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/py-executing/distinfo Sun Jan 23 19:25:43 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/23 19:25:43 adam Exp $
+
+BLAKE2s (executing-0.8.2.tar.gz) = 1d0096880a3e30615ff5f1c813b1d9c911a8d5fbd46bda6cf4eb91c627233b2f
+SHA512 (executing-0.8.2.tar.gz) = 946da482c58a3cda4184aa25c2863d0b87b469f18524e77a0ed048486d3bf37db7c168ed993514e21e2b3ec5364594f09af661baea7074a12c6d83844961484f
+Size (executing-0.8.2.tar.gz) = 481669 bytes
Home |
Main Index |
Thread Index |
Old Index