aboutsummaryrefslogtreecommitdiff
path: root/hydrilla-guix/hydrilla.scm
diff options
context:
space:
mode:
Diffstat (limited to 'hydrilla-guix/hydrilla.scm')
-rw-r--r--hydrilla-guix/hydrilla.scm32
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))