mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
f4efab0f45
commit
54573bc164
1 changed files with 0 additions and 20 deletions
|
@ -2366,26 +2366,6 @@ code asynchronously.")
|
||||||
AWS S3 Service using boto3 S3 resource as a driver.")
|
AWS S3 Service using boto3 S3 resource as a driver.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public python-falcon
|
||||||
(package
|
(package
|
||||||
(name "python-falcon")
|
(name "python-falcon")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue