Install this version:
emerge -a =net-im/transwhat-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-im/transwhat-9999
Or alternatively:
emerge --autounmask-write -a =net-im/transwhat-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{12..14} )
#python3_15
# ^ pyspectrum
#pypy{,3} )
# ^ protobuf
inherit distutils-r1 git-r3
DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3"
HOMEPAGE="https://github.com/stv0g/transwhat"
EGIT_REPO_URI="https://github.com/stv0g/transwhat.git"
EGIT_BRANCH="yowsup-3"
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
dev-python/pyspectrum2[${PYTHON_USEDEP}]
dev-python/protobuf[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
net-im/yowsup[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" )
dev-python/pyspectrum2[] dev-python/protobuf[] dev-python/python-dateutil[] net-im/yowsup[]
dev-python/pyspectrum2[] dev-python/protobuf[] dev-python/python-dateutil[] net-im/yowsup[]
dev-python/setuptools[]