summaryrefslogtreecommitdiff
path: root/textproc/py-pikepdf/files/patch-setup.py
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2021-07-31 08:24:09 +0800
committerWen Heping <wen@FreeBSD.org>2021-07-31 08:24:09 +0800
commit701ff8764269225e517df76677c314cf604b5e59 (patch)
treedfb9f7341085772b6b4f03dfa44e6e22b35c0bbf /textproc/py-pikepdf/files/patch-setup.py
parentaudio/mixxx: bump PORTREVISION (diff)
textproc/py-pikepdf: Update to 2.16.1
Diffstat (limited to 'textproc/py-pikepdf/files/patch-setup.py')
-rw-r--r--textproc/py-pikepdf/files/patch-setup.py16
1 files changed, 0 insertions, 16 deletions
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',