From owner-svn-ports-head@freebsd.org Thu Oct 22 17:56:15 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E087F44EE57; Thu, 22 Oct 2020 17:56:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CHFR26mS8z4J8b; Thu, 22 Oct 2020 17:56:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 175F61A9BC; Thu, 22 Oct 2020 17:56:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09MHuBf6062949; Thu, 22 Oct 2020 17:56:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09MHuBNA062946; Thu, 22 Oct 2020 17:56:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202010221756.09MHuBNA062946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 22 Oct 2020 17:56:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553049 - in head/textproc/py-pdfminer.six: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc/py-pdfminer.six: . files X-SVN-Commit-Revision: 553049 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2020 17:56:16 -0000 Author: sunpoet Date: Thu Oct 22 17:56:11 2020 New Revision: 553049 URL: https://svnweb.freebsd.org/changeset/ports/553049 Log: Update to 20200726 Changes: https://github.com/pdfminer/pdfminer.six/releases PR: 250118 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days) Deleted: head/textproc/py-pdfminer.six/files/ Modified: head/textproc/py-pdfminer.six/Makefile head/textproc/py-pdfminer.six/distinfo Modified: head/textproc/py-pdfminer.six/Makefile ============================================================================== --- head/textproc/py-pdfminer.six/Makefile Thu Oct 22 17:56:06 2020 (r553048) +++ head/textproc/py-pdfminer.six/Makefile Thu Oct 22 17:56:11 2020 (r553049) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pdfminer.six -PORTVERSION= 20191110 +PORTVERSION= 20200726 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,12 @@ COMMENT= PDF parser and analyzer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=0:devel/py-sortedcontainers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=0:devel/py-sortedcontainers@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python +USES= python:3.4+ USE_GITHUB= yes GH_ACCOUNT= pdfminer USE_PYTHON= distutils concurrent autoplist @@ -24,13 +24,7 @@ USE_PYTHON= distutils concurrent autoplist CONFLICTS_INSTALL= py??-pdfminer-* py??-pdfminer3k-* NO_ARCH= yes -.include - -.if ${PYTHON_REL} >= 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} -.endif - do-test: @(cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v --nologcapture) -.include +.include Modified: head/textproc/py-pdfminer.six/distinfo ============================================================================== --- head/textproc/py-pdfminer.six/distinfo Thu Oct 22 17:56:06 2020 (r553048) +++ head/textproc/py-pdfminer.six/distinfo Thu Oct 22 17:56:11 2020 (r553049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591951205 -SHA256 (pdfminer-pdfminer.six-20191110_GH0.tar.gz) = 323b7bc6b9ca544fbf6dbc287b52c6cf21fcb1bdcb33faa0a85658e00de8b1a8 -SIZE (pdfminer-pdfminer.six-20191110_GH0.tar.gz) = 10045330 +TIMESTAMP = 1601565249 +SHA256 (pdfminer-pdfminer.six-20200726_GH0.tar.gz) = 77f0b6953f36aeeeb45ab959fabd8dfc964b7926676d5df3ac2f949cd4d524a3 +SIZE (pdfminer-pdfminer.six-20200726_GH0.tar.gz) = 10260419