1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

textproc/py-pikepdf: Update to 2.16.1

This commit is contained in:
Wen Heping 2021-07-31 08:24:09 +08:00
parent 8ae70d1def
commit 701ff87642
3 changed files with 4 additions and 20 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= pikepdf
DISTVERSION= 2.12.0
DISTVERSION= 2.16.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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',