~ruther/guix-local

a41a9c3b3e0e40d23ba77a8980adf0278bfe74aa — mstenek 5 months ago 3364868
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>
1 files changed, 29 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +29 -0
@@ 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")