diff options
-rw-r--r-- | textproc/py-pikepdf/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-pikepdf/distinfo | 6 | ||||
-rw-r--r-- | 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', |