* [gentoo-commits] gentoo-x86 commit in dev-python/oauthlib: oauthlib-0.3.0.ebuild oauthlib-0.1.3.ebuild oauthlib-0.3.4.ebuild ChangeLog
@ 2013-01-06 19:43 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2013-01-06 19:43 UTC (permalink / raw
To: gentoo-commits
mgorny 13/01/06 19:43:52
Modified: oauthlib-0.3.0.ebuild oauthlib-0.1.3.ebuild
oauthlib-0.3.4.ebuild ChangeLog
Log:
Use virtual/python-unittest2.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.6 dev-python/oauthlib/oauthlib-0.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?r1=1.5&r2=1.6
Index: oauthlib-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- oauthlib-0.3.0.ebuild 20 Nov 2012 20:38:35 -0000 1.5
+++ oauthlib-0.3.0.ebuild 6 Jan 2013 19:43:52 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v 1.5 2012/11/20 20:38:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v 1.6 2013/01/06 19:43:52 mgorny Exp $
EAPI="4"
@@ -26,7 +26,7 @@
RDEPEND="dev-python/pycrypto"
DEPEND="${RDEPEND}
dev-python/setuptools
- test? ( dev-python/unittest2 )"
+ test? ( virtual/python-unittest2 )"
src_test() {
touch tests/__init__.py
1.10 dev-python/oauthlib/oauthlib-0.1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?r1=1.9&r2=1.10
Index: oauthlib-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- oauthlib-0.1.3.ebuild 27 Aug 2012 16:02:36 -0000 1.9
+++ oauthlib-0.1.3.ebuild 6 Jan 2013 19:43:52 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v 1.9 2012/08/27 16:02:36 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v 1.10 2013/01/06 19:43:52 mgorny Exp $
EAPI="4"
@@ -26,7 +26,7 @@
RDEPEND="dev-python/rsa"
DEPEND="${RDEPEND}
dev-python/setuptools
- test? ( dev-python/unittest2 )"
+ test? ( virtual/python-unittest2 )"
src_test() {
touch tests/__init__.py
1.3 dev-python/oauthlib/oauthlib-0.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.4.ebuild?r1=1.2&r2=1.3
Index: oauthlib-0.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oauthlib-0.3.4.ebuild 19 Nov 2012 20:33:54 -0000 1.2
+++ oauthlib-0.3.4.ebuild 6 Jan 2013 19:43:52 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.4.ebuild,v 1.2 2012/11/19 20:33:54 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.4.ebuild,v 1.3 2013/01/06 19:43:52 mgorny Exp $
EAPI="4"
@@ -27,6 +27,6 @@
DEPEND="${RDEPEND}
dev-python/setuptools
test? (
- dev-python/unittest2
+ virtual/python-unittest2
dev-python/mock
)"
1.20 dev-python/oauthlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 20 Nov 2012 20:38:35 -0000 1.19
+++ ChangeLog 6 Jan 2013 19:43:52 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/oauthlib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.19 2012/11/20 20:38:35 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.20 2013/01/06 19:43:52 mgorny Exp $
+
+ 06 Jan 2013; Michał Górny <mgorny@gentoo.org> oauthlib-0.1.3.ebuild,
+ oauthlib-0.3.0.ebuild, oauthlib-0.3.4.ebuild:
+ Use virtual/python-unittest2.
20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> oauthlib-0.3.0.ebuild:
Stable for x86, wrt bug #441282
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-06 19:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-06 19:43 [gentoo-commits] gentoo-x86 commit in dev-python/oauthlib: oauthlib-0.3.0.ebuild oauthlib-0.1.3.ebuild oauthlib-0.3.4.ebuild ChangeLog 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