[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
354/455: gnu: Add python-iron-core.
From: |
guix-commits |
Subject: |
354/455: gnu: Add python-iron-core. |
Date: |
Mon, 20 Jan 2025 15:47:29 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit a355033473f8a234d2fd4e5d1d3957140d09f6a5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 14 14:28:59 2025 +0100
gnu: Add python-iron-core.
* gnu/packages/python-xyz.scm (python-iron-core): New variable.
Change-Id: I0ba16f575e111b86f7c8aac5e8d2eb5331e082c6
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f4e259c274..9a94a2a8cb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2874,6 +2874,26 @@ ICMP is typically used for diagnostic or control
purposes - well known from
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")
- 311/455: gnu: python-tweepy: Disable tests., (continued)
- 311/455: gnu: python-tweepy: Disable tests., guix-commits, 2025/01/20
- 336/455: gnu: Remove wireservice-package syntax rule., guix-commits, 2025/01/20
- 338/455: gnu: mididings: Add missing inputs., guix-commits, 2025/01/20
- 312/455: gnu: Remove python-tinycss., guix-commits, 2025/01/20
- 341/455: gnu: python-django-q: Update to 1.3.9., guix-commits, 2025/01/20
- 347/455: gnu: python-astroscrappy: Add missing input., guix-commits, 2025/01/20
- 320/455: gnu: Remove python-pytest-toolbox., guix-commits, 2025/01/20
- 335/455: gnu: csvkit: Update to 2.0.1., guix-commits, 2025/01/20
- 345/455: gnu: python-dust-extinction: Add missing input., guix-commits, 2025/01/20
- 343/455: gnu: python-django-mailman3: Update to 1.3.15., guix-commits, 2025/01/20
- 354/455: gnu: Add python-iron-core.,
guix-commits <=
- 359/455: gnu: python-hyperkitty: Update to 1.3.12., guix-commits, 2025/01/20
- 323/455: gnu: python-pytest-ordering: Switch to maintained fork pytest-order., guix-commits, 2025/01/20
- 352/455: gnu: python-rjsmin: Update to 1.2.3., guix-commits, 2025/01/20
- 364/455: gnu: python-stpipe: Add missing inputs., guix-commits, 2025/01/20
- 368/455: gnu: python-toolrack: Update to 4.0.1., guix-commits, 2025/01/20
- 377/455: gnu: Add python-aioitertools., guix-commits, 2025/01/20
- 398/455: gnu: python-pplpy: Add missing inputs., guix-commits, 2025/01/20
- 392/455: gnu: python-nbstripout: Update to 0.8.1., guix-commits, 2025/01/20
- 396/455: gnu: python-hdf4: Update to 0.9.2., guix-commits, 2025/01/20
- 411/455: gnu: Add rust-dpc-pariter-0.4., guix-commits, 2025/01/20