Date: Thu, 29 May 2014 08:35:23 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355676 - head/devel/py-astroid Message-ID: <201405290835.s4T8ZN7c073702@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405290835.s4T8ZN7c073702>