From: Tomas Mozes Date: Fri, 13 Dec 2019 11:28:18 +0000 (+0100) Subject: dev-python/XenAPI: bump to 2.14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c82b720424905ff2ed4d1e59bc266fd8b381baa5;p=gentoo.git dev-python/XenAPI: bump to 2.14 Closes: https://bugs.gentoo.org/702056 Closes: https://github.com/gentoo/gentoo/pull/13967 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Tomáš Mózes Signed-off-by: Yixun Lan --- diff --git a/dev-python/XenAPI/Manifest b/dev-python/XenAPI/Manifest index c15a66849105..430c889925c4 100644 --- a/dev-python/XenAPI/Manifest +++ b/dev-python/XenAPI/Manifest @@ -1 +1 @@ -DIST XenAPI-1.2.tar.gz 3901 BLAKE2B e87cb08c7a13920b23f33272b32680a13f05c0815c127790e14910c94fe5a55082816a6f13e87f8f84d00803931163637e15386a80ee1715b3b1ea47f5799340 SHA512 24b0fd6591d5bca0ac2b17808afa8c762a3fdefdb44fac41cc223aaa16a58073a4160ecedeef0e1490df18fba8b20e2072b6dc68cbe0f53145351f76d9d1e621 +DIST XenAPI-2.14.tar.gz 5110 BLAKE2B 0391ccfffe8c2a264360eef4057a666e92bcbc8b31e7848f15704fff4d554db9758b1aa0b5210d1bfc41c4df261096b04961a4ff6722a8ea25305971b70f8562 SHA512 a56245b617fa049bcc62ee78e85167e322b632e53d2a6bc3e042e1cb0541ea0004aee4b957f9190c30685cef935f236d980a224322ac593896abd7a31e36abd2 diff --git a/dev-python/XenAPI/XenAPI-1.2.ebuild b/dev-python/XenAPI/XenAPI-2.14.ebuild similarity index 83% rename from dev-python/XenAPI/XenAPI-1.2.ebuild rename to dev-python/XenAPI/XenAPI-2.14.ebuild index 627ce1eb6f10..f5ff332f6e9a 100644 --- a/dev-python/XenAPI/XenAPI-1.2.ebuild +++ b/dev-python/XenAPI/XenAPI-2.14.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python2_7 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1