Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (define-public python-ammosreader
- (let ((commit "47ea86d5f3c6fc6f9be9813ea3d00fad628fdf97")
- (revision "68"))
- (package
- (name "python-ammosreader")
- (version (git-version "1.0.1" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0wvbc9cxdmdmxi1jxrl2qa34g20pysrnba3drbby8qhcjdj0r0mj"))))
- (build-system python-build-system)
- (propagated-inputs (list python-numpy python-pymongo python-scipy python-setuptools-scm python-sphinx-adc-theme))
- (home-page "http://gitlab.kid.local/kidzg/ammosreader")
- (synopsis "Reader for various R&S AMMOS data streams")
- (description "Reader for various R&S AMMOS data streams")
- (license license:asl2.0))))
Advertisement
Add Comment
Please, Sign In to add comment