[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Add python-poetry-core.
From: |
guix-commits |
Subject: |
06/07: gnu: Add python-poetry-core. |
Date: |
Mon, 30 Nov 2020 16:31:01 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 9c8ac92eb6029bb7abdb780e8eba89ceea3655df
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Nov 30 10:49:02 2020 +0100
gnu: Add python-poetry-core.
* gnu/packages/python-xyz.scm (python-poetry-core): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 affeeb0..6580d22 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13185,6 +13185,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")
- branch master updated (265e185 -> b5ed51b), guix-commits, 2020/11/30
- 04/07: gnu: python-pip: Update to 20.2.4., guix-commits, 2020/11/30
- 05/07: gnu: python-tomlkit: Update to 0.7.0., guix-commits, 2020/11/30
- 06/07: gnu: Add python-poetry-core.,
guix-commits <=
- 01/07: gnu: python-packaging: Update to 20.4., guix-commits, 2020/11/30
- 03/07: gnu: python-virtualenv: Update to 20.2.1., guix-commits, 2020/11/30
- 07/07: gnu: poetry: Update to 1.1.4., guix-commits, 2020/11/30
- 02/07: gnu: Add python-distlib/next., guix-commits, 2020/11/30