diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 22:47:21 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 23:15:38 +0200 |
commit | 219c918b7fc167eda74e6c107668bd233e0d6700 (patch) | |
tree | 34ed1f8224fdb4a43c443cf876deb87eedd2338b /net-im | |
parent | net-im/yowsup: add python3.10 support (diff) | |
download | gentoo-219c918b7fc167eda74e6c107668bd233e0d6700.tar.gz gentoo-219c918b7fc167eda74e6c107668bd233e0d6700.tar.bz2 gentoo-219c918b7fc167eda74e6c107668bd233e0d6700.zip |
net-im/transwhat: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/transwhat/transwhat-0.2.2_p20190426-r1.ebuild | 7 |
1 files 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 3aeaf71795b5..1e7dc74cbe12 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() { |