commit:     3422f80a7b64d03011fabfb5910960dc722e072d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 09:01:22 2020 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 09:01:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3422f80a

app-portage/tatt: improve python handling

* Add Python 3.7
* Fix dependencies

Closes: https://bugs.gentoo.org/718252
Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 app-portage/tatt/{tatt-9999.ebuild => tatt-0.7-r1.ebuild} | 11 +++++------
 app-portage/tatt/tatt-9999.ebuild                         |  4 ++--
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/app-portage/tatt/tatt-9999.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
similarity index 69%
copy from app-portage/tatt/tatt-9999.ebuild
copy to app-portage/tatt/tatt-0.7-r1.ebuild
index 15cbacda910..fd1e8f3e540 100644
--- a/app-portage/tatt/tatt-9999.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -3,23 +3,22 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="arch testing tool"
 HOMEPAGE="https://github.com/gentoo/tatt";
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/tatt.git
-       https://github.com/gentoo/tatt.git";
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="
        app-portage/eix
-       app-portage/gentoolkit
+       app-portage/gentoolkit[${PYTHON_USEDEP}]
        dev-python/configobj[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
        www-client/pybugz

diff --git a/app-portage/tatt/tatt-9999.ebuild 
b/app-portage/tatt/tatt-9999.ebuild
index 15cbacda910..e998e0c14c1 100644
--- a/app-portage/tatt/tatt-9999.ebuild
+++ b/app-portage/tatt/tatt-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 git-r3
 
@@ -19,7 +19,7 @@ IUSE="+templates"
 
 RDEPEND="
        app-portage/eix
-       app-portage/gentoolkit
+       app-portage/gentoolkit[${PYTHON_USEDEP}]
        dev-python/configobj[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
        www-client/pybugz

Reply via email to