diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-07-19 07:56:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-07-19 07:56:00 +0000 |
commit | 90accea147365d85fa1a17d56256ae3d4f687b8f (patch) | |
tree | 7b9c44525ef49cfc106ab3a43224862137b55fc8 /dev-python/ws4py | |
parent | Switch the dep back to dev-python/unittest2 due to bug #450648. (diff) | |
download | gentoo-2-90accea147365d85fa1a17d56256ae3d4f687b8f.tar.gz gentoo-2-90accea147365d85fa1a17d56256ae3d4f687b8f.tar.bz2 gentoo-2-90accea147365d85fa1a17d56256ae3d4f687b8f.zip |
Switch the dep back to dev-python/unittest2 due to bug #450658.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python/ws4py')
-rw-r--r-- | dev-python/ws4py/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-0.2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-0.2.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-0.2.4.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/ws4py/ChangeLog b/dev-python/ws4py/ChangeLog index 905898d96f68..415b701fb3c6 100644 --- a/dev-python/ws4py/ChangeLog +++ b/dev-python/ws4py/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ws4py # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.9 2013/03/16 11:15:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.10 2013/07/19 07:56:00 mgorny Exp $ + + 19 Jul 2013; Michał Górny <mgorny@gentoo.org> ws4py-0.2.3.ebuild, + ws4py-0.2.4-r1.ebuild, ws4py-0.2.4.ebuild: + Switch the dep back to dev-python/unittest2 due to bug #450658. *ws4py-0.2.4-r1 (16 Mar 2013) diff --git a/dev-python/ws4py/ws4py-0.2.3.ebuild b/dev-python/ws4py/ws4py-0.2.3.ebuild index 0f54416ea568..475ea0fefb9d 100644 --- a/dev-python/ws4py/ws4py-0.2.3.ebuild +++ b/dev-python/ws4py/ws4py-0.2.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/ws4py/ws4py-0.2.3.ebuild,v 1.3 2013/01/11 15:50:38 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.3.ebuild,v 1.4 2013/07/19 07:56:00 mgorny Exp $ # We could depend on dev-python/cherrypy when USE=server, but # that is an optional component ... @@ -31,7 +31,7 @@ IUSE="+client +server test +threads" RDEPEND="client? ( dev-lang/python[threads?] )" DEPEND="test? ( ${RDEPEND} - virtual/python-unittest2 + dev-python/unittest2 >=dev-python/cherrypy-3.2.0 dev-python/gevent )" diff --git a/dev-python/ws4py/ws4py-0.2.4-r1.ebuild b/dev-python/ws4py/ws4py-0.2.4-r1.ebuild index 7a0ac1a16b52..abe253709015 100644 --- a/dev-python/ws4py/ws4py-0.2.4-r1.ebuild +++ b/dev-python/ws4py/ws4py-0.2.4-r1.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/ws4py/ws4py-0.2.4-r1.ebuild,v 1.1 2013/03/16 11:15:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.4-r1.ebuild,v 1.2 2013/07/19 07:56:00 mgorny Exp $ # We could depend on dev-python/cherrypy when USE=server, but # that is an optional component ... @@ -30,7 +30,7 @@ IUSE="+client +server test +threads" RDEPEND="" DEPEND="test? ( ${RDEPEND} - virtual/python-unittest2[${PYTHON_USEDEP}] + dev-python/unittest2[${PYTHON_USEDEP}] >=dev-python/cherrypy-3.2.0[${PYTHON_USEDEP}] dev-python/gevent[${PYTHON_USEDEP}] )" diff --git a/dev-python/ws4py/ws4py-0.2.4.ebuild b/dev-python/ws4py/ws4py-0.2.4.ebuild index 7beb721e1a87..b2a4b7b254ac 100644 --- a/dev-python/ws4py/ws4py-0.2.4.ebuild +++ b/dev-python/ws4py/ws4py-0.2.4.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/ws4py/ws4py-0.2.4.ebuild,v 1.1 2013/01/11 15:50:38 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.4.ebuild,v 1.2 2013/07/19 07:56:00 mgorny Exp $ # We could depend on dev-python/cherrypy when USE=server, but # that is an optional component ... @@ -32,7 +32,7 @@ IUSE="+client +server test +threads" RDEPEND="client? ( dev-lang/python[threads?] )" DEPEND="test? ( ${RDEPEND} - virtual/python-unittest2 + dev-python/unittest2 >=dev-python/cherrypy-3.2.0 dev-python/gevent )" |