mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add python-iron-core.
* gnu/packages/python-xyz.scm (python-iron-core): New variable. Change-Id: I0ba16f575e111b86f7c8aac5e8d2eb5331e082c6
This commit is contained in:
parent
5d70708db3
commit
d82b48cf58
1 changed files with 20 additions and 0 deletions
|
@ -2874,6 +2874,26 @@ (define-public python-icmplib
|
|||
utilities such as ping(1).")
|
||||
(license license:lgpl3)))
|
||||
|
||||
(define-public python-iron-core
|
||||
(package
|
||||
(name "python-iron-core")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "iron-core" version))
|
||||
(sha256
|
||||
(base32 "158vdymq6nbym0v1f9l5gz42j1gsq09b9yw9hgd70m5ymy30n6dp"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-dateutil python-requests))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://www.github.com/iron-io/iron_core_python")
|
||||
(synopsis "Universal classes and methods for Iron.io API wrappers")
|
||||
(description
|
||||
"This package provides universal classes and methods for the Iron.io API
|
||||
wrappers to build on.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-rasterio
|
||||
(package
|
||||
(name "python-rasterio")
|
||||
|
|
Loading…
Reference in a new issue