mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aioftp: Update to 0.22.3.
* gnu/packages/python-web.scm (python-aioftp): Update to 0.22.3. [build-system]: Swap to pyproject-build-system, there is no setup.py in new release. [arguments] <#:phases>: Use standard 'check phase. Change-Id: I8e6a145da86e5ed56eb184d98d54bc8093a3bd1f
This commit is contained in:
parent
991e41553c
commit
7d92083027
1 changed files with 3 additions and 9 deletions
|
@ -3546,20 +3546,14 @@ adapter for use with the Requests library.")
|
||||||
(define-public python-aioftp
|
(define-public python-aioftp
|
||||||
(package
|
(package
|
||||||
(name "python-aioftp")
|
(name "python-aioftp")
|
||||||
(version "0.21.4")
|
(version "0.22.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aioftp" version))
|
(uri (pypi-uri "aioftp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f8vql2j2b3ykqyh5bxzsp8x5f2if2c1ya232ld3hz3cc7a2dfr8"))))
|
"0w621mg956m9rn7v39jpwi4gpnpl90pprwl29cp640dahqqv38ms"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(invoke "pytest" "-vvv")))))))
|
|
||||||
(native-inputs (list python-async-timeout python-pytest
|
(native-inputs (list python-async-timeout python-pytest
|
||||||
python-pytest-asyncio python-pytest-cov
|
python-pytest-asyncio python-pytest-cov
|
||||||
python-trustme))
|
python-trustme))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue