Merge pull request #2662 from blshkv/master

wafw00f
This commit is contained in:
github-actions[bot] 2026-01-20 23:51:46 +00:00 committed by GitHub
commit 1ab1592e5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 4 deletions

View file

@ -19,6 +19,6 @@ KEYWORDS="amd64 arm64 x86"
IUSE="test"
DEPEND="${RDEPEND}
test? ( dev-python/pytest )"
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest

View file

@ -19,6 +19,6 @@ KEYWORDS="amd64 arm64 x86"
IUSE="test"
DEPEND="${RDEPEND}
test? ( dev-python/pytest )"
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest

View file

@ -1,2 +1,2 @@
DIST wafw00f-2.3.1.tar.gz 41876 BLAKE2B feab0c31cf068ff32019a486b13c0adfeea49464d3618479a417bb04f728f6cdc9e6bb1a28ad769d59f5de4c73addb5c4f0785c578fc2680cc3ab86b21b0cae3 SHA512 f91a2f76f70febc1ce89e74d517fa82527480b6abfc0d150a279437415e29531278eca004540d32215b7b4608b60a52b7e4bac8790a782e87e4ffe243fcabeab
DIST wafw00f-2.3.2.tar.gz 42448 BLAKE2B 8054b3cd6cd80963a8fcc8d4312f43ef2d22f8b8e6e85e5315f66905ef872dd8a776aa7aad89be6b1de96cb092391ac31119542a6e76d4775f9d580826282838 SHA512 5c0a78e5d7dea13e832c8d639edd3ef5b4409e1314c7965b1915cb357ffa95eedbc522e035db3e4b5ec31cfd0d7aa9859811e6a474cdff996d17ba9be5772fb9
DIST wafw00f-2.4.1.tar.gz 47287 BLAKE2B 3e42bc7f8db72320e9db5a9ca417806210b72c9627ecb9397adb3fccb2cd2fec4a083e5cb254abde7f89ab4acf1e8ef489a9db14b67dc9ab827db984d31cf93a SHA512 d4a5bb942fad74e67aafee5ce3bf74097227647b36546d5712af38a19bed61c40fdc8934cc2ffecc3e1c7a40836d5de8c57150187b8b3b431e8fc62d22961fd7

View file

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -20,3 +20,15 @@ IUSE="socks5"
RDEPEND="${DEPEND}
dev-python/requests[socks5?,${PYTHON_USEDEP}]
>=dev-python/pluginbase-0.3[${PYTHON_USEDEP}]"
BDEPEND="test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
src_prepare(){
rm setup.py
eapply_user
}