diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-19 16:16:21 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:33 +0100 |
| commit | e7b46db0a7b639c1a6d42af2a821ad16cf6f7624 (patch) | |
| tree | 66744bdfc8ada9e51c30c1851b3f5fb95ac475bd /gnu/packages/python-web.scm | |
| parent | 730ca50d6ed846d13e5b6d33c83e58001cb09b6b (diff) | |
gnu: Remove python-sarif-om.
Not maintained since 2021, fails to build no users in Guix.
* gnu/packages/python-web.scm (python-sarif-om): Delete variable.
Change-Id: I7730b1c7b979bf4c58fe6db9cf56c101a08ef1ae
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 548ff576b13..898b122fa3c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2366,26 +2366,6 @@ code asynchronously.") AWS S3 Service using boto3 S3 resource as a driver.") (license license:asl2.0))) -(define-public python-sarif-om - (package - (name "python-sarif-om") - (version "1.0.4") - (source (origin - (method url-fetch) - (uri (pypi-uri "sarif_om" version)) - (sha256 - (base32 - "167gb8xjm0310km3w1s12bqldbv7zyklkr4j5900vq4361ml2pyd")))) - (build-system python-build-system) - (propagated-inputs (list python-attrs)) - (native-inputs (list python-pbr)) - (home-page "https://github.com/microsoft/sarif-python-om") - (synopsis "Python implementation of the SARIF 2.1.0 object model") - (description "This module contains classes for the object model defined -by the @url{https://sarifweb.azurewebsites.net,Static Analysis Results -Interchange Format (SARIF)} file format.") - (license license:expat))) - (define-public python-falcon (package (name "python-falcon") |
