From patchwork Thu Jun 11 15:13:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22659 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 57A8527BBE3; Thu, 11 Jun 2020 16:26:26 +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.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no 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 ESMTP id 1116727BBE1 for ; Thu, 11 Jun 2020 16:26:26 +0100 (BST) Received: from localhost ([::1]:45720 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP61-0001pR-Es for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:26:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv6-00079z-VY for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54462) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv6-0004CT-Iw for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv6-0005L1-Dp for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 17/26] gnu: Add python-typing-inspect. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846520262 (code B ref 41807); Thu, 11 Jun 2020 15:15:08 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:25 +0000 Received: from localhost ([127.0.0.1]:37738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuP-0005Ge-JR for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:25 -0400 Received: from latitanza.investici.org ([82.94.249.234]:54111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuJ-0005Cu-3J for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:19 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id CAF19120963; Thu, 11 Jun 2020 15:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888458; bh=25g2oY8JXLdHloK5ehIrxFZ3FuloiemyLo2c6H/NfRA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aiKArSokQAivlP//akrVZtmjpC56Z2WGoHbFgBlJEryFB8SrkbQX6HTtQHD7TEuct V+KpE4728vIxvDOmv7RKDwsmU0Fm1gWnica+rFO7fOmM7Ew9qF6gCurivw3A2uzNNZ t9cpRJk3YOhOoADMein4VNGv7jUFlY9i913jH4ho= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 8628712015C; Thu, 11 Jun 2020 15:14:18 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:48 +0200 Message-Id: <20200611151357.18843-17-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> 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-typing-inspect): New variable. --- gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c78a6e4be..d6edc33579 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20353,3 +20353,32 @@ to the standard @code{typing} module that are supported by the "@{python-flake8-pyi} is a plugin for Flake8 that provides specializations for type hinting stub files, especially interesting for linting @code{typeshed}.") (license license:expat))) + +(define-public python-typing-inspect + (package + (name "python-typing-inspect") + (version "0.6.0") + (source + (origin + ;; There seems to be no source tarball on PyPI. + (method git-fetch) + (uri (git-reference + (url "https://github.com/ilevkivskyi/typing_inspect.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1f612wf0pfwknnrjvnsap08blh706zp0a1lc7gslqyh5vwg7rc5j")))) + (build-system python-build-system) + (propagated-inputs + `(("python-mypy-extensions" + ,python-mypy-extensions) + ("python-typing-extensions" + ,python-typing-extensions))) + (home-page + "https://github.com/ilevkivskyi/typing_inspect") + (synopsis + "Runtime inspection utilities for typing module") + (description + "The @code{typing_inspect} module defines experimental API for +runtime inspection of types defined in the Python standard typing module.") + (license license:expat)))