head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.2
	pkgsrc-2026Q1-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.12.28.14.20.03;	author adam;	state Exp;
branches;
next	;
commitid	6vEn6RMOn9ncqboG;


desc
@@


1.1
log
@py-rlpycairo: added version 0.4.0

This is a plugin for the ReportLab PDF Toolkit which constructs rich PDF
documents, and also creation of charts in a variety of bitmap and vector
formats.

This plugin is intended to replace most of the usage of the libart based C
extension _renderPM which has been shown to have issues when rendering complex
documents.

This backend can be brought into use by setting
reportlab.rl_config.renderPMBackend = 'rlPyCairo' any of the methods detailed
in reportlab/rl_config.py can be used to accomplish this.
@
text
@# $NetBSD$

DISTNAME=	rlpycairo-0.4.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	print python
MASTER_SITES=	${MASTER_SITE_PYPI:=r/rlpycairo/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://www.reportlab.com/
COMMENT=	Plugin backend renderer for reportlab.graphics.renderPM
LICENSE=	modified-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-cairo>=1.20.0:../../graphics/py-cairo
DEPENDS+=	${PYPKGPREFIX}-freetype-py>=2.3:../../graphics/py-freetype-py

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@
