From owner-dev-commits-ports-all@freebsd.org Sat Jul 31 00:25:41 2021 Return-Path: Delivered-To: dev-commits-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 542A9651DF9; Sat, 31 Jul 2021 00:25:41 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gc4mj1vnNz4XKx; Sat, 31 Jul 2021 00:25:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 252916C4B; Sat, 31 Jul 2021 00:25:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16V0Pf5b052811; Sat, 31 Jul 2021 00:25:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16V0PfS1052810; Sat, 31 Jul 2021 00:25:41 GMT (envelope-from git) Date: Sat, 31 Jul 2021 00:25:41 GMT Message-Id: <202107310025.16V0PfS1052810@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: 701ff8764269 - main - textproc/py-pikepdf: Update to 2.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 701ff8764269225e517df76677c314cf604b5e59 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2021 00:25:41 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=701ff8764269225e517df76677c314cf604b5e59 commit 701ff8764269225e517df76677c314cf604b5e59 Author: Wen Heping AuthorDate: 2021-07-31 00:24:09 +0000 Commit: Wen Heping CommitDate: 2021-07-31 00:24:09 +0000 textproc/py-pikepdf: Update to 2.16.1 --- textproc/py-pikepdf/Makefile | 2 +- textproc/py-pikepdf/distinfo | 6 +++--- textproc/py-pikepdf/files/patch-setup.py | 16 ---------------- 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile index 3d8664969c42..e0d753f3330e 100644 --- a/textproc/py-pikepdf/Makefile +++ b/textproc/py-pikepdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= pikepdf -DISTVERSION= 2.12.0 +DISTVERSION= 2.16.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pikepdf/distinfo b/textproc/py-pikepdf/distinfo index d90ee6607870..4b41c016d063 100644 --- a/textproc/py-pikepdf/distinfo +++ b/textproc/py-pikepdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621217386 -SHA256 (pikepdf-2.12.0.tar.gz) = fcbb6e37426564ccaf6bb301616700277d426225895b00a64283a95ff648f3b9 -SIZE (pikepdf-2.12.0.tar.gz) = 2309822 +TIMESTAMP = 1627606299 +SHA256 (pikepdf-2.16.1.tar.gz) = e24dff6af31f1eb732fcb5db4678835d1f312643996fdcd9dbeb8aca52bc0dde +SIZE (pikepdf-2.16.1.tar.gz) = 2322845 diff --git a/textproc/py-pikepdf/files/patch-setup.py b/textproc/py-pikepdf/files/patch-setup.py deleted file mode 100644 index 7e388941d8e8..000000000000 --- a/textproc/py-pikepdf/files/patch-setup.py +++ /dev/null @@ -1,16 +0,0 @@ -Relax build requirements as devel/py-setuptools in the Ports tree is still -at release 44.0 due Python 2.7. - ---- setup.py.orig 2021-01-27 00:16:08 UTC -+++ setup.py -@@ -88,8 +88,8 @@ if __name__ == '__main__': - 'Pillow >= 6', # only needed for manipulating images - ], - setup_requires=[ -- 'setuptools >= 50', -- 'wheel >= 0.35', -+ 'setuptools', -+ 'wheel', - 'setuptools_scm[toml] >= 4.1', - 'setuptools_scm_git_archive', - 'pybind11 >= 2.6.0, <3',