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 /print | |
parent | 7558ec01e87a54e7540aa0ca86781793741ee6a7 (diff) | |
download | pkgsrc-1342ea5d4e9f75a100fcde155396a6b634d2db7a.tar.gz |
*: switch to versioned_dependencies.mk for py-setuptools
Diffstat (limited to 'print')
-rw-r--r-- | print/py-weasyprint/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile index 8ea942d21d0..fbad6927fdb 100644 --- a/print/py-weasyprint/Makefile +++ b/print/py-weasyprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2020/05/09 13:10:35 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2020/08/31 23:07:04 wiz Exp $ DISTNAME= WeasyPrint-51 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -18,7 +18,6 @@ DEPENDS+= ${PYPKGPREFIX}-cffi>=0.6:../../devel/py-cffi DEPENDS+= ${PYPKGPREFIX}-cssselect2>=0.1:../../textproc/py-cssselect2 DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib DEPENDS+= ${PYPKGPREFIX}-pyphen>=0.9.1:../../textproc/py-pyphen -DEPENDS+= ${PYPKGPREFIX}-setuptools>=39.2.0:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-tinycss2>=0.5:../../textproc/py-tinycss2 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 @@ -27,6 +26,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONED_DEPENDENCIES+= setuptools + USE_LANGUAGES= # none post-install: @@ -34,4 +35,5 @@ post-install: ${MV} weasyprint weasyprint-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |