commit:     219c918b7fc167eda74e6c107668bd233e0d6700
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 20:47:21 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 21:15:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219c918b

net-im/transwhat: add python3.10 support

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild 
b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
index 3aeaf71795b..1e7dc74cbe1 100644
--- a/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
+++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
 DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
 HOMEPAGE="https://github.com/stv0g/transwhat";
 SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -26,8 +27,6 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
 DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
 
 src_prepare() {

Reply via email to