Date: Tue, 21 Sep 2021 03:48:38 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e744b2a66784 - main - devel/py-executing: Add py-executing 0.8.1 Message-ID: <202109210348.18L3mcZu017051@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e744b2a66784ab8d3ab24b094ce54c07faddbd7b commit e744b2a66784ab8d3ab24b094ce54c07faddbd7b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:06:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:35:07 +0000 devel/py-executing: Add py-executing 0.8.1 This mini-package lets you get information about what a frame is currently doing, particularly the AST node being executed. WWW: https://github.com/alexmojaki/executing --- devel/Makefile | 1 + devel/py-executing/Makefile | 22 ++++++++++++++++++++++ devel/py-executing/distinfo | 3 +++ devel/py-executing/pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 42d9504d02fa..b3d742cdcf54 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4441,6 +4441,7 @@ SUBDIR += py-eventlib SUBDIR += py-ewmh SUBDIR += py-exam + SUBDIR += py-executing SUBDIR += py-expiringdict SUBDIR += py-extras SUBDIR += py-extremes diff --git a/devel/py-executing/Makefile b/devel/py-executing/Makefile new file mode 100644 index 000000000000..d4cba6d76ee8 --- /dev/null +++ b/devel/py-executing/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= executing +PORTVERSION= 0.8.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Get the currently executing AST node of a frame, and other information + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-executing/distinfo b/devel/py-executing/distinfo new file mode 100644 index 000000000000..efe3cf1d60f6 --- /dev/null +++ b/devel/py-executing/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632036824 +SHA256 (executing-0.8.1.tar.gz) = f3dd49578371a633bd1ff5ca0af4afad65e6d549a06eb35ef20df198eced58ef +SIZE (executing-0.8.1.tar.gz) = 481558 diff --git a/devel/py-executing/pkg-descr b/devel/py-executing/pkg-descr new file mode 100644 index 000000000000..22b845122199 --- /dev/null +++ b/devel/py-executing/pkg-descr @@ -0,0 +1,4 @@ +This mini-package lets you get information about what a frame is currently +doing, particularly the AST node being executed. + +WWW: https://github.com/alexmojaki/executing
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210348.18L3mcZu017051>