summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authormstenek <mstenek@disroot.org>2025-09-30 19:46:04 -0600
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-07 14:32:08 +0100
commita41a9c3b3e0e40d23ba77a8980adf0278bfe74aa (patch)
tree23c6a695e0c36f1684d74e82740a6c47eada10cd /gnu/packages/python-xyz.scm
parent33648682eb4654021a16901fe6ab1058bff09a4c (diff)
gnu: Add python-pywal16.
* gnu/packages/python-xyz.scm (python-pywal16): New Variable. Change-Id: If3781f92c182cbde0b7e0740354c441e4a226c2e Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0c6ca07d9c..aaa23e12d7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13543,6 +13543,35 @@ in an image. It then applies the colors system-wide and on-the-fly in all of
your favourite programs.")
(license license:expat)))
+(define-public python-pywal16
+ (package
+ (name "python-pywal16")
+ (version "3.8.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pywal16" version))
+ (sha256
+ (base32 "0836ya6zw0dglh0yldd9apsfvh5f9cxvmy8nc7aw2w8s491yancf"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ '(modify-phases %standard-phases
+ (add-before 'check 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
+ (native-inputs
+ (list imagemagick
+ python-pytest
+ python-setuptools))
+ (home-page "https://github.com/eylles/pywal16")
+ (synopsis "16 colors fork of pywal")
+ (description
+ "Pywal16 is a tool that generates a color palette from the dominant
+colors in an image. It then applies the colors system-wide and on-the-fly in
+all of your favorite programs.")
+ (license license:expat)))
+
(define-public python-click-didyoumean
(package
(name "python-click-didyoumean")