public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/
@ 2019-06-19  8:32 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2019-06-19  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b3105bd200a88bd3bfea006eee8de76fe94849b3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 08:32:34 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 08:32:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3105bd2

dev-python/os-diskconfig-python-novaclient-ext: Port to EAPI 7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../os-diskconfig-python-novaclient-ext-0.1.3.ebuild          | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild
index b04b5d5a535..a7fc14c1403 100644
--- a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild
+++ b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild
@@ -1,20 +1,21 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1
 
 DESCRIPTION="Disk Config extension for python-novaclient"
-HOMEPAGE="https://github.com/rackspace/os_diskconfig_python_novaclient_ext"
+HOMEPAGE="https://github.com/rackerlabs/os_diskconfig_python_novaclient_ext"
 SRC_URI="mirror://pypi/${PN:0:1}/os_diskconfig_python_novaclient_ext/os_diskconfig_python_novaclient_ext-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}/os_diskconfig_python_novaclient_ext-${PV}"
-
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=">=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN//-/_}-${PV}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/
@ 2019-06-19  8:32 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2019-06-19  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     560c4827426b0d61e43c1958677ae23433ba50c3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 08:32:37 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 08:32:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560c4827

dev-python/os-diskconfig-python-novaclient-ext: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../os-diskconfig-python-novaclient-ext-9999.ebuild        | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
index 1603fa9eff9..6bab3bf13d9 100644
--- a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
+++ b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
@@ -1,21 +1,19 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+EAPI=7
 
-inherit distutils-r1 git-2
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
-EGIT_REPO_URI="https://github.com/rackspace/os_diskconfig_python_novaclient_ext.git"
+inherit distutils-r1 git-r3
+
+EGIT_REPO_URI="https://github.com/rackerlabs/os_diskconfig_python_novaclient_ext.git"
 
 DESCRIPTION="Disk Config extension for python-novaclient"
-HOMEPAGE="https://github.com/rackspace/os_diskconfig_python_novaclient_ext"
+HOMEPAGE="https://github.com/rackerlabs/os_diskconfig_python_novaclient_ext"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
-
-S="${WORKDIR}/os_diskconfig_python_novaclient_ext-${PV}"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=">=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/
@ 2018-06-24 19:53 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-06-24 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     77df2b50e70ca775eb7a38566fb0ce47ecf8afee
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 19:50:48 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:52:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77df2b50

dev-python/os-diskconfig-python-novaclient-ext: Support python 3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../os-diskconfig-python-novaclient-ext-9999.ebuild                   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
index 6f2331f0069..153102844cd 100644
--- a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
+++ b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-2
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/
@ 2018-06-24 19:53 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-06-24 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     eb6857d7129b633b86e1da50df184e630cff3431
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 19:50:22 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:52:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6857d7

dev-python/os-diskconfig-python-novaclient-ext: Support python 3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../os-diskconfig-python-novaclient-ext-0.1.3.ebuild                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild
index c3f4f3ee01f..8b82ee53127 100644
--- a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild
+++ b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/
@ 2017-07-30  9:15 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-07-30  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4654fcfa6eb88344ddac88e68701b92950d09d01
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 10:34:05 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:15:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4654fcfa

dev-python/os-diskconfig-python-novaclient-ext: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../os-diskconfig-python-novaclient-ext-9999.ebuild                  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
index 3a1a172d758..6f2331f0069 100644
--- a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
+++ b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,7 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 git-2
 
-EGIT_REPO_URI="git://github.com/rackspace/os_diskconfig_python_novaclient_ext.git
-	https://github.com/rackspace/os_diskconfig_python_novaclient_ext.git"
+EGIT_REPO_URI="https://github.com/rackspace/os_diskconfig_python_novaclient_ext.git"
 
 DESCRIPTION="Disk Config extension for python-novaclient"
 HOMEPAGE="https://github.com/rackspace/os_diskconfig_python_novaclient_ext"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/
@ 2017-04-23 20:48 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-04-23 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     858d1ce18800c3bbe65f17f815e0782939bcd2be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:33:47 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:47:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858d1ce1

dev-python/os-diskconfig-python-novaclient-ext: Remove python@ from maintainers

 dev-python/os-diskconfig-python-novaclient-ext/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/os-diskconfig-python-novaclient-ext/metadata.xml b/dev-python/os-diskconfig-python-novaclient-ext/metadata.xml
index be78f813d79..e3d562fda91 100644
--- a/dev-python/os-diskconfig-python-novaclient-ext/metadata.xml
+++ b/dev-python/os-diskconfig-python-novaclient-ext/metadata.xml
@@ -5,10 +5,6 @@
     <email>prometheanfire@gentoo.org</email>
     <name>Matthew Thode</name>
   </maintainer>
-  <maintainer type="project">
-    <email>python@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
   <longdescription lang="en">
     Disk Config extension for python-novaclient
   </longdescription>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/
@ 2016-04-08  5:18 Matt Thode
  0 siblings, 0 replies; 7+ messages in thread
From: Matt Thode @ 2016-04-08  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0dab54adfe1c8c29819594b07fe2ae17b52329be
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 05:17:37 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 05:17:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dab54ad

dev-python/os-diskconfig-python-novaclient-ext: fix for new novaclient

Package-Manager: portage-2.2.26

 .../os-diskconfig-python-novaclient-ext/Manifest    |  1 +
 ...os-diskconfig-python-novaclient-ext-0.1.3.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/os-diskconfig-python-novaclient-ext/Manifest b/dev-python/os-diskconfig-python-novaclient-ext/Manifest
index b7e1d95..fc3ae59 100644
--- a/dev-python/os-diskconfig-python-novaclient-ext/Manifest
+++ b/dev-python/os-diskconfig-python-novaclient-ext/Manifest
@@ -1,2 +1,3 @@
 DIST os_diskconfig_python_novaclient_ext-0.1.1.tar.gz 2013 SHA256 1edcb7b39070b773f5d3cef015906dfd257e80e7116bf613770e748ed469f1ca SHA512 0b71de275c1909455909c3e1c4b2a09f69ddfa3970e79ef0e77783b61737997e470038970dd1e1eea22d2a7f3ee1cbf899dcdc0672f8d0f220ce68c4a6e629b2 WHIRLPOOL a573e9949e49ef6fec509e8e75f366b5ec1a502b98437b4464784ad017153499731e930468011aecdc61104c966c5c226bee7d42ef9910e3638b2fb9f09d8c5c
 DIST os_diskconfig_python_novaclient_ext-0.1.2.tar.gz 2513 SHA256 78076a7b05afb8842734329f306bd69e64af6af910a3bc973fcf023723b8d7fc SHA512 f89a37962c309c6b292a4d6e3057e4dadf8934cbbe1ee5e12cc66e0ddb5f62bdd1c6d63e82b686dd3b9f508819600d7be14eeb4d17fb6698cb4af90462c36b60 WHIRLPOOL af101273148d49149e1ca604589c97e5d170328349090b2ef358a927abca541a3dfe2c354edaecc879f1c58af67459bc77b86436edb1d186408b99db116bb447
+DIST os_diskconfig_python_novaclient_ext-0.1.3.tar.gz 2543 SHA256 e7d19233a7b73c70244d2527d162d8176555698e7c621b41f689be496df15e75 SHA512 4733c4ef720d0fdfabaa26c4288b933ac7d9e4433b20257cfe206399b71154dc6ee98ab621e67aa4c3446df2ec1929edfb9341538d7d4ab69d71576652a9d591 WHIRLPOOL 005106b366034896814d105397db18a5de871d08b90c5f43336553aa8f6a03f12c98c098ebe4da4ea67a0c73a42cf553425e464396080bbf5cc3cd8e1cfb0eab

diff --git a/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild
new file mode 100644
index 0000000..4816f5f
--- /dev/null
+++ b/dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-0.1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Disk Config extension for python-novaclient"
+HOMEPAGE="https://github.com/rackspace/os_diskconfig_python_novaclient_ext"
+SRC_URI="mirror://pypi/${PN:0:1}/os_diskconfig_python_novaclient_ext/os_diskconfig_python_novaclient_ext-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/os_diskconfig_python_novaclient_ext-${PV}"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]"


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

end of thread, other threads:[~2019-06-19  8:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19  8:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2019-06-19  8:32 David Seifert
2018-06-24 19:53 Pacho Ramos
2018-06-24 19:53 Pacho Ramos
2017-07-30  9:15 Michał Górny
2017-04-23 20:48 Michał Górny
2016-04-08  5:18 Matt Thode

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