From c82b720424905ff2ed4d1e59bc266fd8b381baa5 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Fri, 13 Dec 2019 12:28:18 +0100 Subject: dev-python/XenAPI: bump to 2.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dev-python/XenAPI/Manifest | 2 +- dev-python/XenAPI/XenAPI-1.2.ebuild | 17 ----------------- dev-python/XenAPI/XenAPI-2.14.ebuild | 17 +++++++++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 dev-python/XenAPI/XenAPI-1.2.ebuild create mode 100644 dev-python/XenAPI/XenAPI-2.14.ebuild (limited to 'dev-python/XenAPI') 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-1.2.ebuild deleted file mode 100644 index 627ce1eb6f10..000000000000 --- a/dev-python/XenAPI/XenAPI-1.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform" -HOMEPAGE="http://community.citrix.com/display/xs/Download+SDKs" -SRC_URI="mirror://pypi/X/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/XenAPI/XenAPI-2.14.ebuild b/dev-python/XenAPI/XenAPI-2.14.ebuild new file mode 100644 index 000000000000..f5ff332f6e9a --- /dev/null +++ b/dev-python/XenAPI/XenAPI-2.14.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform" +HOMEPAGE="http://community.citrix.com/display/xs/Download+SDKs" +SRC_URI="mirror://pypi/X/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3