print/py-reportlab: Update version 3.5.21=>3.5.53

- Add TEST framework
- Update WWW

PR:		250420
Submitted by:	osidorkin@gmail.com
This commit is contained in:
Muhammad Moinur Rahman 2020-10-25 10:35:25 +00:00
parent 0a61f4f509
commit 0f01ae8197
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553249
3 changed files with 10 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= reportlab
PORTVERSION= 3.5.21
PORTREVISION= 1
PORTVERSION= 3.5.53
CATEGORIES= print python
MASTER_SITES= CHEESESHOP \
https://www.reportlab.com/ftp/
@ -26,7 +25,7 @@ CONFLICTS= py*-reportlab[^3]-[^3].* \
py*-reportlab-[^3].*
PFBFER_VERSION= 20180109
PFBFER= pfbfer-${PFBFER_VERSION}.zip
PFBFER= pfbfer-${PFBFER_VERSION}.zip
MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}"
@ -35,7 +34,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
PORTDOCS= reportlab-userguide.pdf
OPTIONS_DEFINE= CJK FREETYPE DOCS
OPTIONS_DEFAULT= CJK FREETYPE
OPTIONS_DEFAULT=CJK FREETYPE
# XXX disable this 20190809 while linimon investigates why having it
# enabled consumes all memory and swap during poudriere builds.
OPTIONS_EXCLUDE_powerpc64= DOCS
@ -65,4 +64,7 @@ post-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}
.endfor
do-test:
@(cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./runAll.py)
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1556978419
SHA256 (reportlab-3.5.21.tar.gz) = 08e6e63a4502d3a00062ba9ff9669f95577fbdb1a5f8c6cdb1230c5ee295273a
SIZE (reportlab-3.5.21.tar.gz) = 2854950
TIMESTAMP = 1603484985
SHA256 (reportlab-3.5.53.tar.gz) = 49e32586d3a814a5f77407c0590504a72743ca278518b3c0f90182430f2d87af
SIZE (reportlab-3.5.53.tar.gz) = 2897496
SHA256 (pfbfer-20180109.zip) = 851b431550e866b217317d09dd33b5535ae081200975ad4dd25e80be2af10fec
SIZE (pfbfer-20180109.zip) = 737561

View File

@ -19,4 +19,4 @@ following contexts:
scientific papers
- Going from XML to PDF in one step!
WWW: http://www.reportlab.org/
WWW: http://www.reportlab.com/