mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-tinycss2: Update to 1.4.0.
* gnu/packages/python-web.scm (python-tinycss2): Update to 1.4.0. [native-inputs]: Remove python-pytest-flake8 and python-pytest-isort. Change-Id: I397b3cd61473fcf90681be1cab784ba7cc16334b
This commit is contained in:
parent
7fd0b73989
commit
98c3d491a3
1 changed files with 6 additions and 5 deletions
|
@ -6276,7 +6276,7 @@ modules:
|
||||||
(define-public python-tinycss2
|
(define-public python-tinycss2
|
||||||
(package
|
(package
|
||||||
(name "python-tinycss2")
|
(name "python-tinycss2")
|
||||||
(version "1.1.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6286,13 +6286,14 @@ modules:
|
||||||
(recursive? #true)))
|
(recursive? #true)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zyc48vbmczpqj7f3f0d7zb3bz29fyj50dg0m6bbwbr5i88kq3sq"))))
|
(base32 "11m5vhpdz6zlzq2lqqklkhd0h4jxblpvcrdf9cc4s06nhr9acp0r"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-flit
|
||||||
|
python-pytest
|
||||||
|
python-pytest-cov))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-webencodings))
|
(list python-webencodings))
|
||||||
(native-inputs
|
|
||||||
(list python-flit python-pytest python-pytest-cov
|
|
||||||
python-pytest-flake8 python-pytest-isort))
|
|
||||||
(home-page "https://tinycss2.readthedocs.io/")
|
(home-page "https://tinycss2.readthedocs.io/")
|
||||||
(synopsis "Low-level CSS parser for Python")
|
(synopsis "Low-level CSS parser for Python")
|
||||||
(description "@code{tinycss2} can parse strings, return Python objects
|
(description "@code{tinycss2} can parse strings, return Python objects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue