From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WIEuNHpZnF92ewAA0tVLHw (envelope-from ) for ; Fri, 30 Oct 2020 18:20:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id mBX1L3pZnF/QXQAAB5/wlQ (envelope-from ) for ; Fri, 30 Oct 2020 18:20:42 +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 6FE0F9407C5 for ; Fri, 30 Oct 2020 18:20:42 +0000 (UTC) Received: from localhost ([::1]:38210 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYZ0z-0000na-Dd for larch@yhetil.org; Fri, 30 Oct 2020 14:20:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kYZ0O-0000Od-Kk for guix-patches@gnu.org; Fri, 30 Oct 2020 14:20:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48137) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kYZ0O-0006VS-6S for guix-patches@gnu.org; Fri, 30 Oct 2020 14:20:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kYZ0O-0003VD-2J for guix-patches@gnu.org; Fri, 30 Oct 2020 14:20:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#44077] [PATCH v2 6/7] gnu: Add python-poetry-core. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Oct 2020 18:20:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44077 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44077@debbugs.gnu.org Cc: Tanguy Le Carrour Received: via spool by 44077-submit@debbugs.gnu.org id=B44077.160408197813384 (code B ref 44077); Fri, 30 Oct 2020 18:20:04 +0000 Received: (at 44077) by debbugs.gnu.org; 30 Oct 2020 18:19:38 +0000 Received: from localhost ([127.0.0.1]:59676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYYzx-0003Tm-MW for submit@debbugs.gnu.org; Fri, 30 Oct 2020 14:19:37 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:49513) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYYzw-0003TL-7f for 44077@debbugs.gnu.org; Fri, 30 Oct 2020 14:19:36 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 73D8860005; Fri, 30 Oct 2020 18:19:30 +0000 (UTC) From: Tanguy Le Carrour Date: Fri, 30 Oct 2020 19:17:56 +0100 Message-Id: <20201030181823.5184-6-tanguy@bioneland.org> X-Mailer: git-send-email 2.29.1 In-Reply-To: <20201030181823.5184-1-tanguy@bioneland.org> References: <20201030181823.5184-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=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-Spam-Score: 3.99 X-TUID: d9w9kczRk2T8 * gnu/packages/python-xyz.scm (python-poetry-core): New variable. --- 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 234858e59e..ad9d271ebb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12944,6 +12944,26 @@ powerful API: thread-safety; decorator syntax; support for memcached, redis, database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") (license license:expat))) +(define-public python-poetry-core + (package + (name "python-poetry-core") + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "poetry-core" version)) + (sha256 + (base32 "1mgv276h1iphn5fqhp2sgkgd5d0c39hs33vgaf157x5ri7rlyrka")))) + (build-system python-build-system) + (home-page "https://github.com/python-poetry/poetry-core") + (synopsis "Poetry PEP 517 build back-end") + (description + "The @code{poetry-core} module provides a PEP 517 build back-end +implementation developed for Poetry. This project is intended to be +a light weight, fully compliant, self-contained package allowing PEP 517 +compatible build front-ends to build Poetry managed projects.") + (license license:expat))) + (define-public poetry (package (name "poetry") -- 2.29.1