summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm33
1 files changed, 7 insertions, 26 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1fcbfe460b9..3d571662dda 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -614,7 +614,6 @@ services.")
614 (list python-bottle 614 (list python-bottle
615 python-mock 615 python-mock
616 python-pytest-8 616 python-pytest-8
617 python-pytest-cov
618 python-pytest-mock 617 python-pytest-mock
619 python-setuptools)) 618 python-setuptools))
620 (propagated-inputs 619 (propagated-inputs
@@ -2578,10 +2577,7 @@ aiohttp. It supports SOCKS4(a) and SOCKS5.")
2578 (list 2577 (list
2579 #:tests? #f)) ;tests require internet access 2578 #:tests? #f)) ;tests require internet access
2580 (native-inputs 2579 (native-inputs
2581 (list python-pytest 2580 (list python-pytest python-pytest-asyncio python-setuptools))
2582 python-pytest-cov
2583 python-pytest-asyncio
2584 python-setuptools))
2585 (propagated-inputs (list python-pycares)) 2581 (propagated-inputs (list python-pycares))
2586 (home-page "https://github.com/saghul/aiodns") 2582 (home-page "https://github.com/saghul/aiodns")
2587 (synopsis "Simple DNS resolver for asyncio") 2583 (synopsis "Simple DNS resolver for asyncio")
@@ -2688,10 +2684,7 @@ comes with a SOCKS proxy client.")
2688 (base32 "1wf89l9f0ivlv796pklpgykx6j6ksfqrmvzikd8w5j6ldln7bv50")))) 2684 (base32 "1wf89l9f0ivlv796pklpgykx6j6ksfqrmvzikd8w5j6ldln7bv50"))))
2689 (build-system pyproject-build-system) 2685 (build-system pyproject-build-system)
2690 (native-inputs 2686 (native-inputs
2691 (list python-pytest 2687 (list python-pytest python-pytest-asyncio python-setuptools))
2692 python-pytest-cov
2693 python-pytest-asyncio
2694 python-setuptools))
2695 (propagated-inputs 2688 (propagated-inputs
2696 (list python-typing-extensions)) 2689 (list python-typing-extensions))
2697 (home-page "https://github.com/vxgmichel/aiostream") 2690 (home-page "https://github.com/vxgmichel/aiostream")
@@ -3532,7 +3525,6 @@ origin than that of the web application.")
3532 (list python-cryptography 3525 (list python-cryptography
3533 python-mock 3526 python-mock
3534 python-pytest 3527 python-pytest
3535 python-pytest-cov
3536 python-pytest-randomly 3528 python-pytest-randomly
3537 python-pytest-timeout 3529 python-pytest-timeout
3538 python-setuptools)) 3530 python-setuptools))
@@ -3660,7 +3652,6 @@ other HTTP libraries.")
3660 python-objgraph 3652 python-objgraph
3661 python-path 3653 python-path
3662 python-pytest 3654 python-pytest
3663 python-pytest-cov
3664 python-pytest-forked 3655 python-pytest-forked
3665 python-pytest-services 3656 python-pytest-services
3666 python-pytest-sugar 3657 python-pytest-sugar
@@ -3982,7 +3973,6 @@ Context Protocol (MCP).")
3982 (list python-beautifulsoup4 python-lxml python-requests)) 3973 (list python-beautifulsoup4 python-lxml python-requests))
3983 (native-inputs 3974 (native-inputs
3984 (list python-pytest 3975 (list python-pytest
3985 python-pytest-cov
3986 python-pytest-flake8 3976 python-pytest-flake8
3987 python-pytest-httpbin 3977 python-pytest-httpbin
3988 python-pytest-mock 3978 python-pytest-mock
@@ -5065,10 +5055,7 @@ state-tracking and configuration abstractions.")
5065 (list 5055 (list
5066 #:test-flags #~(list "--ignore=tests/test_cli.py"))) 5056 #:test-flags #~(list "--ignore=tests/test_cli.py")))
5067 (native-inputs 5057 (native-inputs
5068 (list python-pytest 5058 (list python-pytest python-pytest-socket python-setuptools))
5069 python-pytest-cov
5070 python-pytest-socket
5071 python-setuptools))
5072 (propagated-inputs 5059 (propagated-inputs
5073 (list python-idna)) 5060 (list python-idna))
5074 (home-page "https://github.com/niksite/url-normalize") 5061 (home-page "https://github.com/niksite/url-normalize")
@@ -7733,7 +7720,7 @@ pass private data, and to spawn subprocesses to handle requests.")
7733 (sha256 7720 (sha256
7734 (base32 "15as15mgz9xn33abwrp0x0mbj537ib3q47z8ky5475c05wasznwx")))) 7721 (base32 "15as15mgz9xn33abwrp0x0mbj537ib3q47z8ky5475c05wasznwx"))))
7735 (build-system pyproject-build-system) 7722 (build-system pyproject-build-system)
7736 (native-inputs (list python-pytest python-pytest-cov python-setuptools)) 7723 (native-inputs (list python-pytest python-setuptools))
7737 (home-page "https://pylonsproject.org/") 7724 (home-page "https://pylonsproject.org/")
7738 (synopsis "Load, configure, and compose WSGI applications and servers") 7725 (synopsis "Load, configure, and compose WSGI applications and servers")
7739 (description 7726 (description
@@ -7998,7 +7985,7 @@ mainloop.")
7998 (list 7985 (list
7999 #:test-flags 7986 #:test-flags
8000 #~(list "--pyargs" "dpkt"))) 7987 #~(list "--pyargs" "dpkt")))
8001 (native-inputs (list python-pytest python-pytest-cov python-setuptools)) 7988 (native-inputs (list python-pytest python-setuptools))
8002 (home-page "https://github.com/kbandla/dpkt") 7989 (home-page "https://github.com/kbandla/dpkt")
8003 (synopsis "Packet generator and parser for TCP/IP protocols") 7990 (synopsis "Packet generator and parser for TCP/IP protocols")
8004 (description 7991 (description
@@ -8704,7 +8691,6 @@ libraries.")
8704 python-orjson 8691 python-orjson
8705 python-pytest 8692 python-pytest
8706 python-pytest-asyncio 8693 python-pytest-asyncio
8707 python-pytest-cov
8708 python-pytz 8694 python-pytz
8709 python-pyyaml 8695 python-pyyaml
8710 python-requests 8696 python-requests
@@ -10842,10 +10828,7 @@ according to the standard set by PasteDeploy")
10842 ;; file=/tmp/guix-build-python-hupper-1.12.1.drv-0/tmpm9n4697p 10828 ;; file=/tmp/guix-build-python-hupper-1.12.1.drv-0/tmpm9n4697p
10843 #:test-flags #~(list "--ignore=tests/test_it.py"))) 10829 #:test-flags #~(list "--ignore=tests/test_it.py")))
10844 (native-inputs 10830 (native-inputs
10845 (list python-pytest 10831 (list python-pytest python-setuptools python-wheel))
10846 python-pytest-cov
10847 python-setuptools
10848 python-wheel))
10849 (propagated-inputs 10832 (propagated-inputs
10850 (list python-watchdog)) 10833 (list python-watchdog))
10851 (home-page "https://readthedocs.org/projects/hupper") 10834 (home-page "https://readthedocs.org/projects/hupper")
@@ -11590,9 +11573,7 @@ interpreter written in pure Python.")
11590 (add-after 'unpack 'change-directory 11573 (add-after 'unpack 'change-directory
11591 (lambda _ (chdir "python") #t))))) 11574 (lambda _ (chdir "python") #t)))))
11592 (native-inputs 11575 (native-inputs
11593 (list python-pytest 11576 (list python-pytest python-setuptools))
11594 python-pytest-cov
11595 python-setuptools))
11596 (propagated-inputs 11577 (propagated-inputs
11597 (list python-cryptography)) 11578 (list python-cryptography))
11598 (home-page "https://github.com/web-push-libs/encrypted-content-encoding") 11579 (home-page "https://github.com/web-push-libs/encrypted-content-encoding")