summaryrefslogtreecommitdiff
path: root/textproc/py-pdfminer.six/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-pdfminer.six/files/patch-setup.py')
-rw-r--r--textproc/py-pdfminer.six/files/patch-setup.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/py-pdfminer.six/files/patch-setup.py b/textproc/py-pdfminer.six/files/patch-setup.py
index 4b9363d6cc9c..1113b979a382 100644
--- a/textproc/py-pdfminer.six/files/patch-setup.py
+++ b/textproc/py-pdfminer.six/files/patch-setup.py
@@ -2,16 +2,16 @@ Provide the console scripts without their ".py" extension.
See also: https://github.com/pdfminer/pdfminer.six/issues/724
---- setup.py.orig 2022-02-21 17:52:51 UTC
+--- setup.py.orig 2022-03-19 20:13:07 UTC
+++ setup.py
-@@ -28,8 +28,8 @@ setup(
- author_email='pdfminer@goulu.net',
- url='https://github.com/pdfminer/pdfminer.six',
+@@ -33,8 +33,8 @@ setup(
+ author_email="pdfminer@goulu.net",
+ url="https://github.com/pdfminer/pdfminer.six",
scripts=[
-- 'tools/pdf2txt.py',
-- 'tools/dumppdf.py',
-+ 'tools/pdf2txt',
-+ 'tools/dumppdf',
+- "tools/pdf2txt.py",
+- "tools/dumppdf.py",
++ "tools/pdf2txt",
++ "tools/dumppdf",
],
keywords=[
- 'pdf parser',
+ "pdf parser",