public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/flask-testing: flask-testing-0.4.ebuild ChangeLog
@ 2013-03-28  4:31 Mike Gilbert (floppym)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2013-03-28  4:31 UTC (permalink / raw
  To: gentoo-commits

floppym     13/03/28 04:31:49

  Modified:             flask-testing-0.4.ebuild ChangeLog
  Log:
  Depend on setuptools.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-python/flask-testing/flask-testing-0.4.ebuild

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

Index: flask-testing-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flask-testing-0.4.ebuild	28 Mar 2013 04:23:02 -0000	1.1
+++ flask-testing-0.4.ebuild	28 Mar 2013 04:31:48 -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/flask-testing/flask-testing-0.4.ebuild,v 1.1 2013/03/28 04:23:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.2 2013/03/28 04:31:48 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
@@ -22,6 +22,7 @@
 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
 	dev-python/twill[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? (
 		dev-python/blinker[${PYTHON_USEDEP}]
 		dev-python/nose[${PYTHON_USEDEP}]



1.2                  dev-python/flask-testing/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	28 Mar 2013 04:23:02 -0000	1.1
+++ ChangeLog	28 Mar 2013 04:31:48 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/flask-testing
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.1 2013/03/28 04:23:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.2 2013/03/28 04:31:48 floppym Exp $
+
+  28 Mar 2013; Mike Gilbert <floppym@gentoo.org> flask-testing-0.4.ebuild:
+  Depend on setuptools.
 
 *flask-testing-0.4 (28 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/flask-testing: flask-testing-0.4.ebuild ChangeLog
@ 2013-06-17  2:36 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2013-06-17  2:36 UTC (permalink / raw
  To: gentoo-commits

patrick     13/06/17 02:36:09

  Modified:             flask-testing-0.4.ebuild ChangeLog
  Log:
  Fix python targets as flask was downrated
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-python/flask-testing/flask-testing-0.4.ebuild

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

Index: flask-testing-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flask-testing-0.4.ebuild	28 Mar 2013 04:31:48 -0000	1.2
+++ flask-testing-0.4.ebuild	17 Jun 2013 02:36:09 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.2 2013/03/28 04:31:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.3 2013/06/17 02:36:09 patrick Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1
 



1.3                  dev-python/flask-testing/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	28 Mar 2013 04:31:48 -0000	1.2
+++ ChangeLog	17 Jun 2013 02:36:09 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/flask-testing
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.2 2013/03/28 04:31:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.3 2013/06/17 02:36:09 patrick Exp $
+
+  17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-testing-0.4.ebuild:
+  Fix python targets as flask was downrated
 
   28 Mar 2013; Mike Gilbert <floppym@gentoo.org> flask-testing-0.4.ebuild:
   Depend on setuptools.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/flask-testing: flask-testing-0.4.ebuild ChangeLog
@ 2013-09-12 20:59 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-12 20:59 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/12 20:59:30

  Modified:             flask-testing-0.4.ebuild ChangeLog
  Log:
  Remove dep on virtual/python-json. JSON is now built-in in all supported implementations.
  
  (Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  dev-python/flask-testing/flask-testing-0.4.ebuild

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

Index: flask-testing-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flask-testing-0.4.ebuild	17 Jun 2013 02:36:09 -0000	1.3
+++ flask-testing-0.4.ebuild	12 Sep 2013 20:59:29 -0000	1.4
@@ -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/flask-testing/flask-testing-0.4.ebuild,v 1.3 2013/06/17 02:36:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.4 2013/09/12 20:59:29 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -26,7 +26,6 @@
 	test? (
 		dev-python/blinker[${PYTHON_USEDEP}]
 		dev-python/nose[${PYTHON_USEDEP}]
-		virtual/python-json[${PYTHON_USEDEP}]
 	)"
 
 S="${WORKDIR}/${MY_P}"



1.4                  dev-python/flask-testing/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	17 Jun 2013 02:36:09 -0000	1.3
+++ ChangeLog	12 Sep 2013 20:59:29 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/flask-testing
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.3 2013/06/17 02:36:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.4 2013/09/12 20:59:29 mgorny Exp $
+
+  12 Sep 2013; Michał Górny <mgorny@gentoo.org> flask-testing-0.4.ebuild:
+  Remove dep on virtual/python-json. JSON is now built-in in all supported
+  implementations.
 
   17 Jun 2013; Patrick Lauer <patrick@gentoo.org> flask-testing-0.4.ebuild:
   Fix python targets as flask was downrated





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

end of thread, other threads:[~2013-09-12 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28  4:31 [gentoo-commits] gentoo-x86 commit in dev-python/flask-testing: flask-testing-0.4.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-17  2:36 Patrick Lauer (patrick)
2013-09-12 20:59 Michal Gorny (mgorny)

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