mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
shodan: 1.17.0 bump
This commit is contained in:
parent
a00da72076
commit
7a201ae3db
3 changed files with 36 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
DIST shodan-1.12.1.tar.gz 46072 BLAKE2B 76381d6e54418da81aac3d34eadbec4b25f268211abc7f9464b57ad9b07e556626c3eeb189214b9d12a28182fbf91898264e5da457888b4eb4eea3cb5a48feaf SHA512 4bc3953b6ffcc9d3d706b42efa5b97b3353ef9a3746e39b127ca54093ef40abbc090fcdddf88222a515b2750d75119d67e6ea3ed40744cee0b7cb8a40a0ba7f0
|
||||
DIST shodan-1.13.0.tar.gz 46387 BLAKE2B fa472820d6483b9de9ba94cc3b28acd04343555c3d3b4d5987e49e89b3e5fdfa67a734a849f683c97ef745f81ceaae28fbef88a6ccf30847549ee63ee17b3f54 SHA512 ca44d743a71d3978da2311ade5e4f2e4ef450b73a15daa4d36642eb0d86ab1f97d03694afc4e9a8c04ed48260037a6599e00a16a3c84d19221f750500bbe4073
|
||||
DIST shodan-1.14.0.tar.gz 46505 BLAKE2B e05f047eafcef0dc0a8e70b2a5017d2b05c8ab56641fcb4cb97dd401367ae4d1c1f9b43c8f0478cc26a1d03ffbd478c8ed09ba466c2bd5709ac5caec61a90801 SHA512 680312d5732e1bd02894cb7bf344d847ff4ac7acb572c42d5fb002aecae03227e700aff2b9a84641ab7f6d5293c444dc6f829a3d57912bd49f50f438bbde2a88
|
||||
DIST shodan-1.17.0.tar.gz 47222 BLAKE2B 8b30c7a9722f408161e0403fa5f528c5c8574a4f1b44938b3d6a6d4204ff0ea5896253b0e37c28c55ee107924dda5a71c8642dfec8f7b986ce95f8553bf24a09 SHA512 89a404dedbf80b8b58d81844145626f6102d3c2327f077da5ff5a403dcface662fc9cca700ed35122d49c9259c0e9599e49038632d04b24cd3c0af16c1f3d10e
|
||||
|
|
|
|||
34
dev-python/shodan/shodan-1.17.0.ebuild
Normal file
34
dev-python/shodan/shodan-1.17.0.ebuild
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library and command-line utility for Shodan (https://developer.shodan.io)"
|
||||
HOMEPAGE="http://github.com/achillean/shodan-python/tree/master https://pypi.org/project/shodan/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
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="${REDEPEND}
|
||||
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
|
||||
}
|
||||
|
|
@ -334,6 +334,7 @@ dev-python/interfax
|
|||
|
||||
#by theHarvester
|
||||
dev-python/shodan
|
||||
~dev-python/click-plugins-1.0.3
|
||||
~dev-python/censys-0.0.8
|
||||
~dev-python/plotly-1.9.6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue