public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.2.10.ebuild ChangeLog
@ 2013-03-10 14:47 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2013-03-10 14:47 UTC (permalink / raw
  To: gentoo-commits

idella4     13/03/10 14:47:45

  Modified:             ChangeLog
  Added:                testify-0.2.10.ebuild
  Log:
  bump
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.8                  dev-python/testify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	14 Jan 2013 04:06:44 -0000	1.7
+++ ChangeLog	10 Mar 2013 14:47:45 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/testify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.7 2013/01/14 04:06:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.8 2013/03/10 14:47:45 idella4 Exp $
+
+*testify-0.2.10 (10 Mar 2013)
+
+  10 Mar 2013; Ian Delaney <idella4@gentoo.org> +testify-0.2.10.ebuild:
+  bump
 
 *testify-0.2.9 (14 Jan 2013)
 



1.1                  dev-python/testify/testify-0.2.10.ebuild

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

Index: testify-0.2.10.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild,v 1.1 2013/03/10 14:47:45 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1 vcs-snapshot

DESCRIPTION="A more pythonic replacement for the unittest module and nose"
HOMEPAGE="https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/"
SRC_URI="https://github.com/Yelp/${PN}/tarball/${PV} -> ${P}.tar.gz"

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

RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/sqlalchemy
	www-servers/tornado[${PYTHON_USEDEP}]
	|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( ${RDEPEND} )"

DOCS="README.md"

src_prepare_all() {
	# Rm rogue test, Bug #438032
	rm -f test/plugins//http_reporter_test.py
}

python_test() {
	 "${PYTHON}" bin/${PN} test || die
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.2.10.ebuild ChangeLog
@ 2013-04-05  5:44 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2013-04-05  5:44 UTC (permalink / raw
  To: gentoo-commits

idella4     13/04/05 05:44:02

  Modified:             testify-0.2.10.ebuild ChangeLog
  Log:
  tests set to RESTRICT due to dep on versions of tornado long dropped from portage
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/testify/testify-0.2.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild?r1=1.1&r2=1.2

Index: testify-0.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testify-0.2.10.ebuild	10 Mar 2013 14:47:45 -0000	1.1
+++ testify-0.2.10.ebuild	5 Apr 2013 05:44:01 -0000	1.2
@@ -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/testify/testify-0.2.10.ebuild,v 1.1 2013/03/10 14:47:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild,v 1.2 2013/04/05 05:44:01 idella4 Exp $
 
 EAPI=5
 
@@ -16,6 +16,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="test"
 
 RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
 	dev-python/sqlalchemy



1.9                  dev-python/testify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Mar 2013 14:47:45 -0000	1.8
+++ ChangeLog	5 Apr 2013 05:44:01 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/testify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.8 2013/03/10 14:47:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.9 2013/04/05 05:44:01 idella4 Exp $
+
+  05 Apr 2013; Ian Delaney <idella4@gentoo.org> testify-0.2.10.ebuild:
+  tests set to RESTRICT due to dep on versions of tornado long dropped from
+  portage
 
 *testify-0.2.10 (10 Mar 2013)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-05  5:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05  5:44 [gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.2.10.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-10 14:47 Ian Delaney (idella4)

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