python3Packages.shodan: 1.26.0 -> 1.26.1
This commit is contained in:
parent
937e2472e8
commit
cfa0fa9732
@ -5,16 +5,20 @@
|
||||
, colorama
|
||||
, requests
|
||||
, setuptools
|
||||
, pythonOlder
|
||||
, XlsxWriter
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "shodan";
|
||||
version = "1.26.0";
|
||||
version = "1.26.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4f2ee19bdcad41a5f4618c8e7e1759f62c337cc2214416b53ad3d0c04a1146bc";
|
||||
sha256 = "sha256-8oJ7QNaRiYjvn18W3LihM4OqrhooRYmPcBLqyJBru4c=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -27,7 +31,10 @@ buildPythonPackage rec {
|
||||
|
||||
# The tests require a shodan api key, so skip them.
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "shodan" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"shodan"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python library and command-line utility for Shodan";
|
||||
|
Loading…
Reference in New Issue
Block a user