svn commit: r533422 - head/graphics/py-img2pdf
Kai Knoblich
kai at FreeBSD.org
Thu Apr 30 10:21:35 UTC 2020
Author: kai
Date: Thu Apr 30 10:21:34 2020
New Revision: 533422
URL: https://svnweb.freebsd.org/changeset/ports/533422
Log:
graphics/py-img2pdf: Update to 0.3.5
* Drop Python 2.7 support because it was removed with this version.
Changelog:
https://gitlab.mister-muffin.de/josch/img2pdf/blob/0.3.5/CHANGES.rst
Modified:
head/graphics/py-img2pdf/Makefile
head/graphics/py-img2pdf/distinfo
Modified: head/graphics/py-img2pdf/Makefile
==============================================================================
--- head/graphics/py-img2pdf/Makefile Thu Apr 30 09:32:36 2020 (r533421)
+++ head/graphics/py-img2pdf/Makefile Thu Apr 30 10:21:34 2020 (r533422)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= img2pdf
-DISTVERSION= 0.3.3
-PORTREVISION= 1
+DISTVERSION= 0.3.5
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,17 +12,14 @@ COMMENT= Convert images to PDF via direct JPEG inclusi
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PY_ENUM34} \
- ${PY_PILLOW}
+RUN_DEPENDS= ${PY_PILLOW}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdfrw>0:textproc/py-pdfrw@${PY_FLAVOR}
-USES= python
+USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-# Note: The tests only work with Python 3, see also:
-# https://gitlab.mister-muffin.de/josch/img2pdf/issues/60
do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test)
Modified: head/graphics/py-img2pdf/distinfo
==============================================================================
--- head/graphics/py-img2pdf/distinfo Thu Apr 30 09:32:36 2020 (r533421)
+++ head/graphics/py-img2pdf/distinfo Thu Apr 30 10:21:34 2020 (r533422)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558438909
-SHA256 (img2pdf-0.3.3.tar.gz) = 9d77c17ee65a736abe92ef8cba9cca009c064ea4ed74492c01aea596e41856cf
-SIZE (img2pdf-0.3.3.tar.gz) = 80523
+TIMESTAMP = 1588236899
+SHA256 (img2pdf-0.3.5.tar.gz) = be676b5afebd3c55eb3f3edd9af1ff3e599fef89e91fbf2290b0259da58f1e19
+SIZE (img2pdf-0.3.5.tar.gz) = 83520
More information about the svn-ports-all
mailing list