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"