diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-22 11:55:45 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:23:28 +0000 |
| commit | c443318dad7bb5738683bcc2efa0e00e74954b86 (patch) | |
| tree | 3f586ba1717e7c8150ad4f6516466c22aabe848a /gnu/packages/python-check.scm | |
| parent | f35a8c24164ac3d92a45695a20b2a88645eceb04 (diff) | |
gnu: python-pytest-flake8: Update to 1.3.0.
* gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.3.0.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I4fc09e232585d3c92d27609e5d2d10c9d01bc7a5
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 9d555f860b0..c2bf914233d 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -1408,19 +1408,21 @@ friendly library for concurrency and async I/O in Python.") | |||
| 1408 | (define-public python-pytest-flake8 | 1408 | (define-public python-pytest-flake8 |
| 1409 | (package | 1409 | (package |
| 1410 | (name "python-pytest-flake8") | 1410 | (name "python-pytest-flake8") |
| 1411 | (version "1.0.7") | 1411 | (version "1.3.0") |
| 1412 | (source | 1412 | (source |
| 1413 | (origin | 1413 | (origin |
| 1414 | (method url-fetch) | 1414 | (method url-fetch) |
| 1415 | (uri (pypi-uri "pytest-flake8" version)) | 1415 | (uri (pypi-uri "pytest_flake8" version)) |
| 1416 | (sha256 | 1416 | (sha256 |
| 1417 | (base32 | 1417 | (base32 |
| 1418 | "0syx68xk5ss3hgp3nr2y122w0fgkzr5936ghsqrkymh3m5hrf9gh")))) | 1418 | "1rhz7mxcg7x9dbabfcjai3zxikfgw7az07m4ddf92bg35ib3byw8")))) |
| 1419 | (build-system python-build-system) | 1419 | (build-system pyproject-build-system) |
| 1420 | (native-inputs | ||
| 1421 | (list python-pytest | ||
| 1422 | python-setuptools | ||
| 1423 | python-wheel)) | ||
| 1420 | (propagated-inputs | 1424 | (propagated-inputs |
| 1421 | (list python-flake8)) | 1425 | (list python-flake8)) |
| 1422 | (native-inputs | ||
| 1423 | (list python-pytest)) | ||
| 1424 | (home-page "https://github.com/tholo/pytest-flake8") | 1426 | (home-page "https://github.com/tholo/pytest-flake8") |
| 1425 | (synopsis "Pytest plugin to check FLAKE8 requirements") | 1427 | (synopsis "Pytest plugin to check FLAKE8 requirements") |
| 1426 | (description | 1428 | (description |
