guix-commits
[Top][All Lists]
Advanced

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

01/76: gnu: Add python-zbarlight.


From: guix-commits
Subject: 01/76: gnu: Add python-zbarlight.
Date: Wed, 31 May 2023 12:22:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 82df30dbfd52710d8c75a7ddf0f092f03d38de9e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 27 13:22:48 2023 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f7e3f6f538..1826eb497d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32998,6 +32998,25 @@ functions
 markdown-compliant strings.")
     (license license:expat)))
 
+(define-public python-zbarlight
+  (package
+    (name "python-zbarlight")
+    (version "3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "zbarlight" version))
+              (sha256
+               (base32
+                "1v5c9bim8af6g8kgxp2dhm96n5vkr8sqi56w0bdh1xy49v03lw3g"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-pillow))
+    (inputs (list zbar))
+    (home-page "https://github.com/Polyconseil/zbarlight";)
+    (synopsis "Simple Python wrapper for the zbar barcode library")
+    (description "Zbarlight is a simple wrapper for the zbar library.  It can
+read all zbar supported codes.")
+    (license license:bsd-3)))
+
 (define-public python-zeroc-ice
   (package
     (name "python-zeroc-ice")



reply via email to

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