mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
31 lines
929 B
Bash
31 lines
929 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
PYTHON_COMPAT=( python3_{10..11} )
|
|
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="Asynchronous RDP protocol implementation"
|
|
HOMEPAGE="https://github.com/skelsec/aardwolf"
|
|
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm64 x86"
|
|
|
|
RDEPEND=">=dev-python/minikerberos-0.2.20[${PYTHON_USEDEP}]
|
|
>=dev-python/winsspi-0.0.9[${PYTHON_USEDEP}]
|
|
>=dev-python/asysocks-0.1.7[${PYTHON_USEDEP}]
|
|
dev-python/tqdm[${PYTHON_USEDEP}]
|
|
dev-python/colorama[${PYTHON_USEDEP}]
|
|
dev-python/asn1crypto[${PYTHON_USEDEP}]
|
|
dev-python/asn1tools[${PYTHON_USEDEP}]
|
|
>=dev-python/pyperclip-1.8.2[${PYTHON_USEDEP}]
|
|
>=dev-python/arc4-0.0.4[${PYTHON_USEDEP}]
|
|
>=dev-python/pillow-9.0.0[${PYTHON_USEDEP}]
|
|
>=dev-python/unicrypto-0.0.4[${PYTHON_USEDEP}]"
|
|
|
|
DEPEND="${RDEPEND}"
|
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|