Received: by mail.netbsd.org (Postfix, from userid 605) id 17D8884D93; Mon, 3 Aug 2020 23:49:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 949EF84D92 for ; Mon, 3 Aug 2020 23:49:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RLU3V_dKX6Jw for ; Mon, 3 Aug 2020 23:49:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0559784D7D for ; Mon, 3 Aug 2020 23:49:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3B31FB28; Mon, 3 Aug 2020 23:49:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596498592239440" MIME-Version: 1.0 Date: Mon, 3 Aug 2020 23:49:52 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/graphics/py-Willow To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200803234952.F3B31FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1596498592239440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Mon Aug 3 23:49:52 UTC 2020 Added Files: pkgsrc/graphics/py-Willow: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-Willow/DESCR \ pkgsrc/graphics/py-Willow/Makefile pkgsrc/graphics/py-Willow/PLIST \ pkgsrc/graphics/py-Willow/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596498592239440 Content-Disposition: inline Content-Length: 3541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/graphics/py-Willow/DESCR diff -u /dev/null pkgsrc/graphics/py-Willow/DESCR:1.1 --- /dev/null Mon Aug 3 23:49:52 2020 +++ pkgsrc/graphics/py-Willow/DESCR Mon Aug 3 23:49:52 2020 @@ -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. Index: pkgsrc/graphics/py-Willow/Makefile diff -u /dev/null pkgsrc/graphics/py-Willow/Makefile:1.1 --- /dev/null Mon Aug 3 23:49:52 2020 +++ pkgsrc/graphics/py-Willow/Makefile Mon Aug 3 23:49:52 2020 @@ -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 +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" Index: pkgsrc/graphics/py-Willow/PLIST diff -u /dev/null pkgsrc/graphics/py-Willow/PLIST:1.1 --- /dev/null Mon Aug 3 23:49:52 2020 +++ pkgsrc/graphics/py-Willow/PLIST Mon Aug 3 23:49:52 2020 @@ -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 Index: pkgsrc/graphics/py-Willow/distinfo diff -u /dev/null pkgsrc/graphics/py-Willow/distinfo:1.1 --- /dev/null Mon Aug 3 23:49:52 2020 +++ pkgsrc/graphics/py-Willow/distinfo Mon Aug 3 23:49:52 2020 @@ -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 --_----------=_1596498592239440--