bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
22 lines
593 B
Makefile
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"
|