[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: |
Fri, 22 Nov 2024 06:01:00 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit ae3e32e2bfd1378726808e48b96a0b5e1623fe98
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")
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., (continued)
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/22
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/22
- 197/361: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 256/361: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/22
- 219/361: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/22
- 247/361: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/22
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/22
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/22
- 272/361: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/22
- 273/361: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/22
- 291/361: gnu: Add python-rgbxy.,
guix-commits <=
- 278/361: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/22
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/22
- 297/361: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/22
- 300/361: gnu: Remove python-pytest-8., guix-commits, 2024/11/22
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/22
- 326/361: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/22
- 328/361: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/22
- 331/361: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/22
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/22
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/22