mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pytoml.
* gnu/packages/python-build.scm (python-pytoml): New variable.
This commit is contained in:
parent
5ce53a4d1c
commit
3bd962bc3c
1 changed files with 18 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||||
;;; Copyright © 2018, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2018, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -89,6 +90,23 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||||
Language (TOML) configuration files.")
|
Language (TOML) configuration files.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pytoml
|
||||||
|
(package
|
||||||
|
(name "python-pytoml")
|
||||||
|
(version "0.1.21")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pytoml" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rv1byiw82k7mj6aprcrqi2vdabs801y97xhfnrz7kxds34ggv4f"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(home-page "https://github.com/avakar/pytoml")
|
||||||
|
(synopsis "Parser for TOML")
|
||||||
|
(description "This package provides a Python parser for TOML-0.4.0.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pep517-bootstrap
|
(define-public python-pep517-bootstrap
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue