mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-vcrpy: Update to 7.0.0.
* gnu/packages/python-check.scm (python-vcrpy): Update to 7.0.0. [native-inputs]: Remove python-flask, python-ipaddress, python-mock. Add python-aiohttp, python-boto3, python-httpx, python-pytest-aiohttp, python-pytest-asyncio, python-requests, python-tornado, python-werkzeug. [propagated-inputs]: Remove python-six.
This commit is contained in:
parent
0165b28b86
commit
20c8141746
1 changed files with 11 additions and 10 deletions
|
@ -3314,13 +3314,13 @@ attachments).
|
||||||
(define-public python-vcrpy
|
(define-public python-vcrpy
|
||||||
(package
|
(package
|
||||||
(name "python-vcrpy")
|
(name "python-vcrpy")
|
||||||
(version "6.0.2")
|
(version "7.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "vcrpy" version))
|
(uri (pypi-uri "vcrpy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02fwmmc33qqybzbj1lvdz458g1fffm5cgnqihj4larw4268kvqc8"))))
|
(base32 "0l1sdfc51024jclqv9104nagpirxx8w0gcn5h0bdxv950jnr2qqp"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3333,22 +3333,23 @@ attachments).
|
||||||
"test_testcase_playback")
|
"test_testcase_playback")
|
||||||
" and not "))))
|
" and not "))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list nss-certs-for-test
|
(list python-aiohttp
|
||||||
python-flask
|
python-boto3
|
||||||
python-httplib2
|
python-httplib2
|
||||||
python-ipaddress
|
python-httpx
|
||||||
python-mock
|
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
|
python-pytest-aiohttp
|
||||||
|
python-pytest-asyncio
|
||||||
python-pytest-httpbin
|
python-pytest-httpbin
|
||||||
|
python-requests
|
||||||
python-setuptools
|
python-setuptools
|
||||||
|
python-tornado
|
||||||
python-urllib3
|
python-urllib3
|
||||||
|
python-werkzeug
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pyyaml
|
(list python-pyyaml python-wrapt python-yarl))
|
||||||
python-six
|
|
||||||
python-wrapt
|
|
||||||
python-yarl))
|
|
||||||
(home-page "https://github.com/kevin1024/vcrpy")
|
(home-page "https://github.com/kevin1024/vcrpy")
|
||||||
(synopsis "Automatically mock your HTTP interactions")
|
(synopsis "Automatically mock your HTTP interactions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue