From 1342ea5d4e9f75a100fcde155396a6b634d2db7a Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 31 Aug 2020 23:07:00 +0000 Subject: *: switch to versioned_dependencies.mk for py-setuptools --- graphics/py-blockdiag/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile index 34c90d8d4da..992edca49a0 100644 --- a/graphics/py-blockdiag/Makefile +++ b/graphics/py-blockdiag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2020/02/19 17:50:25 adam Exp $ +# $NetBSD: Makefile,v 1.27 2020/08/31 23:07:02 wiz Exp $ DISTNAME= blockdiag-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,6 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow DEPENDS+= ${PYPKGPREFIX}-funcparserlib>=0.3.6:../../devel/py-funcparserlib DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab -DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-webcolors-[0-9]*:../../www/py-webcolors TEST_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock @@ -24,6 +23,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS+= ${PKGMANDIR}/man1 PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONED_DEPENDENCIES+= setuptools post-install: cd ${DESTDIR}${PREFIX}/bin && \ @@ -32,4 +32,5 @@ post-install: ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/blockdiag-${PYVERSSUFFIX}.1 .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3