From 0ccb5483aa28dde8fd80eae92897cd0a8081435b Mon Sep 17 00:00:00 2001 From: Zoltán Böszörményi Date: Mon, 27 Mar 2023 14:50:00 +0200 Subject: python3-pure-eval: New recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dependency of python3-stack-data. Signed-off-by: Zoltán Böszörményi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pure-eval_0.2.2.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb (limited to 'meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb new file mode 100644 index 0000000000..d2aaa3db41 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pure-eval_0.2.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "Safely evaluate AST nodes without side effects" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf" + +DEPENDS = "python3-setuptools-scm-native" + +PYPI_PACKAGE = "pure_eval" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3" -- cgit v1.2.3-54-g00ecf