Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 08:11:27 +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: r330853 - head/devel/py-astroid
Message-ID:  <201310190811.r9J8BRmV081635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Oct 19 08:11:27 2013
New Revision: 330853
URL: http://svnweb.freebsd.org/changeset/ports/330853

Log:
  - Udpate to version 1.0.1
  - Enable staging support

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	Sat Oct 19 08:01:16 2013	(r330852)
+++ head/devel/py-astroid/Makefile	Sat Oct 19 08:11:27 2013	(r330853)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	astroid
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	https://bitbucket.org/logilab/astroid/get/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,13 +14,12 @@ LICENSE=	LGPL21
 
 RUN_DEPENDS=	pytest:${PORTSDIR}/devel/py-logilab-common
 
-WRKSRC=			${WRKDIR}/logilab-astroid-1d6914a1a1a0
+WRKSRC=			${WRKDIR}/logilab-astroid-f67f24131b3a
 MAKE_ENV=		NO_SETUPTOOLS=1
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	astroid
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:

Modified: head/devel/py-astroid/distinfo
==============================================================================
--- head/devel/py-astroid/distinfo	Sat Oct 19 08:01:16 2013	(r330852)
+++ head/devel/py-astroid/distinfo	Sat Oct 19 08:11:27 2013	(r330853)
@@ -1,2 +1,2 @@
-SHA256 (astroid-version-1.0.0.tar.gz) = 52c6fe765e0e7b50cc9b14cfec3dc12a28396ac6c18a42b1d3719ea46a2f2eae
-SIZE (astroid-version-1.0.0.tar.gz) = 113754
+SHA256 (astroid-version-1.0.1.tar.gz) = ecb1014d45f6873e5d5e195d70aae01baf0bc46bcb8796da4f941a0970ff626e
+SIZE (astroid-version-1.0.1.tar.gz) = 115754

Modified: head/devel/py-astroid/pkg-plist
==============================================================================
--- head/devel/py-astroid/pkg-plist	Sat Oct 19 08:01:16 2013	(r330852)
+++ head/devel/py-astroid/pkg-plist	Sat Oct 19 08:11:27 2013	(r330853)
@@ -10,6 +10,9 @@
 %%PYTHON_SITELIBDIR%%/astroid/bases.py
 %%PYTHON_SITELIBDIR%%/astroid/bases.pyc
 %%PYTHON_SITELIBDIR%%/astroid/bases.pyo
+%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.py
+%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.pyc
+%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.pyo
 %%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.py
 %%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.pyc
 %%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.pyo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310190811.r9J8BRmV081635>