guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: Add python2-booleanoperations.


From: Leo Famulari
Subject: 04/06: gnu: Add python2-booleanoperations.
Date: Tue, 28 Nov 2017 14:57:26 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 76040f71f116b4f788d6748a523eaa4ea18d1cf0
Author: ng0 <address@hidden>
Date:   Tue Nov 28 14:51:45 2017 -0500

    gnu: Add python2-booleanoperations.
    
    * gnu/packages/python.scm (python2-booleanoperations): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9bff57a..9e89e0d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11911,3 +11911,32 @@ belong to tagged versions.")
 
 (define-public python2-pyclipper
   (package-with-python2 python-pyclipper))
+
+(define-public python2-booleanoperations
+  (package
+    (name "python2-booleanoperations")
+    (version "0.7.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "booleanOperations" version ".zip"))
+       (sha256
+        (base32
+         "1hw42fazdpvsn77glx96hwsj9l17mvx37sc5707s08y5w6fx16mn"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:python ,python-2))
+    (native-inputs
+     `(("unzip" ,unzip)
+       ("python2-pytest-3.0" ,python2-pytest-3.0)
+       ("python2-pytest-runner" ,python2-pytest-runner)))
+    (propagated-inputs
+     `(("python-fonttools" ,python2-fonttools)
+       ("python-pyclipper" ,python2-pyclipper)
+       ("python-ufolib" ,python2-ufolib)))
+    (home-page "https://github.com/typemytype/booleanOperations";)
+    (synopsis "Boolean operations on paths")
+    (description
+     "BooleanOperations provides a Python library that enables
+boolean operations on paths.")
+    (license license:expat)))



reply via email to

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