[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
291/361: gnu: Add python-rgbxy.
From: |
guix-commits |
Subject: |
291/361: gnu: Add python-rgbxy. |
Date: |
Thu, 21 Nov 2024 06:29:37 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit bd7e69af86742b182fd105182fe5b0c6a2950587
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 03563a51d6..125f681e08 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25411,6 +25411,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")
- 262/361: gnu: python-pandera: Adjust inputs., (continued)
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/21
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/21
- 279/361: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/21
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/21
- 284/361: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/21
- 286/361: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/21
- 285/361: gnu: Add python-sphinx-design., guix-commits, 2024/11/21
- 287/361: gnu: Add python-pypa-installer., guix-commits, 2024/11/21
- 289/361: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/21
- 288/361: gnu: poetry: Fix build., guix-commits, 2024/11/21
- 291/361: gnu: Add python-rgbxy.,
guix-commits <=
- 302/361: gnu: Remove python-pluggy-next., guix-commits, 2024/11/21
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/21
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/21
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/21
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/21
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/21
- 311/361: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/21
- 315/361: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/21
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/21
- 331/361: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/21