[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: Add python-iron-core.
From: |
guix-commits |
Subject: |
06/11: gnu: Add python-iron-core. |
Date: |
Tue, 14 Jan 2025 09:04:51 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 599cb69897b9597615f78a36d4ebf8a74b7909fe
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")
- branch python-team updated (49aa4fd6dd -> c33a720d4c), guix-commits, 2025/01/14
- 10/11: gnu: python-django-q2: Add missing inputs., guix-commits, 2025/01/14
- 07/11: gnu: Add python-iron-mq., guix-commits, 2025/01/14
- 04/11: gnu: python-rjsmin: Update to 1.2.3., guix-commits, 2025/01/14
- 03/11: gnu: python-rcssmin: Update to 1.2.0., guix-commits, 2025/01/14
- 05/11: gnu: python-django-compressor: Update to 4.5.1., guix-commits, 2025/01/14
- 06/11: gnu: Add python-iron-core.,
guix-commits <=
- 02/11: gnu: python-sentry-sdk: Update to 1.5.5., guix-commits, 2025/01/14
- 01/11: gnu: python-hiredis: Update to 3.1.0., guix-commits, 2025/01/14
- 08/11: gnu: Add python-django-q-sentry., guix-commits, 2025/01/14
- 09/11: gnu: Add python-django-q-rollbar., guix-commits, 2025/01/14
- 11/11: gnu: python-hyperkitty: Update to 1.3.12., guix-commits, 2025/01/14