all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: 50987@debbugs.gnu.org
Subject: [bug#50987] [PATCH 1/2] gnu: Add python-pyphotonfile.
Date: Sun, 03 Oct 2021 07:41:20 +0000	[thread overview]
Message-ID: <wWL2JJwgAO2nHCWccvc6EdD_PbUvZYevHcUC9W6DZijZ2zf1x4GTxMR9PFFcEWDRSUONBwqotcUdBMvCJ3MxpfPEXFAJtGCz9jWQPOKchgE=@protonmail.com> (raw)

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 14f5fdef54..5f4df4c7fb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23237,6 +23237,31 @@ qvarious formats: PDF, PostScript, PNG and even SVG.")
 existing Hunspell hyphenation dictionaries.")
     (license (list license:gpl2 license:lgpl2.1 license:mpl1.1))))

+(define-public python-pyphotonfile
+  (package
+    (name "python-pyphotonfile")
+    (version "0.2.1")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/fookatchu/pyphotonfile")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32
+            "1hh1fcn7q3kyk2413pjs18xnxvzrchrisbpj2cd59jrdp0qzgv2s"))))
+    (build-system python-build-system)
+    (inputs `(("python-numpy" ,python-numpy)
+              ("python-pillow" ,python-pillow)))
+    (home-page "https://github.com/fookatchu/pyphotonfile")
+    (synopsis "Library for Anycubic Photon 3D-Printer")
+    (description "This package provides library used for manipulating Photon-
+and cbddlp-files created for the Anycubic Photon 3D-Printer and compatibles
+(e.g. Elegoo Mars, etc.).  Currently it supports removing and adding new
+layers as well as changing global parameters like the exposure time, etc.")
+    (license license:gpl3)))
+
 (define-public python-intelhex
   (package
     (name "python-intelhex")
--
2.32.0




             reply	other threads:[~2021-10-03  7:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-03  7:41 phodina via Guix-patches via [this message]
2021-10-03  7:43 ` [bug#50987] [PATCH 2/2] gnu: Add python-sl1tophoton phodina via Guix-patches via
2021-10-03  7:48   ` phodina via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='wWL2JJwgAO2nHCWccvc6EdD_PbUvZYevHcUC9W6DZijZ2zf1x4GTxMR9PFFcEWDRSUONBwqotcUdBMvCJ3MxpfPEXFAJtGCz9jWQPOKchgE=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=50987@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.