[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v5 44/55] gnu: Add python-willow.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v5 44/55] gnu: Add python-willow. |
Date: |
Sun, 25 Jun 2023 18:57:45 +0200 |
* gnu/packages/python-xyz.scm (python-willow): New variable.
---
gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 942aaf8339..a505512aaa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8602,6 +8602,33 @@ (define-public python-pixelmatch
metrics.")
(license license:isc)))
+(define-public python-willow
+ (package
+ (name "python-willow")
+ (version "1.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "Willow" version))
+ (sha256
+ (base32 "12k5mv9jh0f5vjm87ss4d7kbkrcb3n5fa0gk9pvf9n3jk3d2rr1z"))))
+ (build-system pyproject-build-system)
+ (inputs
+ (list freetype lcms libjpeg-turbo libtiff libwebp openjpeg zlib))
+ (propagated-inputs
+ (list python-defusedxml python-filetype))
+ (home-page "https://github.com/wagtail/Willow";)
+ (synopsis
+ "A wrapper that combines the functionality of multiple Python image
+libraries into one API")
+ (description
+ "Willow is a simple image library that combines the APIs of Pillow, Wand
+and OpenCV. It converts the image between the libraries when necessary. Willow
+currently has basic resize and crop operations, face and feature detection and
+animated GIF support. New operations and library integrations can also be
+easily implemented.")
+ (license license:bsd-3)))
+
(define-public python-imagecodecs
(package
(name "python-imagecodecs")
--
2.40.1
- [bug#55474] [PATCH v5 32/55] gnu: python-django-haystack: Update to 3.2.1., (continued)
- [bug#55474] [PATCH v5 32/55] gnu: python-django-haystack: Update to 3.2.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 34/55] gnu: Add python-django-requests-debug-toolbar., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 35/55] gnu: postorius: Update to 1.3.7., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 37/55] gnu: python-django: Update default version to 4.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 38/55] gnu: python-django-taggit: Update to 3.1.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 39/55] gnu: python-django-filter: Update to 22.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 40/55] gnu: Add python-django-modelcluster., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 43/55] gnu: Add python-jinjalint., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 36/55] gnu: python-django-rest-framework: Update to 3.14.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 41/55] gnu: Add python-django-treebeard., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 44/55] gnu: Add python-willow.,
Nicolas Graves <=
- [bug#55474] [PATCH v5 45/55] gnu: Add python-django-request., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 46/55] gnu: Add python-django-environ., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 42/55] gnu: Add python-parsy., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 49/55] gnu: Add python-anyascii., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 48/55] gnu: Add python-l18n., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 47/55] gnu: Add python-draftjs-exporter., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 50/55] gnu: Add python-telepath., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 51/55] gnu: Add python-django-permissionedforms., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 54/55] gnu: Add python-wagtail-factories., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 55/55] gnu: Add python-wagtail-localize., Nicolas Graves, 2023/06/25