ports/print/py-pypdf3/files/patch-setup.py
Po-Chuan Hsieh bc77dd6e55
print/py-pypdf3: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:06:32 +08:00

11 lines
327 B
Python

--- setup.py.orig 2022-02-03 16:27:04 UTC
+++ setup.py
@@ -30,7 +30,7 @@ setup(
raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE))
setup(
- name="PyPDF3",
+ name="pypdf3",
version=verstr,
install_requires=['tqdm'],
description="Pure Python PDF toolkit",