diff options
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" |