pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-wand



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec 30 00:52:30 UTC 2019

Added Files:
        pkgsrc/graphics/py-wand: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-wand/DESCR \
    pkgsrc/graphics/py-wand/Makefile pkgsrc/graphics/py-wand/PLIST \
    pkgsrc/graphics/py-wand/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-wand/DESCR
diff -u /dev/null pkgsrc/graphics/py-wand/DESCR:1.1
--- /dev/null   Mon Dec 30 00:52:30 2019
+++ pkgsrc/graphics/py-wand/DESCR       Mon Dec 30 00:52:30 2019
@@ -0,0 +1 @@
+Wand is a ctypes-based simple ImageMagick binding for Python.
Index: pkgsrc/graphics/py-wand/Makefile
diff -u /dev/null pkgsrc/graphics/py-wand/Makefile:1.1
--- /dev/null   Mon Dec 30 00:52:30 2019
+++ pkgsrc/graphics/py-wand/Makefile    Mon Dec 30 00:52:30 2019
@@ -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"
Index: pkgsrc/graphics/py-wand/PLIST
diff -u /dev/null pkgsrc/graphics/py-wand/PLIST:1.1
--- /dev/null   Mon Dec 30 00:52:30 2019
+++ pkgsrc/graphics/py-wand/PLIST       Mon Dec 30 00:52:30 2019
@@ -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
Index: pkgsrc/graphics/py-wand/distinfo
diff -u /dev/null pkgsrc/graphics/py-wand/distinfo:1.1
--- /dev/null   Mon Dec 30 00:52:30 2019
+++ pkgsrc/graphics/py-wand/distinfo    Mon Dec 30 00:52:30 2019
@@ -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