aboutsummaryrefslogtreecommitdiff
path: root/hydrilla-guix
diff options
context:
space:
mode:
Diffstat (limited to 'hydrilla-guix')
-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))
mmit/.dir-locals.el?id=049aefddb2c88dd256a0705683a75704ff830b01'>tests: Add (guix http-client) tests....Ludovic Courtès 2022-01-29.dir-locals.el: Don't mess up indentation of prepend and append....Liliana Marie Prikler 2021-08-12Merge branch 'master' into core-updates-frozen...Marius Bakke 2021-08-02.dir-locals.el: Specify indentation rule for with-shepherd-action....Maxim Cournoyer 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-11packages: Add 'modify-inputs'....Ludovic Courtès 2021-06-29pack: Add support for the deb format....Maxim Cournoyer