Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-Willow Add py-Willow-1.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d06247803b3
branches: trunk
changeset: 436500:4d06247803b3
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Aug 03 23:49:52 2020 +0000
description:
Add py-Willow-1.4:
A Python image library that sits on top of Pillow, Wand and OpenCV.
Willow currently has basic resize and crop operations, face and feature
detection and animated GIF support.
diffstat:
graphics/py-Willow/DESCR | 4 ++++
graphics/py-Willow/Makefile | 22 ++++++++++++++++++++++
graphics/py-Willow/PLIST | 34 ++++++++++++++++++++++++++++++++++
graphics/py-Willow/distinfo | 6 ++++++
4 files changed, 66 insertions(+), 0 deletions(-)
diffs (82 lines):
diff -r 7d4026b08c5c -r 4d06247803b3 graphics/py-Willow/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-Willow/DESCR Mon Aug 03 23:49:52 2020 +0000
@@ -0,0 +1,4 @@
+A Python image library that sits on top of Pillow, Wand and OpenCV.
+
+Willow currently has basic resize and crop operations, face and feature
+detection and animated GIF support.
diff -r 7d4026b08c5c -r 4d06247803b3 graphics/py-Willow/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-Willow/Makefile Mon Aug 03 23:49:52 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/08/03 23:49:52 joerg Exp $
+
+DISTNAME= Willow-1.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=wagtail/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/wagtail/Willow
+COMMENT= Wrapper library for Pillow, OpenCV and Wand
+LICENSE= modified-bsd
+
+GITHUB_PROJECT= Willow
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+= ${PYPKGPREFIX}-wand-[0-9]*:../../graphics/py-wand
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+
+.include "../../graphics/opencv/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7d4026b08c5c -r 4d06247803b3 graphics/py-Willow/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-Willow/PLIST Mon Aug 03 23:49:52 2020 +0000
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/03 23:49:52 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/willow/__init__.py
+${PYSITELIB}/willow/__init__.pyc
+${PYSITELIB}/willow/__init__.pyo
+${PYSITELIB}/willow/data/cascades/haarcascade_frontalface_alt2.xml
+${PYSITELIB}/willow/image.py
+${PYSITELIB}/willow/image.pyc
+${PYSITELIB}/willow/image.pyo
+${PYSITELIB}/willow/plugins/__init__.py
+${PYSITELIB}/willow/plugins/__init__.pyc
+${PYSITELIB}/willow/plugins/__init__.pyo
+${PYSITELIB}/willow/plugins/opencv.py
+${PYSITELIB}/willow/plugins/opencv.pyc
+${PYSITELIB}/willow/plugins/opencv.pyo
+${PYSITELIB}/willow/plugins/pillow.py
+${PYSITELIB}/willow/plugins/pillow.pyc
+${PYSITELIB}/willow/plugins/pillow.pyo
+${PYSITELIB}/willow/plugins/wand.py
+${PYSITELIB}/willow/plugins/wand.pyc
+${PYSITELIB}/willow/plugins/wand.pyo
+${PYSITELIB}/willow/registry.py
+${PYSITELIB}/willow/registry.pyc
+${PYSITELIB}/willow/registry.pyo
+${PYSITELIB}/willow/utils/__init__.py
+${PYSITELIB}/willow/utils/__init__.pyc
+${PYSITELIB}/willow/utils/__init__.pyo
+${PYSITELIB}/willow/utils/deprecation.py
+${PYSITELIB}/willow/utils/deprecation.pyc
+${PYSITELIB}/willow/utils/deprecation.pyo
diff -r 7d4026b08c5c -r 4d06247803b3 graphics/py-Willow/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-Willow/distinfo Mon Aug 03 23:49:52 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/03 23:49:52 joerg Exp $
+
+SHA1 (Willow-1.4.tar.gz) = 3103ce678550967f1ee9be9087adee1d46556751
+RMD160 (Willow-1.4.tar.gz) = 5bbfb5a817faf754745d50867b7888750db61a28
+SHA512 (Willow-1.4.tar.gz) = 7a59f0afdd6f59311707673130edcc61bcf6d05b0e2410f6fe488324d50fdbf9c066d5a89626be862082b7bc092ad45de65795c93fcaec41c0cb2574eea16242
+Size (Willow-1.4.tar.gz) = 1950643 bytes
Home |
Main Index |
Thread Index |
Old Index