From patchwork Thu Oct 21 04:01:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinicius Monego X-Patchwork-Id: 33977 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3BCF127BBE3; Thu, 21 Oct 2021 05:05:04 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,T_DKIM_INVALID, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0496627BBE1 for ; Thu, 21 Oct 2021 05:05:04 +0100 (BST) Received: from localhost ([::1]:41694 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdPKA-0004Ny-Sa for patchwork@mira.cbaines.net; Thu, 21 Oct 2021 00:05:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39820) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdPJE-0003Ih-HD for guix-patches@gnu.org; Thu, 21 Oct 2021 00:04:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44436) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdPJE-0000Ke-8b for guix-patches@gnu.org; Thu, 21 Oct 2021 00:04:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdPJE-0005eE-4J for guix-patches@gnu.org; Thu, 21 Oct 2021 00:04:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51314] [PATCH 12/29] gnu: Add python-executing. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Oct 2021 04: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.163478900621508 (code B ref 51314); Thu, 21 Oct 2021 04:04:04 +0000 Received: (at 51314) by debbugs.gnu.org; 21 Oct 2021 04:03:26 +0000 Received: from localhost ([127.0.0.1]:55949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdPIc-0005aq-MP for submit@debbugs.gnu.org; Thu, 21 Oct 2021 00:03:26 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57731) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdPIb-0005aP-0F for 51314@debbugs.gnu.org; Thu, 21 Oct 2021 00:03:25 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 163E7240101 for <51314@debbugs.gnu.org>; Thu, 21 Oct 2021 06:03:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1634788999; bh=CuSDAiORPlrbeXdN//snykKj+9PZO201IiUalpcS/zM=; h=From:To:Cc:Subject:Date:From; b=BjGgwR9Lp8E/6bFIhYzdYIN9N1iZP8p2bS/xVVRn45DIrdwSVN5tJI53lqHGomogS bxnL1AQOH7ujq3ZfJp0p96T47fcdJ8azw7+sv07iVXtWCj97p3bIZp1Xnd0iD4BRMZ 0rM+mpwA3BZ9med+n+KgQcAuo+fvcH5RjzngtvdmP/6yhRkVuecsOC8qazfqKBx7gv kLn2C3GzIAwVCh/+FKtoKKTBqVqP6+yH+3sdUOZkKPuSXcsdS5u+DchD6DLfrNpSkF 8F5Xzt/XvpyF5GiiHL1luS7vRsrt0J/p5ZLuOwfwVqlo/kowdrsJ55GJeGrU6DAGCJ RkB1LtpPklfdw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4HZYjy25XVz9rxN; Thu, 21 Oct 2021 06:03:18 +0200 (CEST) From: Vinicius Monego Date: Thu, 21 Oct 2021 04:01:43 +0000 Message-Id: <20211021040200.241873-8-monego@posteo.net> In-Reply-To: <20211021040200.241873-1-monego@posteo.net> References: <20211021040200.241873-1-monego@posteo.net> MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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 20aa6d9970..9c1ad55fbd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7070,6 +7070,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")