Guest User

ammosreader

a guest
May 11th, 2022
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 0.87 KB | None | 0 0
  1. (define-public python-ammosreader
  2.   (let ((commit "47ea86d5f3c6fc6f9be9813ea3d00fad628fdf97")
  3.         (revision "68"))
  4.   (package
  5.    (name "python-ammosreader")
  6.    (version (git-version "1.0.1" revision commit))
  7.    (source (origin
  8.       (method git-fetch)
  9.       (uri (git-reference
  10.             (url "[email protected]:kidzg/ammosreader.git")
  11.             (commit commit)))
  12.       (file-name (git-file-name name version))
  13.       (sha256
  14.        (base32 "0wvbc9cxdmdmxi1jxrl2qa34g20pysrnba3drbby8qhcjdj0r0mj"))))
  15.   (build-system python-build-system)
  16.   (propagated-inputs (list python-numpy python-pymongo python-scipy python-setuptools-scm python-sphinx-adc-theme))
  17.   (home-page "http://gitlab.kid.local/kidzg/ammosreader")
  18.   (synopsis "Reader for various R&S AMMOS data streams")
  19.   (description "Reader for various R&S AMMOS data streams")
  20.   (license license:asl2.0))))
  21.  
Advertisement
Add Comment
Please, Sign In to add comment