From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7977C138335 for ; Wed, 19 Jun 2019 08:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAEB6E0950; Wed, 19 Jun 2019 08:32:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2089E0950 for ; Wed, 19 Jun 2019 08:32:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50C29346497 for ; Wed, 19 Jun 2019 08:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB41C614 for ; Wed, 19 Jun 2019 08:32:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1560933157.560c4827426b0d61e43c1958677ae23433ba50c3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-diskconfig-python-novaclient-ext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-diskconfig-python-novaclient-ext/os-diskconfig-python-novaclient-ext-9999.ebuild X-VCS-Directories: dev-python/os-diskconfig-python-novaclient-ext/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 560c4827426b0d61e43c1958677ae23433ba50c3 X-VCS-Branch: master Date: Wed, 19 Jun 2019 08:32:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26f9f0a3-3f4a-42b2-82a6-735dfb4c29e7 X-Archives-Hash: e61d1453cedfe2cc8dfe46656df993a8 commit: 560c4827426b0d61e43c1958677ae23433ba50c3 Author: David Seifert gentoo org> AuthorDate: Wed Jun 19 08:32:37 2019 +0000 Commit: David Seifert gentoo 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 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}]"