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).
This commit is contained in:
wiz 2023-11-05 10:11:56 +00:00
parent c6345936b6
commit b2e9c9c840
3 changed files with 17 additions and 16 deletions

View File

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

View File

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

View File

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