mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 17:38:25 +00:00
knockpy: 6.1.0 -> 7.0.0
Diff: https://github.com/guelfoweb/knock/compare/refs/tags/6.1.0...7.0.0 Changelog: https://github.com/guelfoweb/knock/releases/tag/7.0.0
This commit is contained in:
parent
33a869955a
commit
e6462a7065
@ -5,30 +5,39 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "knockpy";
|
||||
version = "6.1.0";
|
||||
format = "setuptools";
|
||||
version = "7.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "guelfoweb";
|
||||
repo = "knock";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-O4tXq4pDzuTBEGAls2I9bfBRdHssF4rFBec4OtfUx6A=";
|
||||
hash = "sha256-Xtv7K19OBS2iHFFoSasNcy9VLL15eQ8AD79wAEhxCHk=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"beautifulsoup4"
|
||||
"tqdm"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
beautifulsoup4
|
||||
colorama
|
||||
matplotlib
|
||||
networkx
|
||||
pyqt5
|
||||
dnspython
|
||||
pyopenssl
|
||||
requests
|
||||
tqdm
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"knockpy"
|
||||
"knock"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user