[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
290/474: gnu: Add python-rgbxy.
From: |
guix-commits |
Subject: |
290/474: gnu: Add python-rgbxy. |
Date: |
Sat, 30 Nov 2024 18:20:39 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 0804b875d6138ffb681f0b434cd2f00de11a17aa
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 10 13:10:46 2024 +0000
gnu: Add python-rgbxy.
* gnu/packages/python-xyz.scm (python-rgbxy): New variable.
Change-Id: I67a1a6ae5a7ccba888fc938e4212937ec37adb85
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ed1c5c5fc8..b0216b317b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25433,6 +25433,27 @@ manipulation, or @code{stdout}.")
@end itemize")
(license license:expat)))
+(define-public python-rgbxy
+ (package
+ (name "python-rgbxy")
+ (version "0.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "rgbxy" version))
+ (sha256
+ (base32 "0c3dgm1rf7ih79pgkj7adffn8hlyqh5qah8rbzlq436kz3srk83q"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
+ (home-page "https://github.com/benknight/hue-python-rgb-converter")
+ (synopsis "RGB conversion tool in Python")
+ (description
+ "This packages implements funtionality of RGB/CIE1931 'xy' gammuts
+convertion: Gamut A, B, and C.")
+ (license license:expat)))
+
(define-public python-sure
(package
(name "python-sure")
- 268/474: gnu: python-pytest-openfiles: Adjust inputs., (continued)
- 268/474: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/30
- 275/474: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/30
- 267/474: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/30
- 273/474: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/30
- 278/474: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/30
- 279/474: gnu: Remove beets-next., guix-commits, 2024/11/30
- 280/474: gnu: beets: Use G-expressions., guix-commits, 2024/11/30
- 281/474: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/30
- 285/474: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/30
- 287/474: gnu: poetry: Fix build., guix-commits, 2024/11/30
- 290/474: gnu: Add python-rgbxy.,
guix-commits <=
- 292/474: gnu: beets-bandcamp: Add maintenance note., guix-commits, 2024/11/30
- 297/474: gnu: python-exceptiongroup: Move to python-build., guix-commits, 2024/11/30
- 296/474: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/30
- 295/474: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/30
- 299/474: gnu: Remove python-pytest-8., guix-commits, 2024/11/30
- 301/474: gnu: Remove python-pluggy-next., guix-commits, 2024/11/30
- 302/474: gnu: python-ptyprocess: Update to 0.7.0., guix-commits, 2024/11/30
- 306/474: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/30
- 307/474: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/30
- 308/474: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/30