python3Packages.ppdeep: init at 20200505
This commit is contained in:
parent
0425d81848
commit
7e1aee2aa4
25
pkgs/development/python-modules/ppdeep/default.nix
Normal file
25
pkgs/development/python-modules/ppdeep/default.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "ppdeep";
|
||||||
|
version = "20200505";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "1zx1h0ff0wjjkgd0dzjv31i6ag09jw2p9vcssc1iplp60awlpixc";
|
||||||
|
};
|
||||||
|
|
||||||
|
# Project has no tests
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "ppdeep" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Python library for computing fuzzy hashes (ssdeep)";
|
||||||
|
homepage = "https://github.com/elceef/ppdeep";
|
||||||
|
license = with licenses; [ asl20 ];
|
||||||
|
maintainers = with maintainers; [ fab ];
|
||||||
|
};
|
||||||
|
}
|
@ -5249,6 +5249,8 @@ in {
|
|||||||
|
|
||||||
pkuseg = callPackage ../development/python-modules/pkuseg { };
|
pkuseg = callPackage ../development/python-modules/pkuseg { };
|
||||||
|
|
||||||
|
ppdeep = callPackage ../development/python-modules/ppdeep { };
|
||||||
|
|
||||||
pynndescent = callPackage ../development/python-modules/pynndescent { };
|
pynndescent = callPackage ../development/python-modules/pynndescent { };
|
||||||
|
|
||||||
pynuki = callPackage ../development/python-modules/pynuki { };
|
pynuki = callPackage ../development/python-modules/pynuki { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user