Date: Sat, 31 Jul 2021 00:25:41 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 701ff8764269 - main - textproc/py-pikepdf: Update to 2.16.1 Message-ID: <202107310025.16V0PfS1052810@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=701ff8764269225e517df76677c314cf604b5e59 commit 701ff8764269225e517df76677c314cf604b5e59 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2021-07-31 00:24:09 +0000 Commit: Wen Heping <wen@FreeBSD.org> 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',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107310025.16V0PfS1052810>