mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-iron-mq.
* gnu/packages/python-xyz.scm (python-iron-mq): New variable. Change-Id: I97e18d93118747659db962c0fd2d384900ad254d
This commit is contained in:
parent
a355033473
commit
8c8d402818
1 changed files with 21 additions and 0 deletions
|
@ -2894,6 +2894,27 @@ utilities such as ping(1).")
|
|||
wrappers to build on.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-iron-mq
|
||||
(package
|
||||
(name "python-iron-mq")
|
||||
(version "0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "iron-mq" version))
|
||||
(sha256
|
||||
(base32 "1ypc71xppidy5lx3mbfj1zc685na3jns441q6il8kh6rfbc42169"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-iron-core))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/iron-io/iron_mq_python")
|
||||
(synopsis "Client library for IronMQ, a message queue in the cloud")
|
||||
(description
|
||||
"This package provides Python language bindings for IronMQ. IronMQ is an
|
||||
elastic message queue for managing data and event flow within cloud
|
||||
applications and between systems.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-rasterio
|
||||
(package
|
||||
(name "python-rasterio")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue