diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-03-21 17:40:31 +0100 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-03-21 17:40:31 +0100 |
commit | 819355687fccbd95f5d4698e9aa43d0599a18d66 (patch) | |
tree | 84d5b495e11a7b8f916698d7d62141f84c5b391c /textproc/py-pdfminer.six/files/patch-setup.py | |
parent | sysutils/fluent-bit: Upgrade to 1.9.0 (diff) |
textproc/py-pdfminer.six: Update to 20211012
* Switch back to PyPI as the sdist is there available again.
* Remove the test suite as it makes only sense for upstream testing in
its current condition and therefore isn't supplied with the sdist.
* Update pkg-descr to match reality.
Changelog:
https://github.com/pdfminer/pdfminer.six/blob/develop/CHANGELOG.md#20211012
PR: 262101
Reported by: rsmith@xs4all.nl
Diffstat (limited to 'textproc/py-pdfminer.six/files/patch-setup.py')
-rw-r--r-- | textproc/py-pdfminer.six/files/patch-setup.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/py-pdfminer.six/files/patch-setup.py b/textproc/py-pdfminer.six/files/patch-setup.py new file mode 100644 index 000000000000..4b9363d6cc9c --- /dev/null +++ b/textproc/py-pdfminer.six/files/patch-setup.py @@ -0,0 +1,17 @@ +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 +@@ -28,8 +28,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', + ], + keywords=[ + 'pdf parser', |