From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id kImaD/FlfmC8EAAAgWs5BA (envelope-from ) for ; Tue, 20 Apr 2021 07:26:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id CM5QC/FlfmBDPgAAB5/wlQ (envelope-from ) for ; Tue, 20 Apr 2021 05:26:09 +0000 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 EF88015F28 for ; Tue, 20 Apr 2021 07:26:08 +0200 (CEST) Received: from localhost ([::1]:40756 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYitj-0003Kr-Ob for larch@yhetil.org; Tue, 20 Apr 2021 01:26:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40794) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYitf-0003JP-82 for guix-patches@gnu.org; Tue, 20 Apr 2021 01:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41164) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lYite-0004Fc-VW for guix-patches@gnu.org; Tue, 20 Apr 2021 01:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lYite-0007jp-SK for guix-patches@gnu.org; Tue, 20 Apr 2021 01:26:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47906] [PATCH 17/22] gnu: Add python-entrypoint2. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 20 Apr 2021 05:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47906 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47906@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 47906-submit@debbugs.gnu.org id=B47906.161889632129617 (code B ref 47906); Tue, 20 Apr 2021 05:26:02 +0000 Received: (at 47906) by debbugs.gnu.org; 20 Apr 2021 05:25:21 +0000 Received: from localhost ([127.0.0.1]:52692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYisv-0007h1-43 for submit@debbugs.gnu.org; Tue, 20 Apr 2021 01:25:20 -0400 Received: from mout01.posteo.de ([185.67.36.65]:41239) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYisu-0007gN-69 for 47906@debbugs.gnu.org; Tue, 20 Apr 2021 01:25:16 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A36BA240026 for <47906@debbugs.gnu.org>; Tue, 20 Apr 2021 07:25:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1618896310; bh=DFn8OCm6lEck7NVguYpAnerwIeMucbFs6cI/9/iuBac=; h=From:To:Cc:Subject:Date:From; b=d/3sBFVxb8JfO4RJWLjlQdIEFQpL9qaKKSPbQqSNHxTk+x16qBOQmthTBAG3Fhmja +9x0WdKwzCLwbVpnZJHZ2IvYZQWCggAct+nOgX/qVEsNsWPQr7TicI8h5WnWXlwO6L ap6R0nM0xJ4TecEKN+0m6stp5AIa71D8kvyCw7+yWcjVTIswncFKc3gqxn0BwjHHyJ xRxUPhp/CKj8j6VOR6XbkF9O1dOEt4eUe44xG6M58KKOR367J0UZFvpNPOQWHniJxD gVQWmN70ACRsifrReRIEjxL3cNMyOwxG/mhFae2Wk+2XIp4WWAclWX91ac75zVdjFv EM3DVzbkKrutQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FPXFK2QB2z6tmK; Tue, 20 Apr 2021 07:25:09 +0200 (CEST) From: Vinicius Monego Date: Tue, 20 Apr 2021 05:22:41 +0000 Message-Id: <20210420052246.470690-17-monego@posteo.net> In-Reply-To: <20210420052246.470690-1-monego@posteo.net> References: <20210420052246.470690-1-monego@posteo.net> 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1618896369; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=WW2ZolGmt1UeLrmJg8VHJDCDUcBFq/NiWMWPYZG8ucU=; b=CfdSGMLtqaPn4rQtqXkG9aMAMRvxe98lZ0UiJ7KkbzRoK+etYILgyfbVJh9LIslxaNIUFE /ZKgksZIQgJa9mJYeVm4RIYiPwLf3CfYS2qUv7t9BQcHca5ObbjJ17tgL9GVOr7XMNeBP1 ZqNrx+I+JzeVviBCcCEMBXa9rqcr9YbNLvrj0ws54HGIq0SkoTAjbDkVMMStI8CEGOXzSP HGka2V4Vj0PEb3jEAJ5PA598y7QGSRJ5DAspEcYcB2GrWMsHZ2prHb2kkriCoYHVuN3FAf ZTB2t9v8CaTvn9IBQa9lZZWq2EN3HxXkP4AfRHeU1/qmGVgjWakdMxFArG+Ecg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1618896369; a=rsa-sha256; cv=none; b=JxmUBAA/nFj/DXhqD0r+C9iXRjLm9lHmaxBLpf8cU0t1Bi2BBChwBBPKiY+TjiXd18vLb2 5Ttvu6qCAmfbcu58NkwgiHUq4dETwpVeseiFHBxGe0X5RvWlYF1Gw3CoK2vE2VL3pLa+2A FxmjLt7yZFrWnpao9quJCmg4g2oZl7UclhfsNdGQpi2Bz/M9nFxPmqjdBxBWwKkgdnM8LU 4zx0I3/ld+gQZAo5jgKrSeywgPrAYnHOPKzShAxziChequa1Dncaze0KMmZr5asidSrh6n qZ/8CufwK2zNmkyAD7IjyzQMxJJ5vHP7mrNUlFdkuviMMavJkYY7Y3WAKgJZQA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="d/3sBFVx"; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b="d/3sBFVx"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: EF88015F28 X-Spam-Score: 3.66 X-Migadu-Scanner: scn0.migadu.com X-TUID: 5a9nhCvMYArR * gnu/packages/python-xyz.scm (python-entrypoint2): New variable. --- gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0de54212cc..0d554cd765 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14559,6 +14559,31 @@ etc.") "@code{easyprocess} is an easy to use Python subprocess interface.") (license license:bsd-3))) +(define-public python-entrypoint2 + (package + (name "python-entrypoint2") + (version "0.2.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "entrypoint2" version)) + (sha256 + (base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27")))) + (build-system python-build-system) + (arguments + `(#:test-target "pytest")) + (native-inputs + `(("python-easyprocess" ,python-easyprocess) + ("python-pytest" ,python-pytest) + ("python-pytest-runner" ,python-pytest-runner))) + (home-page "https://github.com/ponty/entrypoint2") + (synopsis "Command-line interface for Python modules") + (description + "@code{entrypoint2} is an easy to use command-line interface for Python +modules based on @code{argparse}. It translates function signature and +documentation to argparse configuration.") + (license license:bsd-3))) + (define-public python-stem (package (name "python-stem") -- 2.31.1