unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39316] [PATCH] gnu: Add python-pypng.
@ 2020-01-27 21:08 Jakub Kądziołka
  2020-01-28  8:29 ` bug#39316: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Kądziołka @ 2020-01-27 21:08 UTC (permalink / raw)
  To: 39316

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2af2b2011c..c5e6731642 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -68,6 +68,7 @@
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2019 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
+;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -17436,3 +17437,32 @@ Project, or not such a gitlab instance when your upstream doesn't use any
 dedicated platform.  The tool proposes a unified interface for any format and
 an upload option to send your work back to the platform.")
     (license license:gpl3+)))
+
+(define-public python-pypng
+  (package
+    (name "python-pypng")
+    (version "0.0.20")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pypng" version))
+        (sha256
+          (base32
+            "02qpa22ls41vwsrzw9r9qhj1nhq05p03hb5473pay6y980s86chh"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/drj11/pypng")
+    (synopsis "Pure Python PNG image encoder/decoder")
+    (description
+      ;; Description adapted from Debian
+      "The PyPNG module implements support for PNG images.  It reads and writes PNG files
+with all allowable bit depths (1/2/4/8/16/24/32/48/64 bits per pixel) and colour
+combinations: greyscale (1/2/4/8/16 bit); RGB, RGBA, LA (greyscale with alpha) with
+8/16 bits per channel; colour mapped images (1/2/4/8 bit).  Adam7 interlacing is supported
+for reading and writing.  A number of optional chunks can be specified (when writing) and
+understood (when reading): tRNS, bKGD, gAMA.
+
+PyPNG is not a high level toolkit for image processing (like PIL) and does not aim at
+being a replacement or competitor.  Its strength lies in fine-grained extensive support of
+PNG features.  It can also read and write Netpbm PAM files, with a focus on its use as an
+intermediate format for implementing custom PNG processing.")
+    (license license:expat)))
-- 
2.25.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39316: [PATCH] gnu: Add python-pypng.
  2020-01-27 21:08 [bug#39316] [PATCH] gnu: Add python-pypng Jakub Kądziołka
@ 2020-01-28  8:29 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-01-28  8:29 UTC (permalink / raw)
  To: Jakub Kądziołka; +Cc: 39316-done

Hello,

Jakub Kądziołka <kuba@kadziolka.net> writes:

> * gnu/packages/python-xyz.scm (python-pypng): New variable.

Applied as 479f401361a5f7dc54c7fefdca211bd2452dea5a.

I fixed the indentation, which was a bit off, and re-filled the
description, where the lines were too long.

Thank you!

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-28  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27 21:08 [bug#39316] [PATCH] gnu: Add python-pypng Jakub Kądziołka
2020-01-28  8:29 ` bug#39316: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).