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 --- textproc/py-markdown/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc/py-markdown') diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile index ea6fef24712..295f34d609a 100644 --- a/textproc/py-markdown/Makefile +++ b/textproc/py-markdown/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/05/21 08:26:21 adam Exp $ +# $NetBSD: Makefile,v 1.21 2020/08/31 23:07:06 wiz Exp $ DISTNAME= Markdown-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -10,9 +10,10 @@ HOMEPAGE= https://Python-Markdown.github.io/ COMMENT= XHTML generator using a simple markup LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-setuptools>=36:../../devel/py-setuptools TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml +PYTHON_VERSIONED_DEPENDENCIES+= setuptools + USE_LANGUAGES= # none post-install: @@ -20,4 +21,5 @@ post-install: ${MV} markdown_py markdown_py${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3