diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 22:45:38 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 23:15:37 +0200 |
commit | 330352e8420f633fab81a6e80b4dbde3ecbd778b (patch) | |
tree | 304b35dac28142f6068e22e296c7e3b970057578 /net-im | |
parent | net-im/swift: add python3.10 support (diff) | |
download | gentoo-330352e8420f633fab81a6e80b4dbde3ecbd778b.tar.gz gentoo-330352e8420f633fab81a6e80b4dbde3ecbd778b.tar.bz2 gentoo-330352e8420f633fab81a6e80b4dbde3ecbd778b.zip |
net-im/yowsup: 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/yowsup/yowsup-3.2.3_p20190905.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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() { |