From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id mPL3LG0akGFpPwAAgWs5BA (envelope-from ) for ; Sat, 13 Nov 2021 21:05:01 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id ACSBKG0akGF2bAAAbx9fmQ (envelope-from ) for ; Sat, 13 Nov 2021 20:05:01 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 578E43186F for ; Sat, 13 Nov 2021 21:05:01 +0100 (CET) Received: from localhost ([::1]:39092 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mlzGk-0005Wu-4N for larch@yhetil.org; Sat, 13 Nov 2021 15:04:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33158) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlzFs-0004ra-ON for guix-patches@gnu.org; Sat, 13 Nov 2021 15:04:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36662) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mlzFs-000817-GR for guix-patches@gnu.org; Sat, 13 Nov 2021 15:04:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mlzFs-0001KL-BK for guix-patches@gnu.org; Sat, 13 Nov 2021 15:04:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51314] [PATCH v2 08/24] gnu: Add python-executing. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 13 Nov 2021 20:04:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51314 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51314@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 51314-submit@debbugs.gnu.org id=B51314.16368338144945 (code B ref 51314); Sat, 13 Nov 2021 20:04:04 +0000 Received: (at 51314) by debbugs.gnu.org; 13 Nov 2021 20:03:34 +0000 Received: from localhost ([127.0.0.1]:48176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlzFN-0001Hh-Kz for submit@debbugs.gnu.org; Sat, 13 Nov 2021 15:03:33 -0500 Received: from mout01.posteo.de ([185.67.36.65]:56047) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlzFD-0001Gm-MF for 51314@debbugs.gnu.org; Sat, 13 Nov 2021 15:03:32 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 1F4CB240027 for <51314@debbugs.gnu.org>; Sat, 13 Nov 2021 21:03:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1636833798; bh=GzZlbLNpC8bgl7GYnveTPvlZz8WpU6vhdtA7EYB9nQA=; h=From:To:Cc:Subject:Date:From; b=ZUS2SmruYuDmB13XJgFgSMnzCh6aVHErEXbZHV243eBjjcJDRhmw2dyoxIbluplqI q5UMar1oo3F86iYljOkYSDgwdCEnv2/vbvmKtMq3426YPNJ01ZCMlBMPvAs/WCFKeu QYD0RSjPGaqMTk0EA4YrggNtb0FfjzZsxCDEer2Nab1IjJjVeSdI3sWqqqx4Ch5wa5 nZRnfoEcqfxp1tN0wWJCLdjWVIp9mT+hHxfXBO5ZZUSxr4g7XaAxGZXUXDYutzU6pq UVme2zmLiQv8/2aaBOW2IwIbxN7EJPGFHwGyCuhLYb9F0TQ9MDbQtjm3GSvysC72Gj dYYb9mAag7SbQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Hs5x05pL2z6tnx; Sat, 13 Nov 2021 21:03:16 +0100 (CET) From: Vinicius Monego Date: Sat, 13 Nov 2021 20:02:14 +0000 Message-Id: <20211113200230.192559-8-monego@posteo.net> In-Reply-To: <20211113200230.192559-1-monego@posteo.net> References: <20211113200230.192559-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1636833901; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=/xY+KPpy1UzfzH/PxY9dr0+1vv5qY9pNgyt7BB6PWd4=; b=qGmAPE0YXebzcnhryGAZtbBjK0a7kR71gmouWCFoxW/Wwbx5rIcGLUNrduwRHFD/vP33LC Bp2up7k0pzzuOTqKydhutYiOhRdqd9JK8j7pYeChXsw+Y8bLlIJuzzHcc1c/vbqYhluMtE VHwqiMmPCkBhMW/J2QJjMArWBpb3o5o7hN2p4G+bMJ6b3CbphX5RnhmGnGOELMFAQ7/62K b6HoMeDlr7FTG/uHIny/VkZpEMhGUV459w2RVGq2rdRLHUXtfUVjKUTnBGyKGLW2Z2zTvc 2yKZ2nh6F7an/oJtDAvq9tMDAgWeaimXhplkcrQcsUy+bcR14aGt20R5v3ktDg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1636833901; a=rsa-sha256; cv=none; b=GYorrYT+9+hCqjXLz+Tl15RoU3ssQCHkng6f/H42DeYFXFivf9mxasDqxLtHuMlT2JGatF ym5C1IiY7+R64NQGpJ4JM2t97FyEGUIw2DwjHZCmloAIvDjHbvc8VylwJoH0ZE93LTyb14 gLVaXMeubXJ+74VpVwL4jTC6Lt6lQZpct9kPXFRSlwY/gQe8+JJicmuz+z6PdtjM1OW7Pk MODbQ5BaguJVyfScp+CCjyOKo4R2QJuM/kWzvzhgfihhzcu314YanGUWf0ThTt8SzZWP6D 5L2fO/9gy0HmgDpxL7novX+XiU6hUMoPjh3wz0pfE1Q8qWc1copoG2+KrONFmQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=ZUS2Smru; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.06 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=ZUS2Smru; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 578E43186F X-Spam-Score: 3.06 X-Migadu-Scanner: scn1.migadu.com X-TUID: 7FWf55N4aTmG * gnu/packages/python-xyz.scm (python-executing): New variable. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 534b774f63..19e2159b9b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7101,6 +7101,28 @@ buffer transformation, compression, and decompression functions for use in the tifffile, czifile, and other scientific image input/output modules.") (license license:bsd-3))) +(define-public python-executing + (package + (name "python-executing") + (version "0.8.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "executing" version)) + (sha256 + (base32 "08q0xh9fd8k41sqpp23q6fb9bf7yj4y2q6sv30pj36vvk8pg8fy2")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ; TODO: tests require python-asttokens + (native-inputs + `(("python-setuptools-scm" ,python-setuptools-scm) + ("python-toml" ,python-toml))) + (home-page "https://github.com/alexmojaki/executing") + (synopsis "Get information about what a Python frame is currently doing") + (description "This package lets you get information about what a frame is +currently doing, particularly the AST node being executed.") + (license license:expat))) + (define-public python-roifile (package (name "python-roifile") -- 2.30.2