aardwolf-0.2.13nest
download
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{12..14} )
CRATES="[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]"
inherit cargo distutils-r1 pypi
DESCRIPTION="Asynchronous RDP client for Python"
HOMEPAGE="https://github.com/skelsec/aardwolf"
SRC_URI+="
${CARGO_CRATE_URIS}
"
LICENSE="Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test" # no tests
RDEPEND="dev-python/arc4[${PYTHON_USEDEP}]
dev-python/asn1crypto[${PYTHON_USEDEP}]
dev-python/asn1tools[${PYTHON_USEDEP}]
dev-python/asyauth[${PYTHON_USEDEP}]
dev-python/asysocks[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pyperclip[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/unicrypto[${PYTHON_USEDEP}]"
BDEPEND="dev-python/setuptools-rust[${PYTHON_USEDEP}]"
QA_FLAGS_IGNORED="usr/lib/python3.*/site-packages/librlers.cpython-.*-x86_64-linux-gnu.so"
src_prepare() {
default
sed -i '/pyo3/s|0.23.5|0.27.2|' aardwolf/utils/rlers/Cargo.toml \
|| die "sed failed for Cargo.toml"
}