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 7A486158086 for ; Mon, 25 Oct 2021 11:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABCACE07FA; Mon, 25 Oct 2021 11:20:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E1BBE07FA for ; Mon, 25 Oct 2021 11:20:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BB0334376B for ; Mon, 25 Oct 2021 11:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68B658F for ; Mon, 25 Oct 2021 11:20:38 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1635160836.922d593b85821c32dbee1586c7bb0b6c9378b215.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/XenAPI/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/XenAPI/XenAPI-2.14-r1.ebuild dev-python/XenAPI/XenAPI-2.14.ebuild X-VCS-Directories: dev-python/XenAPI/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 922d593b85821c32dbee1586c7bb0b6c9378b215 X-VCS-Branch: dev Date: Mon, 25 Oct 2021 11:20:38 +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: 3b3d0734-ffd7-4616-9132-817f77b5ac59 X-Archives-Hash: 66e341312e037af40d70761fe744fe18 commit: 922d593b85821c32dbee1586c7bb0b6c9378b215 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Oct 25 10:19:50 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Oct 25 11:20:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=922d593b dev-python/XenAPI: EAPI 8 Signed-off-by: Alessandro Barbieri gmail.com> .../XenAPI/{XenAPI-2.14.ebuild => XenAPI-2.14-r1.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 2b61003dd..217c6982d 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"