pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Willow



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.

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@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"
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



Home | Main Index | Thread Index | Old Index