mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ansicolors: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-ansicolors): Update to 1.1.8. [build-system]: Use pyproject. [native-inputs]: Remove python-tox and python-pytest-cov; add python-pytest and python-setuptools. Change-Id: I6f9ccda995916bad05aa246cab159d8d21309257
This commit is contained in:
parent
76b89fba66
commit
c0cca7115b
1 changed files with 4 additions and 4 deletions
|
@ -38140,6 +38140,8 @@ async I/O support.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public python-ansicolors
|
(define-public python-ansicolors
|
||||||
|
;; XXX: Not maintained fork since 2017, consider to remove when there is no
|
||||||
|
;; any users.
|
||||||
(package
|
(package
|
||||||
(name "python-ansicolors")
|
(name "python-ansicolors")
|
||||||
(version "1.1.8")
|
(version "1.1.8")
|
||||||
|
@ -38149,11 +38151,9 @@ async I/O support.")
|
||||||
(uri (pypi-uri "ansicolors" version ".zip"))
|
(uri (pypi-uri "ansicolors" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q3jqglkq4z0f6nkkn8bswcwqg012i2grrc27kabr8286dg4zycr"))))
|
(base32 "1q3jqglkq4z0f6nkkn8bswcwqg012i2grrc27kabr8286dg4zycr"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-tox
|
(list python-pytest python-setuptools unzip))
|
||||||
python-pytest-cov
|
|
||||||
unzip))
|
|
||||||
(home-page "https://github.com/jonathaneunice/colors/")
|
(home-page "https://github.com/jonathaneunice/colors/")
|
||||||
(synopsis "ANSI colors for Python")
|
(synopsis "ANSI colors for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue