mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-poetry-core-next.
* gnu/packages/python-build.scm (python-poetry-core-next): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e58d654373
commit
f29a7770d3
1 changed files with 10 additions and 0 deletions
|
@ -571,6 +571,16 @@ a light weight, fully compliant, self-contained package allowing PEP 517
|
||||||
compatible build front-ends to build Poetry managed projects.")
|
compatible build front-ends to build Poetry managed projects.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-poetry-core-next
|
||||||
|
(package/inherit python-poetry-core
|
||||||
|
(version "2.1.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "poetry_core" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "015a0802radb2x5wsbywm4fggv4s1srh8zyml5v58xgrxg8bpnzr"))))))
|
||||||
|
|
||||||
;;; This package exists to bootstrap python-tomli.
|
;;; This package exists to bootstrap python-tomli.
|
||||||
(define-public python-flit-core-bootstrap
|
(define-public python-flit-core-bootstrap
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue