pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-wand graphics/py-wand: import py37-wand-0.5.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d3a704f22b1
branches:  trunk
changeset: 419887:9d3a704f22b1
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Dec 30 00:52:30 2019 +0000

description:
graphics/py-wand: import py37-wand-0.5.8

Wand is a ctypes-based simple ImageMagick binding for Python.
(editors/emacs26 wants this for imagemagick option, but not be enabled yet).

diffstat:

 graphics/py-wand/DESCR    |   1 +
 graphics/py-wand/Makefile |  21 ++++++++++++
 graphics/py-wand/PLIST    |  76 +++++++++++++++++++++++++++++++++++++++++++++++
 graphics/py-wand/distinfo |   6 +++
 4 files changed, 104 insertions(+), 0 deletions(-)

diffs (120 lines):

diff -r 7c52c69854e3 -r 9d3a704f22b1 graphics/py-wand/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-wand/DESCR    Mon Dec 30 00:52:30 2019 +0000
@@ -0,0 +1,1 @@
+Wand is a ctypes-based simple ImageMagick binding for Python.
diff -r 7c52c69854e3 -r 9d3a704f22b1 graphics/py-wand/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-wand/Makefile Mon Dec 30 00:52:30 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/12/30 00:52:30 mef Exp $
+
+VERSION=       0.5.8
+DISTNAME=      wand-${VERSION}
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=emcconville/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://docs.wand-py.org/
+COMMENT=       Ctypes-based simple ImageMagick binding for Python
+LICENSE=       mit
+
+EGG_NAME=      Wand-${VERSION}
+PKGCONFIG_OVERRIDE+=   Wand.pc.in
+
+DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7c52c69854e3 -r 9d3a704f22b1 graphics/py-wand/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-wand/PLIST    Mon Dec 30 00:52:30 2019 +0000
@@ -0,0 +1,76 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/30 00:52:30 mef Exp $
+README.rst
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wand/__init__.py
+${PYSITELIB}/wand/__init__.pyo
+${PYSITELIB}/wand/__init__.pyc
+${PYSITELIB}/wand/api.pyo
+${PYSITELIB}/wand/api.pyc
+${PYSITELIB}/wand/assertions.pyo
+${PYSITELIB}/wand/assertions.pyc
+${PYSITELIB}/wand/color.pyo
+${PYSITELIB}/wand/color.pyc
+${PYSITELIB}/wand/compat.pyo
+${PYSITELIB}/wand/compat.pyc
+${PYSITELIB}/wand/display.pyo
+${PYSITELIB}/wand/display.pyc
+${PYSITELIB}/wand/drawing.pyo
+${PYSITELIB}/wand/drawing.pyc
+${PYSITELIB}/wand/exceptions.pyo
+${PYSITELIB}/wand/exceptions.pyc
+${PYSITELIB}/wand/font.pyo
+${PYSITELIB}/wand/font.pyc
+${PYSITELIB}/wand/image.pyo
+${PYSITELIB}/wand/image.pyc
+${PYSITELIB}/wand/resource.pyo
+${PYSITELIB}/wand/resource.pyc
+${PYSITELIB}/wand/sequence.pyo
+${PYSITELIB}/wand/sequence.pyc
+${PYSITELIB}/wand/version.pyo
+${PYSITELIB}/wand/version.pyc
+${PYSITELIB}/wand/api.py
+${PYSITELIB}/wand/assertions.py
+${PYSITELIB}/wand/cdefs/__init__.py
+${PYSITELIB}/wand/cdefs/__init__.pyo
+${PYSITELIB}/wand/cdefs/__init__.pyc
+${PYSITELIB}/wand/cdefs/core.pyo
+${PYSITELIB}/wand/cdefs/core.pyc
+${PYSITELIB}/wand/cdefs/drawing_wand.pyo
+${PYSITELIB}/wand/cdefs/drawing_wand.pyc
+${PYSITELIB}/wand/cdefs/magick_image.pyo
+${PYSITELIB}/wand/cdefs/magick_image.pyc
+${PYSITELIB}/wand/cdefs/magick_property.pyo
+${PYSITELIB}/wand/cdefs/magick_property.pyc
+${PYSITELIB}/wand/cdefs/magick_wand.pyo
+${PYSITELIB}/wand/cdefs/magick_wand.pyc
+${PYSITELIB}/wand/cdefs/pixel_iterator.pyo
+${PYSITELIB}/wand/cdefs/pixel_iterator.pyc
+${PYSITELIB}/wand/cdefs/pixel_wand.pyo
+${PYSITELIB}/wand/cdefs/pixel_wand.pyc
+${PYSITELIB}/wand/cdefs/structures.pyo
+${PYSITELIB}/wand/cdefs/structures.pyc
+${PYSITELIB}/wand/cdefs/wandtypes.pyo
+${PYSITELIB}/wand/cdefs/wandtypes.pyc
+${PYSITELIB}/wand/cdefs/core.py
+${PYSITELIB}/wand/cdefs/drawing_wand.py
+${PYSITELIB}/wand/cdefs/magick_image.py
+${PYSITELIB}/wand/cdefs/magick_property.py
+${PYSITELIB}/wand/cdefs/magick_wand.py
+${PYSITELIB}/wand/cdefs/pixel_iterator.py
+${PYSITELIB}/wand/cdefs/pixel_wand.py
+${PYSITELIB}/wand/cdefs/structures.py
+${PYSITELIB}/wand/cdefs/wandtypes.py
+${PYSITELIB}/wand/color.py
+${PYSITELIB}/wand/compat.py
+${PYSITELIB}/wand/display.py
+${PYSITELIB}/wand/drawing.py
+${PYSITELIB}/wand/exceptions.py
+${PYSITELIB}/wand/font.py
+${PYSITELIB}/wand/image.py
+${PYSITELIB}/wand/resource.py
+${PYSITELIB}/wand/sequence.py
+${PYSITELIB}/wand/version.py
diff -r 7c52c69854e3 -r 9d3a704f22b1 graphics/py-wand/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-wand/distinfo Mon Dec 30 00:52:30 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/30 00:52:30 mef Exp $
+
+SHA1 (wand-0.5.8.tar.gz) = dca490317cd42b08005586abd5a99c4ed2bbdd09
+RMD160 (wand-0.5.8.tar.gz) = 2be6e911a71ac37258f47b5c6a677a46e4799f96
+SHA512 (wand-0.5.8.tar.gz) = 5e525bdfe54d939e47f86b38b8e0f2f01f826526469d0308f58074881cffa7434e60e39ca2a914e4f1b547437bc4bbee85b204af19a2a5d909abf7126b51c44c
+Size (wand-0.5.8.tar.gz) = 10484892 bytes



Home | Main Index | Thread Index | Old Index