From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id mFlPLWE1XWRKuAAASxT56A (envelope-from ) for ; Thu, 11 May 2023 20:35:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yPdjLGE1XWToegEAG6o9tA (envelope-from ) for ; Thu, 11 May 2023 20:35:13 +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 87B2033145 for ; Thu, 11 May 2023 20:35:13 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pxB84-0003ik-Uu; Thu, 11 May 2023 14:35: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 1pxB83-0003ht-Lp for guix-patches@gnu.org; Thu, 11 May 2023 14:35: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 1pxB83-0004X6-CL for guix-patches@gnu.org; Thu, 11 May 2023 14:35:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pxB83-0001VC-08; Thu, 11 May 2023 14:35:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63448] [PATCH 1/2] gnu: Add python-optparse-pretty. References: <271d6a24b07a43ce8258824917b6630a@mdc-berlin.de> In-Reply-To: <271d6a24b07a43ce8258824917b6630a@mdc-berlin.de> Resent-From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Original-Sender: "Debbugs-submit" Resent-CC: rekado@elephly.net, guix-patches@gnu.org Resent-Date: Thu, 11 May 2023 18:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63448 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: <63448@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 63448-submit@debbugs.gnu.org id=B63448.16838300865740 (code B ref 63448); Thu, 11 May 2023 18:35:02 +0000 Received: (at 63448) by debbugs.gnu.org; 11 May 2023 18:34:46 +0000 Received: from localhost ([127.0.0.1]:53351 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxB7l-0001UO-L9 for submit@debbugs.gnu.org; Thu, 11 May 2023 14:34:46 -0400 Received: from b2062.mx.srv.dfn.de ([194.95.234.172]:58795) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxB7k-0001Tv-0f for 63448@debbugs.gnu.org; Thu, 11 May 2023 14:34:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:message-id:date:date:subject:subject:from:from :received; s=mdc; t=1683830077; x=1685644478; bh=6V6KaaWXDI0QdAa Iskc6bqIwr2pxci1fYwmvjbXt3Xg=; b=kU0Vladq31VbNC8Z8ccRjTszLYJBUda 2va6Ar3OYzEQ9JkZX6dzBI3+Ump0BZQWp3e0kyA0LJunf4jdACWtMo2aYNAA9nvB Yvyzly4RZGEFRklWK3O5fEzkDssOdi9DQ38XaUFPxyEFfBz24Sga6Q9oVO983g1P 9SjVRJyQaCoI= Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=141.80.113.62; helo=sw-it-p-ex4.mdc-berlin.net; envelope-from=madalinionel.patrascu@mdc-berlin.de; receiver= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by b2062.mx.srv.dfn.de (Postfix) with ESMTPS id 26DA1160169 for <63448@debbugs.gnu.org>; Thu, 11 May 2023 20:34:37 +0200 (CEST) Received: from Guix-Ubuntu18.04 (141.80.113.106) by SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.23; Thu, 11 May 2023 20:34:36 +0200 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Thu, 11 May 2023 20:34:11 +0200 Message-ID: <20230511183412.27180-1-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [141.80.113.106] X-ClientProxiedBy: SW-IT-P-EX1.mdc-berlin.net (141.80.113.54) To SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) X-TM-AS-Product-Ver: SMEX-14.0.0.3092-9.0.1002-27620.001 X-TM-AS-Result: No-10--4.820200-5.000000 X-TMASE-MatchedRID: n8dyCgqCzuv/R1NSMc2qCU7nLUqYrlslFIuBIWrdOeOjEIt+uIPPONWv RsOl9XyI9ibr3B94ZyzVMFEV5m+G9Sq+GZ9ZHxIhuW77/y896sgxVUWGXs3C8y196sn93sBv+5B GtESW2wa+Cd5IfDKvne8j2/Qpcz4836eSajIECZnjKGx9YdNc4ln4Ir4HFD2Tx8BJ7uScK23Jw6 G9NdOWi5KQhRnJRBQntWKNR2epAFaCWMXx8ovaCefOVcxjDhcwPcCXjNqUmkXCttcwYNipXw2y0 JeZ/zscxn2DIL+YfkVvSuQRYC9dqjQYPnC6gtjvc484ft8EDd2VsdVO/VsmSZnD7U3McwMm9YXZ uysbSjQ48OaUNUSrmjWMuiwuZwzfKEIODKywTy6jfJglXzHQ6sxRVzSzXt2xf+rhMPa/srU= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--4.820200-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27620.001 X-TM-SNTS-SMTP: 3F18F0B4294D8AE64E66CD570DCF11CC6A324781E5441C9021CBE5EB3B1DA61A2002:F 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-Flow: FLOW_IN X-Migadu-Country: US ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683830113; a=rsa-sha256; cv=none; b=YOwd385QKA2EWVqIH5kdkijWDm0s1m31kRQYv90SfXXgEMSgGvGo6Db8BgxJtK9TFY94qg nFwiT7YaT2bQuYYbfEFc+hTCm/k5nes3FhXvlvI6vFTkjwlRMMnkyjbOJIOHipNPa1YzAB WQIghsRMCO0NjZ0LOCdV4npGF0yyBN84V/BpIqlFToJR6QOZEYe42bDtVlL3axYvj5FKXA eXcNvxtzcIkvbwR8U/O0X0GCssy2GGzbh63GrwTRVuz8kgze6ro6pK7xnwh2MJCt1BseBy F0oBajcxq7wgLiAgHv2jiJxl1ufO68bn8Pm1iTAX2bM+7JS7qAplHuMGSZ3qfw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=kU0Vladq; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (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=1683830113; 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=sfpnsQVM797dxhMIxbRs5U0sXB45MtZJ/NS0gqN41+I=; b=oTAu9SSA3DLB8GF4CWK9X+8VAQlggSN4/tz14kN117Ls3Zd32is2BFz5Vq/R2aa3my4GNf XUKI5OPEl2UAPIGUzY5kIG4HZScxhxMxbSaRW8vtyYyZRBzkzZf7vYLHUbKYxj0urtYweZ Z828+Igxf8krWhGN976RL5i24HB12TPIlzrOiqtpEZzlUqB49WoYb3+qz1Wrpx0CoBcI+V pLJinRQ9UyYtQYkyvUB25GiOEuTI/1nmxq77wZcni/EzRRlKxPaGGzB0kvMw2zc591HMKq KK6oR0YfM3nJVvJGmk/6czYkkXir7DeSbs7TmNyIzB+teunakFdw60UlqJEsOg== X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=kU0Vladq; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (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" X-Migadu-Spam-Score: 7.92 X-Spam-Score: 7.92 X-Migadu-Queue-Id: 87B2033145 X-TUID: F0w+P2pi4l+u * gnu/packages/python-xyz.scm (python-optparse-pretty): New variable --- gnu/packages/python-xyz.scm | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4f48d80eb6..9fabfce79f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -66,7 +66,7 @@ ;;; Copyright © 2019, 2020, 2021 Giacomo Leidi ;;; Copyright © 2019 Wiktor Żelazny ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour -;;; Copyright © 2019, 2021, 2022 Mădălin Ionel Patrașcu +;;; Copyright © 2019, 2021-2023 Mădălin Ionel Patrașcu ;;; Copyright © 2020 Riku Viitanen ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2020 sirgazil @@ -2690,6 +2690,27 @@ (define-public python-diskcache (description "DiskCache is a disk and file backed persistent cache.") (license license:asl2.0))) +(define-public python-optparse-pretty + (package + (name "python-optparse-pretty") + (version "0.1.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "optparse-pretty" version)) + (sha256 + (base32 "1920wbh2b7a8qn7zx2iiqbcdaax335l81a73x9pp8h11yzs2jdmh")))) + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ; There are no tests in the pypi archive. + (home-page "https://github.com/gvalkov/optparse-pretty") + (synopsis "Compact help formatter for optparse") + (description + "This module provides two help formatters for optparse. They provide +terser and more customizable option formatting in comparison to the default +help formatter.") + (license license:bsd-3))) + (define-public python-orjson (package (name "python-orjson") base-commit: e2eb43f945fd467e9b55a4b3c91cd186cf32e268 -- 2.39.2