From 556ac2bed6ce365c05253dd3a5b3639f8fe9403d Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 25 Oct 2022 16:38:36 +0200 Subject: [builder][server][proxy] remove unneeded, commented-out python-immutables package definition from hydrilla.scm --- hydrilla-guix/hydrilla.scm | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/hydrilla-guix/hydrilla.scm b/hydrilla-guix/hydrilla.scm index d505bf8..70e052b 100644 --- a/hydrilla-guix/hydrilla.scm +++ b/hydrilla-guix/hydrilla.scm @@ -237,36 +237,6 @@ replay web traffic such as HTTP/1, HTTP/2, WebSockets, or any other SSL/TLS-protected protocols.") (license license:expat))) -;; (define-public python-immutables-for-haketilo -;; (let ((base python-immutables)) -;; (package -;; (inherit base) -;; (version "0.19") -;; (source -;; (origin -;; ;; Old version tarballs seem to be getting deleted from PyPI each time -;; ;; a new version comes out. -;; (method git-fetch) -;; (uri (git-reference -;; (url "https://github.com/MagicStack/immutables") -;; (commit (string-append "v" version)))) -;; (sha256 -;; (base32 -;; "1awjylp4pl0jknwgnabg7kkj8f8883fkf99spsdrw1pj1acajvy9")))) -;; (arguments -;; `(#:phases -;; (modify-phases %standard-phases -;; (add-after 'unpack 'fix-expected-mypy-types -;; (lambda _ -;; (substitute* "tests/test-data/check-immu.test" -;; (("builtins.str") "builtins.str*")))) -;; (replace 'check -;; (lambda* (#:key tests? #:allow-other-keys) -;; (when tests? -;; (invoke "pytest"))))))) -;; (native-inputs -;; (list python-pytest python-mypy))))) - (define-public python-types-requests (package (name "python-types-requests") @@ -324,7 +294,7 @@ static types.") python-flask-for-haketilo python-gnupg python-html5lib - python-immutables ;;python-immutables-for-haketilo + python-immutables python-itsdangerous python-jsonschema reuse)) -- cgit v1.2.3