From owner-svn-ports-head@freebsd.org Tue Sep 11 19:00:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63B541099F1A; Tue, 11 Sep 2018 19:00:12 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1081B848F0; Tue, 11 Sep 2018 19:00:12 +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 0B2F81BC8E; Tue, 11 Sep 2018 19:00: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 w8BJ0BXZ005780; Tue, 11 Sep 2018 19:00:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8BJ0BlB005778; Tue, 11 Sep 2018 19:00:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809111900.w8BJ0BlB005778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2018 19:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479550 - head/devel/py-astroid X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-astroid X-SVN-Commit-Revision: 479550 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.27 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: Tue, 11 Sep 2018 19:00:12 -0000 Author: sunpoet Date: Tue Sep 11 19:00:11 2018 New Revision: 479550 URL: https://svnweb.freebsd.org/changeset/ports/479550 Log: Update to 2.0.4 Changes: https://github.com/PyCQA/astroid/blob/master/ChangeLog Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Tue Sep 11 19:00:06 2018 (r479549) +++ head/devel/py-astroid/Makefile Tue Sep 11 19:00:11 2018 (r479550) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 1.6.5 +PORTVERSION= 2.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,20 +12,24 @@ COMMENT= Abstract syntax tree for Python with inferenc LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -RUN_DEPENDS= ${PY_ENUM34} \ - ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR} +USES= python:3.4+ +USE_PYTHON= autoplist distutils + NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils -USES= python .include -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${PY_FLAVOR} +.if ${PYTHON_REL} < 3500 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${PY_FLAVOR} +.endif + +.if ${PYTHON_REL} < 3700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=0:devel/py-typed-ast@${PY_FLAVOR} .endif .include Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Tue Sep 11 19:00:06 2018 (r479549) +++ head/devel/py-astroid/distinfo Tue Sep 11 19:00:11 2018 (r479550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529610606 -SHA256 (astroid-1.6.5.tar.gz) = fc9b582dba0366e63540982c3944a9230cbc6f303641c51483fa547dcc22393a -SIZE (astroid-1.6.5.tar.gz) = 255688 +TIMESTAMP = 1536687977 +SHA256 (astroid-2.0.4.tar.gz) = c7013d119ec95eb626f7a2011f0b63d0c9a095df9ad06d8507b37084eada1a8d +SIZE (astroid-2.0.4.tar.gz) = 273871