pkgsrc/graphics/py-wand/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

22 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.9 2022/01/04 20:54:07 wiz Exp $
DISTNAME= Wand-0.6.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Wand/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://docs.wand-py.org/
COMMENT= Ctypes-based simple ImageMagick binding for Python
LICENSE= mit
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"