Date: Wed, 17 Jun 2020 08:40:45 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r539406 - in branches/2020Q2/textproc/py-pdfminer.six: . files Message-ID: <202006170840.05H8ejVo003474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Wed Jun 17 08:40:45 2020 New Revision: 539406 URL: https://svnweb.freebsd.org/changeset/ports/539406 Log: MFH: r538664 textproc/py-pdfminer.six: Update to 20191110 * Use this release for a while as it's the last one that supports Python 2.7 which is still needed by textproc/scancode-toolkit. * Backport two patches to fix the runtime of CLI scripts. * Remove "dos2unix" and "shebangfix" macros as they're no longer required. Changelog since 20181108: https://github.com/pdfminer/pdfminer.six/blob/20191110/CHANGELOG.md Approved by: ports-secteam (joneum) Added: branches/2020Q2/textproc/py-pdfminer.six/files/ - copied from r538664, head/textproc/py-pdfminer.six/files/ Modified: branches/2020Q2/textproc/py-pdfminer.six/Makefile branches/2020Q2/textproc/py-pdfminer.six/distinfo (contents, props changed) Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/textproc/py-pdfminer.six/Makefile ============================================================================== --- branches/2020Q2/textproc/py-pdfminer.six/Makefile Wed Jun 17 08:11:25 2020 (r539405) +++ branches/2020Q2/textproc/py-pdfminer.six/Makefile Wed Jun 17 08:40:45 2020 (r539406) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pdfminer.six -PORTVERSION= 20181108 +PORTVERSION= 20191110 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,13 +16,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-si ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python shebangfix dos2unix +USES= python USE_GITHUB= yes GH_ACCOUNT= pdfminer USE_PYTHON= distutils concurrent autoplist -SHEBANG_FILES= tools/dumppdf.py tools/pdf2txt.py tools/latin2ascii.py - CONFLICTS_INSTALL= py??-pdfminer-* py??-pdfminer3k-* NO_ARCH= yes @@ -32,9 +30,6 @@ NO_ARCH= yes RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} .endif -# Following tests always fail: -# - test_tools_dumppdf.TestDumpPDF.test_2 -# - test_tools_pdf2txt.TestDumpPDF.test_{1,2,4,5,8} do-test: @(cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v --nologcapture) Modified: branches/2020Q2/textproc/py-pdfminer.six/distinfo ============================================================================== --- branches/2020Q2/textproc/py-pdfminer.six/distinfo Wed Jun 17 08:11:25 2020 (r539405) +++ branches/2020Q2/textproc/py-pdfminer.six/distinfo Wed Jun 17 08:40:45 2020 (r539406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558443307 -SHA256 (pdfminer-pdfminer.six-20181108_GH0.tar.gz) = 99b2bf8e2154e617c88bba7ea4f3fd02fb7d5b7be6b441a9001ca29d54d255f4 -SIZE (pdfminer-pdfminer.six-20181108_GH0.tar.gz) = 10420358 +TIMESTAMP = 1591951205 +SHA256 (pdfminer-pdfminer.six-20191110_GH0.tar.gz) = 323b7bc6b9ca544fbf6dbc287b52c6cf21fcb1bdcb33faa0a85658e00de8b1a8 +SIZE (pdfminer-pdfminer.six-20191110_GH0.tar.gz) = 10045330
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006170840.05H8ejVo003474>