diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-03 00:26:15 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-03 00:26:15 +0800 |
commit | 1614a4089111506cb5289d78f3fee4f2eef1fe4f (patch) | |
tree | 5cf675df3d7a54ac6a1f08ed29ffdf806e31374d /print | |
parent | a207e3b3827df1df4da58177d80957f6c4aad399 (diff) | |
download | freebsd-ports-gnome-1614a4089111506cb5289d78f3fee4f2eef1fe4f.tar.gz freebsd-ports-gnome-1614a4089111506cb5289d78f3fee4f2eef1fe4f.tar.zst freebsd-ports-gnome-1614a4089111506cb5289d78f3fee4f2eef1fe4f.zip |
Mark BROKEN, DEPRECATED and expire in 2 months.
Reportlab2 has been unsupported for a long time, and it isn't compatible with
the current graphics/py-pillow version. Users should use print/py-reportlab
instead.
PR: 207601
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/py-reportlab2/Makefile b/print/py-reportlab2/Makefile index 913d8bcbb3e7..ad27116d2395 100644 --- a/print/py-reportlab2/Makefile +++ b/print/py-reportlab2/Makefile @@ -17,6 +17,10 @@ COMMENT= Library to create PDF documents using the Python language LICENSE= BSD3CLAUSE +BROKEN= is not compatible with the current version of pillow +DEPRECATED= no longer supported - use reportlab 3.x (py-reportlab) instead +EXPIRATION_DATE=2016-05-02 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow OPTIONS_DEFINE= DOCS |