mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-configparser: Update to 7.2.0.
* gnu/packages/python-xyz.scm (python-configparser): Update to 7.2.0. [build-system]: Use pyproject. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I086a85ac3278ad7429ac27563e103f65ec522694
This commit is contained in:
parent
5dced8e856
commit
07718364e9
1 changed files with 7 additions and 5 deletions
|
@ -26398,17 +26398,19 @@ command line utility, a python library and plugins for various editors.")
|
||||||
(define-public python-configparser
|
(define-public python-configparser
|
||||||
(package
|
(package
|
||||||
(name "python-configparser")
|
(name "python-configparser")
|
||||||
(version "4.0.2")
|
(version "7.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "configparser" version))
|
(uri (pypi-uri "configparser" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0w3vichm4igwvh7r560rw58xi4s1yf9x1cyi6syszqqnx65cqadn"))))
|
||||||
"1priacxym85yjcf68hh38w55nqswaxp71ryjyfdk222kg9l85ln7"))))
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools-scm))
|
(list python-pytest
|
||||||
(build-system python-build-system)
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/jaraco/configparser/")
|
(home-page "https://github.com/jaraco/configparser/")
|
||||||
(synopsis "Backport of configparser from python 3.5")
|
(synopsis "Backport of configparser from python 3.5")
|
||||||
(description "@code{python-configparser} is a backport of
|
(description "@code{python-configparser} is a backport of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue