wafw00f-2.2.0.ebuild

This commit is contained in:
Anton Bolshakov 2022-07-18 18:24:20 +08:00
parent 342823c798
commit 549b4a0f05
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 3 additions and 4 deletions

View file

@ -1 +1 @@
DIST wafw00f-2.1.0.tar.gz 39387 BLAKE2B 83442afa5873911c2145d1aaf1860613f4fe2d2ac38b7a1d44151d4d8a3346b1c7d2cb1cecc8ac1ea8cda1738a7a1d931ca8bd761dcd20275dbc871f882457cc SHA512 7faf271cf3cb8db0d45dfff7081f53f9041b7d646cc94ed4925c98e9b7d4ec24b3aeef9240b7c7ad56b9568a2033f74b58db1142c8f83252633e355b1a44a9b2
DIST wafw00f-2.2.0.tar.gz 40321 BLAKE2B b19c29e22a3d1682595e1c6681b2046c54819f53782f45fcc707fed52fc6de0ff154b3d8151eb2a17dea7f9a5090afa68a6c171bf56d4e4823f5a7f240f07a78 SHA512 53d4cafe784552a367959033a0e5405325b92bd3742ee3d7722aeda432b1939560974d31f26c4606e0ffc0f21666946a8ecc5fbe4fe69ab02f80ef20a2d308ea

View file

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
@ -19,5 +19,4 @@ IUSE="socks5"
DEPEND=""
RDEPEND="${DEPEND}
dev-python/requests[socks5?,${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
>=dev-python/pluginbase-0.3[${PYTHON_USEDEP}]"