diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-06-22 10:04:24 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-06-22 10:04:24 +0000 |
commit | c262af58c5f6a16030dca210d542ff1b4ebc58c2 (patch) | |
tree | fc6688c43258b9e5f9810a492e12152ac314348d /dev-python/astng | |
parent | fix build failure caused by missing useflag xml in net-libs/libdom (diff) | |
download | gentoo-2-c262af58c5f6a16030dca210d542ff1b4ebc58c2.tar.gz gentoo-2-c262af58c5f6a16030dca210d542ff1b4ebc58c2.tar.bz2 gentoo-2-c262af58c5f6a16030dca210d542ff1b4ebc58c2.zip |
add new tracker site with bug to test phase
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/astng')
-rw-r--r-- | dev-python/astng/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/astng/astng-0.24.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/astng/ChangeLog b/dev-python/astng/ChangeLog index a8de4e591960..aba77f0ddb54 100644 --- a/dev-python/astng/ChangeLog +++ b/dev-python/astng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/astng # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.68 2013/06/19 10:30:11 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.69 2013/06/22 10:04:24 idella4 Exp $ + + 22 Jun 2013; Ian Delaney <idella4@gentoo.org> astng-0.24.3.ebuild: + add new tracker site with bug to test phase *astng-0.24.3 (19 Jun 2013) diff --git a/dev-python/astng/astng-0.24.3.ebuild b/dev-python/astng/astng-0.24.3.ebuild index c529adbf456c..191956700d50 100644 --- a/dev-python/astng/astng-0.24.3.ebuild +++ b/dev-python/astng/astng-0.24.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v 1.1 2013/06/19 10:30:11 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v 1.2 2013/06/22 10:04:24 idella4 Exp $ EAPI=5 @@ -25,12 +25,12 @@ DEPEND="${RDEPEND} S="${WORKDIR}/logilab-${P}" -# a wit; pypy reports astng modules differently, could NOT source an astng bug issue tracker +# a wit; pypy reports astng modules differently PATCHES=( "${FILESDIR}"/pypy-test.patch ) python_test() { distutils_install_for_testing - + #https://bitbucket.org/logilab/astroid/issue/1/test-suite-fails-in-0243-under-py32-pypy # Make sure that the tests use correct modules. cd "${TEST_DIR}"/lib || die unset PYTHONPATH |