diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-31 23:07:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-31 23:07:00 +0000 |
commit | 1342ea5d4e9f75a100fcde155396a6b634d2db7a (patch) | |
tree | 95091f0e1c112f56d844f0d6a7a55d9882abee3e /textproc/py-markdown | |
parent | 7558ec01e87a54e7540aa0ca86781793741ee6a7 (diff) | |
download | pkgsrc-1342ea5d4e9f75a100fcde155396a6b634d2db7a.tar.gz |
*: switch to versioned_dependencies.mk for py-setuptools
Diffstat (limited to 'textproc/py-markdown')
-rw-r--r-- | textproc/py-markdown/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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" |