bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
27 lines
838 B
Makefile
27 lines
838 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:36 wiz Exp $
|
|
|
|
DISTNAME= reportlab-3.5.65
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= print python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://www.reportlab.com/
|
|
COMMENT= Powerful PDF-generating toolkit for Python
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
DEPENDS+= ${PYPKGPREFIX}-pyphen-[0-9]*:../../textproc/py27-pyphen
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
PYTHON_VERSIONED_DEPENDENCIES= Pillow
|
|
|
|
PYSETUPARGS+= --no-download-t1-files
|
|
PYSETUPARGS+= --use-system-libart
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/libart/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|