public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sancho: ChangeLog sancho-2.4.ebuild
Date: Tue, 08 Sep 2009 03:42:49 +0000	[thread overview]
Message-ID: <E1MkrbV-00064y-OX@stork.gentoo.org> (raw)

arfrever    09/09/08 03:42:49

  Modified:             ChangeLog
  Added:                sancho-2.4.ebuild
  Log:
  Version bump. Set SUPPORT_PYTHON_ABIS.
  (Portage version: 14215-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-python/sancho/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sancho/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sancho/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sancho/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	22 Aug 2008 21:36:10 -0000	1.33
+++ ChangeLog	8 Sep 2009 03:42:49 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/sancho
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.33 2008/08/22 21:36:10 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.34 2009/09/08 03:42:49 arfrever Exp $
+
+*sancho-2.4 (08 Sep 2009)
+
+  08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +sancho-2.4.ebuild:
+  Version bump. Set SUPPORT_PYTHON_ABIS.
 
   22 Aug 2008; Alexis Ballier <aballier@gentoo.org> sancho-0.11-r1.ebuild:
   keyword ~sparc-fbsd



1.1                  dev-python/sancho/sancho-2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sancho/sancho-2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sancho/sancho-2.4.ebuild?rev=1.1&content-type=text/plain

Index: sancho-2.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-2.4.ebuild,v 1.1 2009/09/08 03:42:49 arfrever Exp $

EAPI="2"

NEED_PYTHON="2.4"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

MY_P=${P/s/S}
DESCRIPTION="Sancho is a unit testing framework"
HOMEPAGE="http://www.mems-exchange.org/software/sancho/"
SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${MY_P}.tar.gz"

LICENSE="CNRI"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${MY_P}"

DOCS="CHANGES.txt"

src_test() {
	cd test
	testing() {
		local test test_failure test_failure_count=0
		for test in *.py; do
			test_failure="0"
			ebegin "Testing ${test}"
			PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" "${test}" > "${test}.output"
			grep -Eqv "^${test}: .*:$" "${test}.output" && test_failure="1"
			eend "${test_failure}"
			if [[ "${test_failure}" == "1" ]]; then
				((test_failure_count++))
				eerror "Failure output for ${test}"
				cat "${test}.output"
			fi
		done
		if [[ "${test_failure_count}" -gt "0" ]]; then
			die "${test_failure_count} tests failed with Python ${PYTHON_ABI}"
		fi
	}
	python_execute_function testing
}






             reply	other threads:[~2009-09-08  3:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-08  3:42 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-15 14:18 [gentoo-commits] gentoo-x86 commit in dev-python/sancho: ChangeLog sancho-2.4.ebuild Markus Meier (maekke)
2009-10-16 13:47 Jeroen Roovers (jer)
2009-10-22 20:58 Tobias Klausmann (klausman)
2009-10-24 13:23 Gysbert Wassenaar (nixnut)
2009-10-30 12:00 Markus Meier (maekke)
2009-10-31 14:35 Brent Baude (ranger)
2009-11-26 10:34 Markus Meier (maekke)
2009-12-17 19:01 Raul Porcel (armin76)
2009-12-20 10:34 Fabian Groffen (grobian)
2009-12-27 12:01 Raul Porcel (armin76)
2010-06-29  4:45 Arfrever Frehtes Taifersar Arahesis (arfrever)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MkrbV-00064y-OX@stork.gentoo.org \
    --to=arfrever@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox