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:   wiz
Date:           Sun Nov  5 10:11:56 UTC 2023

Modified Files:
        pkgsrc/graphics/py-wand: Makefile PLIST distinfo

Log Message:
py-wand: update to 0.6.13.

0.6.13

🤦 Hotfix release to remove a "work-in-progress" pyproject.toml file
that was mistakenly included with Wand 0.6.12 sdist package.

0.6.12

The 0.6.12 release includes some minor bug fixes, adds a few
composite operators, and updates Sphinx build versions (used for
documentation).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/py-wand/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-wand/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-wand/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-wand/Makefile
diff -u pkgsrc/graphics/py-wand/Makefile:1.13 pkgsrc/graphics/py-wand/Makefile:1.14
--- pkgsrc/graphics/py-wand/Makefile:1.13       Mon Jan 23 00:01:06 2023
+++ pkgsrc/graphics/py-wand/Makefile    Sun Nov  5 10:11:56 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/01/23 00:01:06 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/11/05 10:11:56 wiz Exp $
 
-DISTNAME=      Wand-0.6.11
+DISTNAME=      Wand-0.6.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Wand/}
@@ -10,12 +10,13 @@ HOMEPAGE=   https://docs.wand-py.org/
 COMMENT=       Ctypes-based simple ImageMagick binding for Python
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
 
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-wand/PLIST
diff -u pkgsrc/graphics/py-wand/PLIST:1.4 pkgsrc/graphics/py-wand/PLIST:1.5
--- pkgsrc/graphics/py-wand/PLIST:1.4   Tue Feb 11 17:02:11 2020
+++ pkgsrc/graphics/py-wand/PLIST       Sun Nov  5 10:11:56 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2020/02/11 17:02:11 adam Exp $
-${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
+@comment $NetBSD: PLIST,v 1.5 2023/11/05 10:11:56 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/wand/__init__.py
 ${PYSITELIB}/wand/__init__.pyc
 ${PYSITELIB}/wand/__init__.pyo

Index: pkgsrc/graphics/py-wand/distinfo
diff -u pkgsrc/graphics/py-wand/distinfo:1.12 pkgsrc/graphics/py-wand/distinfo:1.13
--- pkgsrc/graphics/py-wand/distinfo:1.12       Mon Jan 23 00:01:06 2023
+++ pkgsrc/graphics/py-wand/distinfo    Sun Nov  5 10:11:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/01/23 00:01:06 wiz Exp $
+$NetBSD: distinfo,v 1.13 2023/11/05 10:11:56 wiz Exp $
 
-BLAKE2s (Wand-0.6.11.tar.gz) = 5b79febf1d003c695189756a5894df4821ca1d930a9128e2fac00f7ccca677b6
-SHA512 (Wand-0.6.11.tar.gz) = 4e551c2942835872f52247c2d642faf2ad4bad6bb206376e4f8dc5cdabe981e73b7e0f58a705d5dcbf8f95c445ed13bbe6b8443b9b29d0056e7aaf50565a608d
-Size (Wand-0.6.11.tar.gz) = 11883567 bytes
+BLAKE2s (Wand-0.6.13.tar.gz) = e5093d2c32a590912160f17db76b5014115c39c1628c356ed385e8a4c0b30aee
+SHA512 (Wand-0.6.13.tar.gz) = a166a365474e3c4442b1c0fc521837026a236d416b7cf3f899acee5f3b1febb4c5deb0b75bf158393fb9df60e37e6cd8d528cdfdb637a19ecd271ba841dfada2
+Size (Wand-0.6.13.tar.gz) = 11883700 bytes



Home | Main Index | Thread Index | Old Index