public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-novaclient: python-novaclient-9999.ebuild ChangeLog
@ 2013-01-01  6:45 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-01-01  6:45 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/01/01 06:45:42

  Modified:             python-novaclient-9999.ebuild ChangeLog
  Log:
  better test support and eapi5 and distutils-r1 :D
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.2                  dev-python/python-novaclient/python-novaclient-9999.ebuild

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

Index: python-novaclient-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-novaclient-9999.ebuild	31 Dec 2012 18:25:42 -0000	1.1
+++ python-novaclient-9999.ebuild	1 Jan 2013 06:45:42 -0000	1.2
@@ -1,13 +1,11 @@
-# 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/python-novaclient/python-novaclient-9999.ebuild,v 1.1 2012/12/31 18:25:42 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-9999.ebuild,v 1.2 2013/01/01 06:45:42 prometheanfire Exp $
 
-EAPI=3
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+EAPI=5
+PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
 
-inherit distutils git-2
+inherit distutils-r1 git-2
 
 EGIT_REPO_URI="git://github.com/openstack/${PN}.git
 	https://github.com/openstack/${PN}.git"
@@ -21,10 +19,21 @@
 KEYWORDS=""
 IUSE="test"
 
-DEPEND="dev-python/setuptools
-		test? ( dev-python/nose
-				dev-python/mock )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+		test? ( dev-python/iso8601
+				dev-python/mock
+				dev-python/nose
+				dev-python/prettytable
+				dev-python/pytest
+				dev-python/pytest-runner
+				dev-python/requests
+				dev-python/simplejson
+				dev-python/unittest2 )"
 RDEPEND="virtual/python-argparse
 		dev-python/httplib2
 		dev-python/prettytable
 		dev-python/simplejson"
+
+python_test() {
+	"${PYTHON}" setup.py nosetests || die
+}



1.2                  dev-python/python-novaclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	31 Dec 2012 18:25:42 -0000	1.1
+++ ChangeLog	1 Jan 2013 06:45:42 -0000	1.2
@@ -1,10 +1,13 @@
 # ChangeLog for dev-python/python-novaclient
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 1.1 2012/12/31 18:25:42 prometheanfire Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 1.2 2013/01/01 06:45:42 prometheanfire Exp $
+
+  01 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+  python-novaclient-9999.ebuild:
+  better test support and eapi5 and distutils-r1 :D
 
 *python-novaclient-9999 (31 Dec 2012)
 
   31 Dec 2012; Matthew Thode <prometheanfire@gentoo.org>
   +python-novaclient-9999.ebuild, +metadata.xml:
   initial add of python-novaclient
-





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-novaclient: python-novaclient-9999.ebuild ChangeLog
@ 2014-08-10 21:19 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:19 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 21:19:14

  Modified:             python-novaclient-9999.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.8                  dev-python/python-novaclient/python-novaclient-9999.ebuild

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

Index: python-novaclient-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-novaclient-9999.ebuild	6 Jul 2014 12:48:54 -0000	1.7
+++ python-novaclient-9999.ebuild	10 Aug 2014 21:19:13 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-9999.ebuild,v 1.7 2014/07/06 12:48:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-9999.ebuild,v 1.8 2014/08/10 21:19:13 slyfox Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_6 python2_7 )
@@ -10,7 +10,7 @@
 EGIT_REPO_URI="git://github.com/openstack/${PN}.git
 	https://github.com/openstack/${PN}.git"
 
-DESCRIPTION="This is a client for the OpenStack Nova API."
+DESCRIPTION="This is a client for the OpenStack Nova API"
 HOMEPAGE="https://github.com/openstack/python-novaclient"
 #SRC_URI="git://github.com/openstack/python-novaclient.git"
 



1.23                 dev-python/python-novaclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	1 Aug 2014 05:49:27 -0000	1.22
+++ ChangeLog	10 Aug 2014 21:19:13 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-novaclient
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 1.22 2014/08/01 05:49:27 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 1.23 2014/08/10 21:19:13 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+  python-novaclient-9999.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   01 Aug 2014; Matthew Thode <prometheanfire@gentoo.org>
   -python-novaclient-2.15.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-novaclient: python-novaclient-9999.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:25

  Modified:             python-novaclient-9999.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.9                  dev-python/python-novaclient/python-novaclient-9999.ebuild

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

Index: python-novaclient-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-novaclient-9999.ebuild	10 Aug 2014 21:19:13 -0000	1.8
+++ python-novaclient-9999.ebuild	8 Apr 2015 08:05:25 -0000	1.9
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-9999.ebuild,v 1.8 2014/08/10 21:19:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-9999.ebuild,v 1.9 2015/04/08 08:05:25 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 git-2
 



1.25                 dev-python/python-novaclient/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	18 Nov 2014 23:17:00 -0000	1.24
+++ ChangeLog	8 Apr 2015 08:05:25 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-novaclient
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 1.24 2014/11/18 23:17:00 prometheanfire Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 1.25 2015/04/08 08:05:25 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-novaclient-9999.ebuild:
+  Drop old Python implementations
 
 *python-novaclient-2.20.0 (18 Nov 2014)
 





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

end of thread, other threads:[~2015-04-08  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 21:19 [gentoo-commits] gentoo-x86 commit in dev-python/python-novaclient: python-novaclient-9999.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2013-01-01  6:45 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