From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id EIjsEcC9FGSPTQEASxT56A (envelope-from ) for ; Fri, 17 Mar 2023 20:21:36 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2IMKEsC9FGSzAwEA9RJhRA (envelope-from ) for ; Fri, 17 Mar 2023 20:21:36 +0100 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 DD7DD22B9 for ; Fri, 17 Mar 2023 20:21:35 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=ah3KM9NN; 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=1679080895; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=/90tpRU8rl/1b+wSaO2vtbouRnz76Lw726arulhz0N0=; b=htfqJ0Q76r8neTknxODexyQ/MiV/lfzuibe3rO7nlrQHWlN6VXUv7SoJSVAZ9yYdnNg43Q twCFIu7lj9oNChSLRwcFdGyuDu7vScDIlO64KBxVLz9ovyJLChx4Sw4TK0EikWjW2RyDux FSnNqSWg2yFnZhPHNeAMqDpqoxoICQWOZRQ54sOGRrQwmplgwEVsVc4YBwbe/x9WFjG8VL 55KKJDXAVl97S8W7S3lz+WHWjHCsh6+cEEVt2qzZSgciitFW6EoeUQ0TmAS/YgdXVDA/iC GALdjIO+AGOLRdgoQWD412BK2xUostPAiwSvf6MECH5MperA+SkLrhYJweeTbA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=ah3KM9NN; 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=1679080895; a=rsa-sha256; cv=none; b=L5IoSPxZ5/pNCnSDrXvplpemGe7MzjR4GThftw5P7BiSlQ4wtjCilfE54K1s2izPeeYwuD eYRKne7XnCRpBe8LqcuqSukFRTKWn3GBlFEa9Xuizm1UDu6XL0pajUzUdrtY7RKjENj2u7 xF9AR45ZyvJeckbxMvaYF3z5se6iCcGB1AtbP8mY0qaOurBJk9QwejZ9MKzFdK7hOtAKAo H1URNFsCD0qKmdSKpoM9nNkb45GgDwc0LLRkVRBLA2O/l0DWcbmre1J9Ii5GREidqtu4Oa UMtefUGeLAps371w3TApE8JcK7ITp/lOT9gWPMRZJuuHd3jPu9G9d4ObQfI8oQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pdFdR-0005az-5B; Fri, 17 Mar 2023 15:21:05 -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 1pdFdP-0005Zo-97 for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:03 -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 1pdFdP-0004EU-0d for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pdFdO-00042E-Fy for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#60838] [PATCH v2 1/7] gnu: Add python-click-default-group-wheel. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 19:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60838 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60838@debbugs.gnu.org Cc: Felix Gruber Received: via spool by 60838-submit@debbugs.gnu.org id=B60838.167908082515359 (code B ref 60838); Fri, 17 Mar 2023 19:21:02 +0000 Received: (at 60838) by debbugs.gnu.org; 17 Mar 2023 19:20:25 +0000 Received: from localhost ([127.0.0.1]:45667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdFcm-0003ze-V5 for submit@debbugs.gnu.org; Fri, 17 Mar 2023 15:20:25 -0400 Received: from mout02.posteo.de ([185.67.36.66]:32851) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdFck-0003zN-HG for 60838@debbugs.gnu.org; Fri, 17 Mar 2023 15:20:23 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 0B2DF2406DD for <60838@debbugs.gnu.org>; Fri, 17 Mar 2023 20:20:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1679080817; bh=OHtjLOYZEi/KEKN8LQDtAluJExX0CQdEEM8PIg1EKrM=; h=From:To:Cc:Subject:Date:From; b=ah3KM9NNEjhbym9CQnK5hDsYj8YiWzuNxbMbTgCBTVRmG8B06AChLWIn33uFEtRtK FrHHJIZJyF/ur3lk59Mww6rq4EC37Uvg+rO2DvWNgXZ/wpkpyPLHTgBGAvxncHC5Fk hOgZkS6GuPD6YCDsGTMSSrk+1oC3+t4RbKStm9bg3cnU11tlakYfRBlDpU+E8qwP27 tuwFDCKQCAK65p6pOCuaX9a+YpI3BH0Pxsw9Y86nMz65d78a94HNyfn4RTYVMAx8cG eQR/Tr2wAqbdgm2KlAVbQsMT28K1PmbrLF5NNpY50xpM2wTQLozq6SZ4tSvXjxfNcP fVuFkw0aynr6A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PdYqh3zYPz9rxH; Fri, 17 Mar 2023 20:20:13 +0100 (CET) From: Felix Gruber Date: Fri, 17 Mar 2023 19:19:15 +0000 Message-Id: <222e78a386c62560ee861bc1885fe650a4bb8330.1679080713.git.felgru@posteo.net> In-Reply-To: References: <20230115214753.25034-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: X-Migadu-Queue-Id: DD7DD22B9 X-Spam-Score: -1.95 X-Migadu-Spam-Score: -1.95 X-Migadu-Scanner: scn0.migadu.com 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: US X-Migadu-Flow: FLOW_IN X-TUID: lJEbpIaxFzt1 * gnu/packages/python-xyz.scm (python-click-default-group-wheel): New variable. --- gnu/packages/python-xyz.scm | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c8b3b3378..a6bd592837 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -108,7 +108,7 @@ ;;; Copyright © 2021 Simon Streit ;;; Copyright © 2021 Daniel Meißner ;;; Copyright © 2021, 2022 Pradana Aumars -;;; Copyright © 2021, 2022 Felix Gruber +;;; Copyright © 2021, 2022, 2023 Felix Gruber ;;; Copyright © 2021 Sébastien Lerique ;;; Copyright © 2021 Raphaël Mélotte ;;; Copyright © 2021 ZmnSCPxj @@ -14892,6 +14892,30 @@ (define-public python-click-default-group (home-page "https://github.com/click-contrib/click-default-group") (license license:bsd-3))) +(define-public python-click-default-group-wheel + ;; Fork of python-click-default-group used by sqlite-utils and datasette. + ;; See https://github.com/click-contrib/click-default-group/issues/21 + (package + (name "python-click-default-group-wheel") + (version "1.2.2") + (source (origin + (method url-fetch) + (uri (pypi-uri "click-default-group-wheel" version)) + (sha256 + (base32 + "0ivpdng2391v8afd5j1xdv9vbbr9iafbdh6h5shqhgn0j8ns83g9")))) + (build-system python-build-system) + (arguments + '(#:tests? #f)) ; no tests in pypi package + (propagated-inputs (list python-click)) + (home-page "https://github.com/sublee/click-default-group/") + (synopsis + "Extends click.Group to invoke a command without explicit subcommand name") + (description + "This package provides click-default-group with an additional pure +Python wheel package, compatible with Pyodide.") + (license license:bsd-3))) + (define-public python-structlog (package (name "python-structlog") -- 2.39.2