15 Commits

Author SHA1 Message Date
sthen
d86cc7ec55 use MODPY_PYBUILD 2022-11-14 15:26:17 +00:00
sthen
1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
bket
1671c11734 Convert unflavored python3 py-* ports, and update dependencies and bump REVISION of consumers
OK sthen@
2022-02-22 04:22:19 +00:00
feinerer
76980f434b Update to Pdfminer.six 20211012 2021-11-08 13:20:52 +00:00
sthen
384d97056e bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:32 +00:00
ajacoutot
a9d83f4182 Unreak runtime: add missing RDEP. 2021-06-01 12:41:32 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
5fa9f48719 pdfminer: switch to the pdfminer.six fork, the original isn't actively
developed. ok feinerer@ (maintainer).
2020-12-08 08:11:34 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
feinerer
acb4b1476b Update to PDFMiner 20191125 2019-12-03 17:14:54 +00:00
feinerer
c5d1c7d254 Update to PDFMiner 20191103 2019-11-04 09:55:46 +00:00
feinerer
9a5a2a6979 Update to PDFMiner 20191020 2019-10-25 07:25:39 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
feinerer
794548ec77 Import PDFMiner 20140328
PDFMiner is a tool for extracting information from PDF documents. Unlike other
PDF-related tools, it focuses entirely on getting and analyzing text data.
PDFMiner allows one to obtain the exact location of text in a page, as well as
other information such as fonts or lines. It includes a PDF converter that can
transform PDF files into other text formats (such as HTML). It has an
extensible PDF parser that can be used for other purposes than text analysis.

ok shadchin@
2017-01-20 09:49:19 +00:00