From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SOXUETi5w2QN2wAASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 14:48:56 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QMXQEDi5w2Q9VQEAG6o9tA (envelope-from ) for ; Fri, 28 Jul 2023 14:48:56 +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 E96133545E for ; Fri, 28 Jul 2023 14:48:55 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=HqQkfEog; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690548536; h=from:from:sender:sender:reply-to: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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Go9aBIKR5NCOmW0/Jv12z4l1KwiWgDkMIZDSKqdOTPg=; b=J1XGJyhMj4MrRbufUTWHPR1Z8V1EnGef3fkX740KmprCofMVAA85yIbNEgKg3rhV4mJt/k AG6z3fKC9Rxcj6+nxgua+BC1zyS8QZpK2A5itmUfq16xjt2msC92idzcu5XL6tXgEpdDns LfCFr4YIlhjQf6L+0JHqly0B9uD69IiVOTMroWn0UnX8v/Gdr10jqMHUiY1eZMVYRiFRt7 ZpJYZl0JtQ3GNzB/A2xlL4CE2pOs53wc7DgvrNGoxWEHlGe5/pd7jx48xP6jnJ011OOrU/ rOQOmTht2hkiJpTyPKyDevIY4mDHW4NExk5FDAU9oQcyR//Q75Lb/4Zce1amRQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690548536; a=rsa-sha256; cv=none; b=IZkAssHeoEUShWrUEb5YvbiJJa80u19Mk5fwtFzgQ8FftOegYjw7kpvPNz6BY6oclJcY7a b+/zNUVz3hcslE7jEKyOuob0YxqTa1TlHEu/AYVAOjx5NpwI1nNT/c+R944frA3IfYFzW2 EA6dDEvr/aL62nwmWdao5n+Ewd6wDQamXyKtUIh9o3W4Haa0w7ZwQ1pecExUGju3yl8ULr cOWRAvpNXKTs3K7+q+0EPktEUxWockuWnLlif5eHnuX6z9AGEu7JvMPwBih7212Ch7VJCv w3v+NCygIqEG5T2ThBmxd3xJhE6xCnmaaWFDVnSxX9zo/bHP/U8enFvXjF+C9w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=HqQkfEog; 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"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPMWs-0003IG-Bz; Fri, 28 Jul 2023 08:25:10 -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 1qPMWo-0003Fl-S3 for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:06 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qPMWo-0007qA-Hy for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPMWo-0007M2-CD for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64896] [PATCH v2 7/8] gnu: Add python-milc. Resent-From: Jean-Pierre De Jesus DIAZ Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 12:25:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64896 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64896@debbugs.gnu.org Cc: Jean-Pierre De Jesus DIAZ Received: via spool by 64896-submit@debbugs.gnu.org id=B64896.169054707828147 (code B ref 64896); Fri, 28 Jul 2023 12:25:06 +0000 Received: (at 64896) by debbugs.gnu.org; 28 Jul 2023 12:24:38 +0000 Received: from localhost ([127.0.0.1]:44024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMWL-0007Jp-JH for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:24:37 -0400 Received: from mail-wr1-x432.google.com ([2a00:1450:4864:20::432]:57828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMW4-0007Hs-IZ for 64896@debbugs.gnu.org; Fri, 28 Jul 2023 08:24:21 -0400 Received: by mail-wr1-x432.google.com with SMTP id ffacd0b85a97d-317715ec496so2138418f8f.3 for <64896@debbugs.gnu.org>; Fri, 28 Jul 2023 05:24:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foundationdevices.com; s=google; t=1690547055; x=1691151855; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Go9aBIKR5NCOmW0/Jv12z4l1KwiWgDkMIZDSKqdOTPg=; b=HqQkfEogSJeV+bn1UBtjSkUzvm70j+fFScdla1gpCAe36jLSTqYauJSUNeCMFWWcpn l/hsz7mR6a802Dp0pgyqjiPCexeo8CGdCwJ5e1SdViV6PSoHHOk9hTp3/NGsMAlOkux7 nI7gb3U0ph0igHETipX39Rj88LWh+7Yz3Pj/UnRdn4sgKhbIqiBwdK0yi37AUJ1tYmHm zimo04yQ+ozKlEXZ8XKpPJX9MXMb3xjVGr+GSeyqXVY/2mJQfkN0Sxd6CFFeWrvjHp1z 4Bu6emlguSJQufrgHCRoiylxKmgtQKwnbXt5co81jjrtm1Xj/Yx/1nEqwiWCRpR4zqNV C56Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690547055; x=1691151855; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Go9aBIKR5NCOmW0/Jv12z4l1KwiWgDkMIZDSKqdOTPg=; b=d/COtCLsTZY7Hrzv4bKbuhebixuSTIiMo2TspmxNNeYR11nUYVQL1evB7tRIPLJdCT 5YMyMq6qB0G5/HCivUoUlCW3AAm1mb/VsWM8OQdMjP5/Y1bt3MRRSWd23c7UI0IxeMW7 52xfCSEgkdEzpu+EpRfYsXXBeUNXFre+Wfk2LwQ0cw3cjPuZTp/U8MapeIMP1wXmCOAm TS/bI0bNm/1cpYKQ7l+JYOI1yW1qSL/WG7kK7E3eRL7XyVhFsjlNqZFq0u3vCnVZG0uz GoUTZ70kmYzUWB0DZtYX1byNdXmkd7iik2W+FYDt2MUbxwcxh+ODu0QveYtM5cuhsoB3 K/Cw== X-Gm-Message-State: ABy/qLYpGlSctYNygx8wWmyzecyIMWmC/+roUI72sGlDZfbOeB9nMKFG or2iIIqssFeTlw9tdW3ioQjzD8YvSlNbsHdjUyg4yg== X-Google-Smtp-Source: APBJJlErxWjeHbkPsswaC3ME6zGRCSVaIB8ObN1E2Ea5Ale8TooxbUuhQFQhs5iOPRIeeQwxQRxVXg== X-Received: by 2002:a05:6000:1808:b0:313:ef24:6feb with SMTP id m8-20020a056000180800b00313ef246febmr1632464wrh.3.1690547054758; Fri, 28 Jul 2023 05:24:14 -0700 (PDT) Received: from omen15.home ([89.131.29.87]) by smtp.gmail.com with ESMTPSA id x2-20020adfffc2000000b0031755da6a8asm4667210wrs.33.2023.07.28.05.24.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jul 2023 05:24:14 -0700 (PDT) Date: Fri, 28 Jul 2023 14:24:02 +0200 Message-Id: <20230728122403.10140-8-jean@foundationdevices.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230728122403.10140-1-jean@foundationdevices.com> References: <20230728122403.10140-1-jean@foundationdevices.com> MIME-Version: 1.0 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: List-Help: List-Subscribe: , Reply-to: Jean-Pierre De Jesus DIAZ X-ACL-Warn: , Jean-Pierre De Jesus DIAZ via Guix-patches From: Jean-Pierre De Jesus DIAZ via Guix-patches via 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 X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: -6.14 X-Spam-Score: -6.14 X-Migadu-Queue-Id: E96133545E X-TUID: AmYA99g+hlB2 * gnu/packages/python-xyz.scm (python-milc): New variable. Signed-off-by: Jean-Pierre De Jesus DIAZ --- gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a6d789aacf..72f1936732 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4234,6 +4234,26 @@ (define-public python-extras "Extras is a set of extensions to the Python standard library.") (license license:expat))) +(define-public python-milc + (package + (name "python-milc") + (version "1.6.8") + (source (origin + (method url-fetch) + (uri (pypi-uri "milc" version)) + (sha256 + (base32 + "1pnwdg2653lc82qsv6c0kv9qcydh2f6w5mx5l4227zy1f6kr7b52")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-appdirs python-argcomplete python-colorama + python-halo python-spinners)) + (home-page "https://github.com/clueboard/milc") + (synopsis "Python library for command line interface programs") + (description "MILC is a Python library for developing command line +interface programs. This library provides features to parse arguments, +automatic tab-completion, color support, logging to @code{std}, etc.") + (license license:expat))) + (define-public python-mimeparse (package (name "python-mimeparse") -- 2.34.1