From owner-svn-ports-all@FreeBSD.ORG Thu May 29 08:35:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5906DD10; Thu, 29 May 2014 08:35:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B57E2D9D; Thu, 29 May 2014 08:35:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4T8ZOwH073705; Thu, 29 May 2014 08:35:24 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4T8ZN7c073702; Thu, 29 May 2014 08:35:23 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201405290835.s4T8ZN7c073702@svn.freebsd.org> From: Marcus von Appen Date: Thu, 29 May 2014 08:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355676 - head/devel/py-astroid X-SVN-Group: ports-head 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.18 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: Thu, 29 May 2014 08:35:24 -0000 Author: mva Date: Thu May 29 08:35:23 2014 New Revision: 355676 URL: http://svnweb.freebsd.org/changeset/ports/355676 QAT: https://qat.redports.org/buildarchive/r355676/ Log: - Update to version 1.1.0 Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo head/devel/py-astroid/pkg-plist Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Thu May 29 08:21:44 2014 (r355675) +++ head/devel/py-astroid/Makefile Thu May 29 08:35:23 2014 (r355676) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= https://bitbucket.org/logilab/astroid/get/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-version-${PORTVERSION} +DISTNAME= ${PORTNAME}-1.1 MAINTAINER= mva@FreeBSD.org COMMENT= Extension for Python compiler.ast module @@ -14,7 +14,7 @@ LICENSE= LGPL21 RUN_DEPENDS= pytest:${PORTSDIR}/devel/py-logilab-common -WRKSRC= ${WRKDIR}/logilab-astroid-f67f24131b3a +WRKSRC= ${WRKDIR}/logilab-astroid-e003574ae51b MAKE_ENV= NO_SETUPTOOLS=1 USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Thu May 29 08:21:44 2014 (r355675) +++ head/devel/py-astroid/distinfo Thu May 29 08:35:23 2014 (r355676) @@ -1,2 +1,2 @@ -SHA256 (astroid-version-1.0.1.tar.gz) = ecb1014d45f6873e5d5e195d70aae01baf0bc46bcb8796da4f941a0970ff626e -SIZE (astroid-version-1.0.1.tar.gz) = 115754 +SHA256 (astroid-1.1.tar.gz) = 1115162086d99843b85a1a937198991758e46143271f3eeabb3acec9692d3775 +SIZE (astroid-1.1.tar.gz) = 120956 Modified: head/devel/py-astroid/pkg-plist ============================================================================== --- head/devel/py-astroid/pkg-plist Thu May 29 08:21:44 2014 (r355675) +++ head/devel/py-astroid/pkg-plist Thu May 29 08:35:23 2014 (r355676) @@ -58,6 +58,9 @@ %%PYTHON_SITELIBDIR%%/astroid/scoped_nodes.py %%PYTHON_SITELIBDIR%%/astroid/scoped_nodes.pyc %%PYTHON_SITELIBDIR%%/astroid/scoped_nodes.pyo +%%PYTHON_SITELIBDIR%%/astroid/setup.py +%%PYTHON_SITELIBDIR%%/astroid/setup.pyc +%%PYTHON_SITELIBDIR%%/astroid/setup.pyo %%PYTHON_SITELIBDIR%%/astroid/test/data/MyPyPa-0.1.0-py2.5.egg %%PYTHON_SITELIBDIR%%/astroid/test/data/MyPyPa-0.1.0-py2.5.zip %%PYTHON_SITELIBDIR%%/astroid/test/data/SSL1/Connection1.py @@ -165,6 +168,9 @@ %%PYTHON_SITELIBDIR%%/astroid/test/unittest_python3.py %%PYTHON_SITELIBDIR%%/astroid/test/unittest_python3.pyc %%PYTHON_SITELIBDIR%%/astroid/test/unittest_python3.pyo +%%PYTHON_SITELIBDIR%%/astroid/test/unittest_raw_building.py +%%PYTHON_SITELIBDIR%%/astroid/test/unittest_raw_building.pyc +%%PYTHON_SITELIBDIR%%/astroid/test/unittest_raw_building.pyo %%PYTHON_SITELIBDIR%%/astroid/test/unittest_regrtest.py %%PYTHON_SITELIBDIR%%/astroid/test/unittest_regrtest.pyc %%PYTHON_SITELIBDIR%%/astroid/test/unittest_regrtest.pyo