From 330352e8420f633fab81a6e80b4dbde3ecbd778b Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 1 Jul 2021 22:45:38 +0200 Subject: net-im/yowsup: add python3.10 support Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- net-im/yowsup/yowsup-3.2.3_p20190905.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'net-im') diff --git a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild index 58122f26f7b4..81095806d6b0 100644 --- a/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild +++ b/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild @@ -1,11 +1,11 @@ -# 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="bdepend" EGIT_COMMIT="2adc067f306d9e7d8b634f66e96c52d80a42e1ff" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="readline" inherit distutils-r1 @@ -13,6 +13,7 @@ inherit distutils-r1 DESCRIPTION="A library that enables you to build applications which use the WhatsApp service" HOMEPAGE="https://github.com/tgalal/yowsup" SRC_URI="https://github.com/tgalal/yowsup/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" LICENSE="GPL-3" SLOT="0" @@ -30,8 +31,6 @@ RDEPEND=" DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - PATCHES=( "${FILESDIR}/${PF}-fix-install-path.patch" ) src_prepare() { -- cgit v1.2.3-65-gdbad