mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
python310Packages.niaarm: 0.2.2 -> 0.2.4
This commit is contained in:
parent
d12cc63a9e
commit
d406ee0e9b
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "NiaARM";
|
pname = "NiaARM";
|
||||||
version = "0.2.2";
|
version = "0.2.4";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "firefly-cpp";
|
owner = "firefly-cpp";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-IY72hDklPkGjb2zo7Wf0MBiPn/jHtyUKW9D0jxA0P54=";
|
hash = "sha256-JPsBpVMeVZxUhCHoIBP47LhR8nrc8ZtJHREZLwL5Zxw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -33,6 +33,11 @@ buildPythonPackage rec {
|
|||||||
pandas
|
pandas
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTests = [
|
||||||
|
# Test requires extra nltk data dependency
|
||||||
|
"test_text_mining"
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
@ -44,6 +49,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A minimalistic framework for Numerical Association Rule Mining";
|
description = "A minimalistic framework for Numerical Association Rule Mining";
|
||||||
homepage = "https://github.com/firefly-cpp/NiaARM";
|
homepage = "https://github.com/firefly-cpp/NiaARM";
|
||||||
|
changelog = "https://github.com/firefly-cpp/NiaARM/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ firefly-cpp ];
|
maintainers = with maintainers; [ firefly-cpp ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user