From 922d593b85821c32dbee1586c7bb0b6c9378b215 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 25 Oct 2021 12:19:50 +0200 Subject: [PATCH] dev-python/XenAPI: EAPI 8 Signed-off-by: Alessandro Barbieri --- .../{XenAPI-2.14.ebuild => XenAPI-2.14-r1.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) rename dev-python/XenAPI/{XenAPI-2.14.ebuild => XenAPI-2.14-r1.ebuild} (65%) diff --git a/dev-python/XenAPI/XenAPI-2.14.ebuild b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild similarity index 65% rename from dev-python/XenAPI/XenAPI-2.14.ebuild rename to dev-python/XenAPI/XenAPI-2.14-r1.ebuild index 2b61003dda..217c6982dd 100644 --- a/dev-python/XenAPI/XenAPI-2.14.ebuild +++ b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild @@ -1,13 +1,18 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + PYTHON_COMPAT=( python3_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" +HOMEPAGE=" + https://xenproject.org/developers/teams/xen-api + https://github.com/xapi-project/xen-api + https://pypi.org/project/XenAPI +" SRC_URI="mirror://pypi/X/${PN}/${P}.tar.gz" LICENSE="LGPL-2"