From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oCmtGjlLg2TQ/AAASxT56A (envelope-from ) for ; Fri, 09 Jun 2023 17:54:33 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id YBeWGjlLg2RQvgAAauVa8A (envelope-from ) for ; Fri, 09 Jun 2023 17:54:33 +0200 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 4F4B33C238 for ; Fri, 9 Jun 2023 17:54:32 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=MmKoEBqQ; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1686326072; 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:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=UZhFCRUB4uJ8aFhft3DuBBiXcNmeHmhDmKG08KrUjrk=; b=mZYLGmyj70MG4BN5av9NfG2vO3SVL4Sfs+lCmODLRrdA0ryniyQ2c6IREmLW/0MclCb6gt 6J+cioKsZdqa5+9GJphs7g0Vvp3zZT9j/xTrwuCiDfxQn3uVYVhkZMl5myNEhUlgiXpfLD HMqtnnh8zod78tBgkYi5ODs5P7DRrHCg7v0uKiCdhVsdR4kMLF2SIBVsclsbl3lnENQ1wX tEu2kwydwtXcgF088QVAQQa9q95XkmqcJyNGqjjMTuzZteFQBmeNJg2CJ+pDfhOaRvlKkG 76ipO1q2ou3C/vZL8lLFcYse3hF8mP1FNvyEpAEEuTQGUj8vJJoWm8QvZwsMbw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=MmKoEBqQ; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1686326072; a=rsa-sha256; cv=none; b=J4S/tcvc6ihgDnOtLlv2nl8FDoAlglRNk6uE+3j7FCgxV7lThJvS6q8YaSoRVpkQKS/7Wg XOJYbiL7A4CjlLwzFueF1cx6WYxeT2MVjHuqlm0zijA0dbneexHfFvKcPsDemgxdezhEgm vmxoHXxB22bPsB+m+5lvBeE2GAdjQwGS+uTN6p5mbUszcGz+0PpXZqzctXhGT6vwR8khgz I1r5Q6Vca0pNNNScernip3BKM1PIEk5Ua6wvUgVTMizW560/DzAx4XGhmeoQybdJNRfeHc LAETRnfKdD0pRA4iwmWyL8V9H8lZvzIXCI6UNT9Wrjjg6oLhoJEXLLlK9hWaRA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q7eR9-0001bR-OT; Fri, 09 Jun 2023 11:54:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7eR8-0001Zb-Gb for guix-patches@gnu.org; Fri, 09 Jun 2023 11:54:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q7eR8-0004oZ-6o for guix-patches@gnu.org; Fri, 09 Jun 2023 11:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q7eR8-0000F1-31 for guix-patches@gnu.org; Fri, 09 Jun 2023 11:54:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63980] [PATCH] gnu: python-typeguard: Add dependency on python-setuptools-scm. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 09 Jun 2023 15:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63980 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63980@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1686326026904 (code B ref -1); Fri, 09 Jun 2023 15:54:01 +0000 Received: (at submit) by debbugs.gnu.org; 9 Jun 2023 15:53:46 +0000 Received: from localhost ([127.0.0.1]:60168 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7eQs-0000EV-7c for submit@debbugs.gnu.org; Fri, 09 Jun 2023 11:53:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:59006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7eQq-0000EK-MI for submit@debbugs.gnu.org; Fri, 09 Jun 2023 11:53:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7eQf-00018C-MS for guix-patches@gnu.org; Fri, 09 Jun 2023 11:53:39 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7eQd-0004lc-Gl for guix-patches@gnu.org; Fri, 09 Jun 2023 11:53:33 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id AD841240027 for ; Fri, 9 Jun 2023 17:53:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1686326007; bh=dEK641shP/qGXRQFZR9QGViv4v3YpnbZ8Apho1VaQpY=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=MmKoEBqQel86OzqcIMc5cTVIj32ZKkPd9/ME1Am8+5aQi6wCAamTYQ2QHaSNqCxwm CEPdMxLkEYGvIdIJihYuF4DzFFdQzGUKx5OfipR8ztVrGvl83XD3eY2w5APu/NGHrq 3HiWa5Pu+TdMINWvvPN+nzZBOS+t/W4DQo7Wb4Snn6DPAahWO8YxJje+W7xmkMQ1zP 3cICigNmk8WFWIOre6DhUlzMqlharmRtcweNKV8R/oOnMJfz3yzzCrfwZIhVIEDPwi bErGUpSyPRQtVJWl5RrhqArUa+A4iE9C+golY4NJcvK5dwrVdg7ZigiR9gxbzyCJw1 3MuD0Fcawsk/w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Qd5GF3zn8z9rxF; Fri, 9 Jun 2023 17:53:25 +0200 (CEST) From: Vinicius Monego Date: Fri, 9 Jun 2023 15:52:29 +0000 Message-Id: <20230609155229.2656864-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: UNKNOWN X-Migadu-Flow: FLOW_IN X-Spam-Score: 0.54 X-Migadu-Queue-Id: 4F4B33C238 X-Migadu-Scanner: in3.migadu.com X-Migadu-Spam-Score: 0.54 X-TUID: 3U06bXjKV1aG * gnu/packages/python-xyz.scm (python-typeguard)[native-inputs]: Add python-setuptools-scm. --- This is required to report the correct version. gnu/packages/python-xyz.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7d5128911f..351e199e57 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23453,8 +23453,10 @@ (define-public python-typeguard ;; XXX: These fail when installed as a library: ;; https://github.com/agronholm/typeguard/issues/176 "not usefixtures and not test_cached_module"))))))) - (native-inputs - (list python-mypy python-pytest python-typing-extensions)) + (native-inputs (list python-mypy + python-pytest + python-setuptools-scm + python-typing-extensions)) (home-page "https://github.com/agronholm/typeguard") (synopsis "Run-time type checker for Python") (description -- 2.34.1