mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
wfuzz: 2.3.4 bump
This commit is contained in:
parent
a98e401bc9
commit
1dd1d7d1fd
2 changed files with 12 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST wfuzz-2.2.11.tar.gz 383889 BLAKE2B 17080d7bdf846918bd156e3082441e9310acd17b457e74b626fd74ec392e91d039a1504975f0abf180567763458954940c0ed0236aba3c3fb9ab884bcb9efba0 SHA512 2203582d275dd93b1a2a456088b2975d717b3e9eff92b85f986845111e72ced0c69b2531e1b0735eb959b69efe3d8c7d128f9f7e95cee25e1253cd72e37ce051
|
||||
DIST wfuzz-2.3.1.tar.gz 391296 BLAKE2B 29b6c3fa8d28e4d1d52355e301097660227b1c168b0b00b03f77c8b33e085a8cb59f381f387ad622c38784650b9d39e51b03ff6a09b09d1abfd70ce415f01b43 SHA512 6706cb18ca8c78ea7ab3cdc4a10c02ff778e0da62cec2f0e47d108d5f9f9de763390d5453f9299c261e9b5476d14a0e6b48476472ed80300e8aac60efbaf928c
|
||||
DIST wfuzz-2.3.4.tar.gz 392877 BLAKE2B 3310ddcabf7ed54cea90c4515755bf793754d19428cd796f6f94f6bb868ac1855e64aa90b1393c4f5be3c63c4bf1bc7804a8f75fcf3a63bc248b6494e276d645 SHA512 798c1e75e0c97b2ebbbf64fd16c6f29358624d99475b043f40d4c9a581d06f98953d9574c29a73efa413914f61c2d4ded490003b0c14d3f95b63a196851675f4
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
# python3_{5,6,7} )
|
||||
#configparser
|
||||
|
||||
inherit distutils-r1 multilib
|
||||
|
||||
|
|
@ -17,5 +19,10 @@ KEYWORDS="~amd64 ~ppc ~x86"
|
|||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/pycurl[${PYTHON_USEDEP}]
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
|
||||
dev-python/configparser[${PYTHON_USEDEP}]
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/pycurl[${PYTHON_USEDEP}]
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
Loading…
Reference in a new issue