pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-executing



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 23 19:25:43 UTC 2022

Added Files:
        pkgsrc/lang/py-executing: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/py-executing/DESCR \
    pkgsrc/lang/py-executing/Makefile pkgsrc/lang/py-executing/PLIST \
    pkgsrc/lang/py-executing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/lang/py-executing/DESCR
diff -u /dev/null pkgsrc/lang/py-executing/DESCR:1.1
--- /dev/null   Sun Jan 23 19:25:43 2022
+++ pkgsrc/lang/py-executing/DESCR      Sun Jan 23 19:25:43 2022
@@ -0,0 +1,2 @@
+This mini-package lets you get information about what a frame is currently
+doing, particularly the AST node being executed.
Index: pkgsrc/lang/py-executing/Makefile
diff -u /dev/null pkgsrc/lang/py-executing/Makefile:1.1
--- /dev/null   Sun Jan 23 19:25:43 2022
+++ pkgsrc/lang/py-executing/Makefile   Sun Jan 23 19:25:43 2022
@@ -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"
Index: pkgsrc/lang/py-executing/PLIST
diff -u /dev/null pkgsrc/lang/py-executing/PLIST:1.1
--- /dev/null   Sun Jan 23 19:25:43 2022
+++ pkgsrc/lang/py-executing/PLIST      Sun Jan 23 19:25:43 2022
@@ -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
Index: pkgsrc/lang/py-executing/distinfo
diff -u /dev/null pkgsrc/lang/py-executing/distinfo:1.1
--- /dev/null   Sun Jan 23 19:25:43 2022
+++ pkgsrc/lang/py-executing/distinfo   Sun Jan 23 19:25:43 2022
@@ -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