diff --git a/dev-python/shodan/Manifest b/dev-python/shodan/Manifest deleted file mode 100644 index c37d9504d..000000000 --- a/dev-python/shodan/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST shodan-1.25.0.tar.gz 51374 BLAKE2B 8068a02f7bb8ae91fd56c7b9a42b6b6c3195e689bf1f12e39fcd64b071fb1d6d6336f56b68a690e89a638ceecefdc4a9ec8b65561f529c62e334d80f10a2c479 SHA512 5a86e537ff5d74f1fa91a5b7591b939cfd73570961392bd4ea457a4e089a65bf601b890888c739bac292ed5b55478400cfdefc1fbcb748e3dfd2bb79f2d9bbce -DIST shodan-1.28.0.tar.gz 53522 BLAKE2B 01a1e42d91b3e3fcdad0622bcc235104420586caf22cbe6e42a217c59c90b989fd1e03c3765d533d20130a3b6909d721a6c05ec38c214940400dfcce57ea1090 SHA512 d79c6d3500dc618bbe79d0b8bba46f60638e68a83286a505a5598851d0158b1d29ce9904e38c57b63a25bff52a618aef7d781cbf85a0f5da6bad42cd140327a5 diff --git a/dev-python/shodan/metadata.xml b/dev-python/shodan/metadata.xml deleted file mode 100644 index ace7c2d3a..000000000 --- a/dev-python/shodan/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - unknown@pentoo.ch - Author Unknown - - diff --git a/dev-python/shodan/shodan-1.25.0.ebuild b/dev-python/shodan/shodan-1.25.0.ebuild deleted file mode 100644 index aeaf5feac..000000000 --- a/dev-python/shodan/shodan-1.25.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Python library and command-line utility for Shodan" -HOMEPAGE="https://github.com/achillean/shodan-python/tree/master https://pypi.org/project/shodan/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" - -RDEPEND="dev-python/click[${PYTHON_USEDEP}] - dev-python/click-plugins[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] - dev-python/xlsxwriter[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - nosetests --verbose || die - py.test -v -v || die -} diff --git a/dev-python/shodan/shodan-1.28.0.ebuild b/dev-python/shodan/shodan-1.28.0.ebuild deleted file mode 100644 index 6bfba085f..000000000 --- a/dev-python/shodan/shodan-1.28.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Python library and command-line utility for Shodan" -HOMEPAGE="https://github.com/achillean/shodan-python/tree/master https://pypi.org/project/shodan/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -#No such file or directory: 'SHODAN-API-KEY' -RESTRICT="test" - -RDEPEND="dev-python/click[${PYTHON_USEDEP}] - dev-python/click-plugins[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] - dev-python/xlsxwriter[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -# test? ( -# dev-python/nose[${PYTHON_USEDEP}] -# dev-python/pytest[${PYTHON_USEDEP}] -# )" - -#python_test() { -# nosetests --verbose || die -# py.test -v -v || die -#} diff --git a/net-analyzer/theHarvester/theHarvester-4.5.1.ebuild b/net-analyzer/theHarvester/theHarvester-4.5.1.ebuild index d17bfb4b3..0cf8d43e5 100644 --- a/net-analyzer/theHarvester/theHarvester-4.5.1.ebuild +++ b/net-analyzer/theHarvester/theHarvester-4.5.1.ebuild @@ -37,7 +37,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/retrying[${PYTHON_USEDEP}] - >=dev-python/shodan-1.28.0[${PYTHON_USEDEP}] + >=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}] dev-python/slowapi[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}] dev-python/uvloop[${PYTHON_USEDEP}] diff --git a/net-analyzer/theHarvester/theHarvester-4.6.0.ebuild b/net-analyzer/theHarvester/theHarvester-4.6.0.ebuild index fa2523062..cd5a9984f 100644 --- a/net-analyzer/theHarvester/theHarvester-4.6.0.ebuild +++ b/net-analyzer/theHarvester/theHarvester-4.6.0.ebuild @@ -37,7 +37,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/retrying[${PYTHON_USEDEP}] - >=dev-python/shodan-1.28.0[${PYTHON_USEDEP}] + >=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}] dev-python/slowapi[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}] dev-python/uvloop[${PYTHON_USEDEP}] diff --git a/net-analyzer/wfuzz/wfuzz-3.1.0-r1.ebuild b/net-analyzer/wfuzz/wfuzz-3.1.0-r1.ebuild index 129f8c36f..93ee9dc5e 100644 --- a/net-analyzer/wfuzz/wfuzz-3.1.0-r1.ebuild +++ b/net-analyzer/wfuzz/wfuzz-3.1.0-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND="${DEPEND} >=dev-python/pyparsing-2.3.0[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/chardet[${PYTHON_USEDEP}] - dev-python/shodan[${PYTHON_USEDEP}]" + net-analyzer/shodan[${PYTHON_USEDEP}]" python_prepare_all() { #https://github.com/xmendez/wfuzz/issues/215 diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024 new file mode 100644 index 000000000..9fcaeceb2 --- /dev/null +++ b/profiles/updates/2Q-2024 @@ -0,0 +1 @@ +move dev-python/shodan net-analyzer/shodan