summaryrefslogtreecommitdiff
path: root/net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /net-im/yowsup/yowsup-3.2.3_p20190905.ebuild
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'net-im/yowsup/yowsup-3.2.3_p20190905.ebuild')
-rw-r--r--net-im/yowsup/yowsup-3.2.3_p20190905.ebuild10
1 files changed, 6 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..05be23ec4c12 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,11 +13,15 @@ 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"
KEYWORDS="amd64 x86"
+# This package contains no-op tests, so they actually cannot be run
+RESTRICT="test"
+
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/configargparse[${PYTHON_USEDEP}]
@@ -30,8 +34,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
PATCHES=( "${FILESDIR}/${PF}-fix-install-path.patch" )
src_prepare() {