From owner-svn-ports-all@freebsd.org Sat Dec 28 07:30:07 2019 Return-Path: Delivered-To: svn-ports-all@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 703C71DF0E8; Sat, 28 Dec 2019 07:30:07 +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) server-signature RSA-PSS (4096 bits) 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 47lFhb1lrhz3Q2s; Sat, 28 Dec 2019 07:30:07 +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 1E55D25A3F; Sat, 28 Dec 2019 07:30:07 +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 xBS7U7TL033090; Sat, 28 Dec 2019 07:30:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBS7U6Ik033089; Sat, 28 Dec 2019 07:30:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912280730.xBS7U6Ik033089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Dec 2019 07:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521081 - head/devel/py-jaraco.itertools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-jaraco.itertools X-SVN-Commit-Revision: 521081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2019 07:30:07 -0000 Author: sunpoet Date: Sat Dec 28 07:30:06 2019 New Revision: 521081 URL: https://svnweb.freebsd.org/changeset/ports/521081 Log: Update to 5.0.0 Changes: https://github.com/jaraco/jaraco.itertools/blob/master/CHANGES.rst Modified: head/devel/py-jaraco.itertools/Makefile head/devel/py-jaraco.itertools/distinfo Modified: head/devel/py-jaraco.itertools/Makefile ============================================================================== --- head/devel/py-jaraco.itertools/Makefile Sat Dec 28 07:30:01 2019 (r521080) +++ head/devel/py-jaraco.itertools/Makefile Sat Dec 28 07:30:06 2019 (r521081) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jaraco.itertools -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,23 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflect>=0:devel/py-inflect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}more-itertools>=4.0.0:devel/py-more-itertools@${PY_FLAVOR} -USES= python -USE_PYTHON= autoplist concurrent distutils +USES= python:3.6+ +USE_PYTHON= autoplist distutils NO_ARCH= yes POST_PLIST= trim-jaraco-namespace -.include - -.if ${PYTHON_REL} >= 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}more-itertools>=4.0.0:devel/py-more-itertools@${PY_FLAVOR} -.else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}more-itertools5>=4.0.0:devel/py-more-itertools5@${PY_FLAVOR} -.endif - post-install: @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py* -@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.* @@ -42,4 +33,4 @@ post-install: trim-jaraco-namespace: @${REINPLACE_CMD} '/jaraco\/__init__\./d; /jaraco\/__pycache__\/__init__\./d' ${TMPPLIST} -.include +.include Modified: head/devel/py-jaraco.itertools/distinfo ============================================================================== --- head/devel/py-jaraco.itertools/distinfo Sat Dec 28 07:30:01 2019 (r521080) +++ head/devel/py-jaraco.itertools/distinfo Sat Dec 28 07:30:06 2019 (r521081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553866859 -SHA256 (jaraco.itertools-4.4.2.tar.gz) = fdc00c2755a5abac65484d431098e44e163af57fae05d284bf8af9329d43bd7f -SIZE (jaraco.itertools-4.4.2.tar.gz) = 19431 +TIMESTAMP = 1577145755 +SHA256 (jaraco.itertools-5.0.0.tar.gz) = 6447d567f57efe5efea386265c7864652e9530830a1b80f43e60b4f222b9ab84 +SIZE (jaraco.itertools-5.0.0.tar.gz) = 19517