diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-25 16:38:36 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-25 16:46:23 +0200 |
commit | 556ac2bed6ce365c05253dd3a5b3639f8fe9403d (patch) | |
tree | bb10ed4382c7b32f4c9e646b762a00cfbda38390 /hydrilla-guix | |
parent | f7c4dff95e88d58d61c51b2a6b94c90e2e4e0c4b (diff) | |
download | haketilo-hydrilla-556ac2bed6ce365c05253dd3a5b3639f8fe9403d.tar.gz haketilo-hydrilla-556ac2bed6ce365c05253dd3a5b3639f8fe9403d.zip |
[builder][server][proxy] remove unneeded, commented-out python-immutables package definition from hydrilla.scm
Diffstat (limited to 'hydrilla-guix')
-rw-r--r-- | hydrilla-guix/hydrilla.scm | 32 |
1 files changed, 1 insertions, 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)) |