public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/testscenarios: testscenarios-0.4-r2.ebuild ChangeLog testscenarios-0.4-r1.ebuild
@ 2014-02-18  2:56 Matt Thode (prometheanfire)
  0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2014-02-18  2:56 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    14/02/18 02:56:45

  Modified:             ChangeLog
  Added:                testscenarios-0.4-r2.ebuild
  Removed:              testscenarios-0.4-r1.ebuild
  Log:
  fixed tests, kthnxbai
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.4                  dev-python/testscenarios/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 Jan 2014 06:43:19 -0000	1.3
+++ ChangeLog	18 Feb 2014 02:56:44 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/testscenarios
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.3 2014/01/14 06:43:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/ChangeLog,v 1.4 2014/02/18 02:56:44 prometheanfire Exp $
+
+*testscenarios-0.4-r2 (18 Feb 2014)
+
+  18 Feb 2014; Matthew Thode <prometheanfire@gentoo.org>
+  +testscenarios-0.4-r2.ebuild, -testscenarios-0.4-r1.ebuild:
+  fixed tests, kthnxbai
 
 *testscenarios-0.4-r1 (14 Jan 2014)
 



1.1                  dev-python/testscenarios/testscenarios-0.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r2.ebuild?rev=1.1&content-type=text/plain

Index: testscenarios-0.4-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r2.ebuild,v 1.1 2014/02/18 02:56:44 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )

inherit distutils-r1

DESCRIPTION="Testscenarios, a pyunit extension for dependency injection"
HOMEPAGE="https://launchpad.net/testscenarios"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
		test? ( dev-python/nose[${PYTHON_USEDEP}]
				dev-python/testtools[${PYTHON_USEDEP}]
				virtual/python-unittest2[${PYTHON_USEDEP}] )"
#				dev-python/testresources[${PYTHON_USEDEP}]
RDEPEND=""

python_test() {
	PYTHONPATH=./lib ${EPYTHON} -m testtools.run testscenarios.test_suite
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-18  2:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18  2:56 [gentoo-commits] gentoo-x86 commit in dev-python/testscenarios: testscenarios-0.4-r2.ebuild ChangeLog testscenarios-0.4-r1.ebuild Matt Thode (prometheanfire)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox