aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-02-23 15:25:53 +0000
commit41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch)
treedc94bc3df22b218498c473b644b9ddf5d9c9342d /print
parentd7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff)
Notes
Diffstat (limited to 'print')
-rw-r--r--print/py-pyscript/Makefile3
-rw-r--r--print/py-stapler/Makefile3
-rw-r--r--print/py-trml2pdf/Makefile3
3 files changed, 9 insertions, 0 deletions
diff --git a/print/py-pyscript/Makefile b/print/py-pyscript/Makefile
index 7f06ce69597b..4a4f28b46429 100644
--- a/print/py-pyscript/Makefile
+++ b/print/py-pyscript/Makefile
@@ -13,6 +13,9 @@ COMMENT= Python module for producing high quality PostScript graphics
LICENSE= GPLv2
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
OPTIONS_DEFINE= DOCS EXAMPLES
PYSCRIPT_MANUAL=doc/manual/pyscript.pdf
diff --git a/print/py-stapler/Makefile b/print/py-stapler/Makefile
index 89e4d4b2e2f4..054c1f842d20 100644
--- a/print/py-stapler/Makefile
+++ b/print/py-stapler/Makefile
@@ -15,6 +15,9 @@ COMMENT= Manipulate PDF documents from the command line
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}more-itertools5>=2.2:devel/py-more-itertools5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pdf2>=1.24:print/py-pdf2@${PY_FLAVOR}
diff --git a/print/py-trml2pdf/Makefile b/print/py-trml2pdf/Makefile
index b6bce1fbea6e..0f316faf9d32 100644
--- a/print/py-trml2pdf/Makefile
+++ b/print/py-trml2pdf/Makefile
@@ -13,6 +13,9 @@ COMMENT= Tiny RML2PDF easily creates PDF documents
LICENSE= LGPL21
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}reportlab>=0:print/py-reportlab@${PY_FLAVOR}