emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60282: closed ([PATCH] gnu: Add python-pixelmatch.)


From: GNU bug Tracking System
Subject: bug#60282: closed ([PATCH] gnu: Add python-pixelmatch.)
Date: Wed, 01 Mar 2023 15:27:02 +0000

Your message dated Wed, 01 Mar 2023 15:26:21 +0000
with message-id <878rggxzkh.fsf@cbaines.net>
and subject line Re: [bug#60282] [PATCH] gnu: Add python-pixelmatch.
has caused the debbugs.gnu.org bug report #60282,
regarding [PATCH] gnu: Add python-pixelmatch.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60282: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60282
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-pixelmatch. Date: Fri, 23 Dec 2022 19:32:59 +0100
* gnu/packages/python-xyz.scm (python-pixelmatch): New variable.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5cc2061ec1..0a39dfec42 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7656,6 +7656,26 @@ (define-public python-pillow-simd
     (description "This package is a fork of Pillow which adds support for SIMD
 parallelism.")))
 
+(define-public python-pixelmatch
+  (package
+    (name "python-pixelmatch")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pixelmatch" version))
+       (sha256
+        (base32 "16b0cz136dcmj4dbr505igpql8dmqmr9vni5nbaa5kygjfjkdynh"))))
+    (build-system python-build-system)
+    (native-inputs (list python-pillow))
+    (home-page "https://github.com/whtsky/pixelmatch-py";)
+    (synopsis "A pixel-level image comparison library")
+    (description "This package provides a pixel-level image comparison library
+for Python, originally created to compare screenshots in tests.  Its features
+include accurate anti-aliased pixels detection and perceptual color difference
+metrics.")
+    (license license:isc)))
+
 (define-public python-imagecodecs
   (package
     (name "python-imagecodecs")
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#60282] [PATCH] gnu: Add python-pixelmatch. Date: Wed, 01 Mar 2023 15:26:21 +0000 User-agent: mu4e 1.8.13; emacs 28.2
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/python-xyz.scm (python-pixelmatch): New variable.
> ---
>  gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)

Thanks, pushed to master as 722073b151da3f42d4e2d24fadcac561ed428a52.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]