diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-19 16:17:57 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:33 +0100 |
| commit | fca31a2254b2916ab83cbec736faf8510ce83f43 (patch) | |
| tree | d834d2d11c6be3f8c70a71ca4c97b2603a7738c6 /gnu/packages/python-web.scm | |
| parent | e7b46db0a7b639c1a6d42af2a821ad16cf6f7624 (diff) | |
gnu: Remove python-jschema-to-python.
Not maintained since 2019, fails to build no users in Guix.
* gnu/packages/python-web.scm (python-jschema-to-python): Delete variable.
Change-Id: I73b10bece77b029dfa4c5deb6f749145b942e98b
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 898b122fa3..e6e8959e7a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2229,25 +2229,6 @@ the CloudFormation spec and additional checks. Includes checking valid values for resource properties and best practices.") (license license:expat))) -(define-public python-jschema-to-python - (package - (name "python-jschema-to-python") - (version "1.2.3") - (source (origin - (method url-fetch) - (uri (pypi-uri "jschema_to_python" version)) - (sha256 - (base32 - "14cvaiwm56g0v6p7zviikaa5i9ln3yqy910jmp60hirhbpz19zvn")))) - (build-system python-build-system) - (propagated-inputs (list python-attrs python-jsonpickle python-pbr)) - (native-inputs (list python-pytest)) - (home-page "https://github.com/microsoft/jschema-to-python") - (synopsis "Generate Python classes from a JSON schema") - (description "This package generates source code for Python classes from a -@url{http://jschema.org,JSchema} JSON schema.") - (license license:expat))) - (define-public python-requests-cache (package (name "python-requests-cache") |
