dev-python/shodan: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:27:53 +01:00 committed by Andreas Billmeier
parent 7740aa22b6
commit 49780f7651
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST shodan-1.28.0.tar.gz 53522 BLAKE2B 01a1e42d91b3e3fcdad0622bcc235104420586caf22cbe6e42a217c59c90b989fd1e03c3765d533d20130a3b6909d721a6c05ec38c214940400dfcce57ea1090 SHA512 d79c6d3500dc618bbe79d0b8bba46f60638e68a83286a505a5598851d0158b1d29ce9904e38c57b63a25bff52a618aef7d781cbf85a0f5da6bad42cd140327a5
EBUILD shodan-1.28.0.ebuild 867 BLAKE2B fd41f8576e665b45546177e3a1f6481c3bcf94921a2085065327278785bae4970afde8a488a97198f544950e62b15673b4e70e51d9008c7aa8108bc6d3e416f5 SHA512 2f6b092302f46be40fa831fbdd13f4fad1db83e7a079f7bd2c9f0bcfe4cd1efeabc2da88136c8b3373b9e5f2755d6182c24dd55afc2510a6b79e4888ea54550f
EBUILD shodan-1.28.0.ebuild 811 BLAKE2B 8c76fb34c6fe34defc07d26f369d70f09b3e2cf301c8db5aee1d10d67e718333832a987ede77a9232efbb5f9229ee58ddeee292fd18f612c13588bbfbeaddf92 SHA512 deabaf50bdc4a65199b3aefa7620144cfa98ece96b9a9efef7865857fd953200eac504ad3f17b663437525b44e7dbbfc7b20208e799f23b067a44a5de5ee763d
MISC metadata.xml 512 BLAKE2B ee3eb438314498cdea58497df96480368719490fd1f9e290339c90fe5ce4404f1755835ad8ce42f5215454fa471dec3aac1b4894b6850907a7a02113c7e53fc8 SHA512 54961f1c57eb13e3d842661815fec38ff7a9b906e6ea9646a005d227368ec8a7abccc71f7cfc815ca5ecfc2c224f526289310c4153f6343cf55b32562787f785

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library and command-line utility for Shodan (https://developer.shodan.io)"
HOMEPAGE="https://github.com/achillean/shodan-python/ https://pypi.org/project/shodan/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -24,7 +22,6 @@ RDEPEND="dev-python/click[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
>=dev-python/requests-2.2.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"