aardwolf-0.2.8.ebuild

This commit is contained in:
Anton Bolshakov 2024-01-07 09:59:45 +08:00
parent 5d7d070c2d
commit 9d32d2c472
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 27 additions and 9 deletions

View file

@ -1 +1 @@
DIST aardwolf-0.0.8.tar.gz 973358 BLAKE2B 4e358f489841bae2a9db43674920d5b8eaa52e860288063e981852e6dc92d88cfe20cd8b4fc0700a0ff1065063ed867b82265a77131c8e746b1897e8912b2017 SHA512 ccb37bb479e2a459a6522f3e94775a7fe2d5af34f15a81848ac7c8340aeba12fc0b4bc8ba040d9f39f536441a74197631315b40c26c63a17803cc9c53699a147
DIST aardwolf-0.2.8.tar.gz 944113 BLAKE2B 84e1319987a60cba5b9c9cc6893440aac97a10c21c310de3dc0321244e3a617eecb01787118c7703fcd5a1dc22b043904f98237ea6710257e125fe67b696ea66 SHA512 54ae17b3f55dc8a2a9998f2d20a749c62c4d35b483f3f030a1e3bf46fb98c67b3db03201c8673ce7f3250cf149d7bb16330922b434c54d7a1dec09f6e2795d44

View file

@ -1,31 +1,37 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
inherit distutils-r1 pypi
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}]
RDEPEND="
>=dev-python/unicrypto-0.0.10[${PYTHON_USEDEP}]
>=dev-python/asyauth-0.0.16[${PYTHON_USEDEP}]
>=dev-python/asysocks-0.2.9[${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/arc4-0.3.0[${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}"
# https://github.com/skelsec/aardwolf/issues/21
QA_FLAGS_IGNORED="usr/lib/python.*/site-packages/librlers.cpython-31.-x86_64-linux-gnu.so"

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">skelsec/aardwolf</remote-id>
<remote-id type="pypi">aardwolf</remote-id>
</upstream>
</pkgmetadata>