net-im/yowsup - 9999 (mva)

Search

Install

Install this version:

emerge -a =net-im/yowsup-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-im/yowsup-9999

Or alternatively:

emerge --autounmask-write -a =net-im/yowsup-9999

Package Information

Description:
A library that enables you to build applications which use the WhatsApp service
Homepage:
https://github.com/tgalal/yowsup
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{8..15} python3_13t )
PYTHON_REQ_USE="readline"

inherit distutils-r1 git-r3

DESCRIPTION="A library that enables you to build applications which use the WhatsApp service"
HOMEPAGE="https://github.com/tgalal/yowsup"
EGIT_REPO_URI="https://github.com/tgalal/yowsup.git"

LICENSE="GPL-3"
SLOT="0"

# 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}]
	dev-python/consonance[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/protobuf[${PYTHON_USEDEP}]
	dev-python/python-axolotl[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

PATCHES=( "${FILESDIR}/${PN}-3.2.3_p20190905-fix-install-path.patch" )

Inherited Eclasses

Dependencies

DEPEND

	dev-python/appdirs[]
	dev-python/configargparse[]
	dev-python/consonance[]
	dev-python/pillow[]
	dev-python/protobuf[]
	dev-python/python-axolotl[]
	dev-python/six[]

RDEPEND

	dev-python/appdirs[]
	dev-python/configargparse[]
	dev-python/consonance[]
	dev-python/pillow[]
	dev-python/protobuf[]
	dev-python/python-axolotl[]
	dev-python/six[]

BDEPEND

dev-python/setuptools[]