From owner-svn-ports-all@freebsd.org Thu Apr 30 10:21:35 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 857E02B737A; Thu, 30 Apr 2020 10:21:35 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49CWdC34SZz4Xjn; Thu, 30 Apr 2020 10:21:35 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4AF971D4F7; Thu, 30 Apr 2020 10:21:35 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03UALZss088904; Thu, 30 Apr 2020 10:21:35 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03UALYO0088900; Thu, 30 Apr 2020 10:21:34 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202004301021.03UALYO0088900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 30 Apr 2020 10:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533422 - head/graphics/py-img2pdf X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/graphics/py-img2pdf X-SVN-Commit-Revision: 533422 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2020 10:21:35 -0000 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