···
···
disabled = pythonOlder "3.7";
···
owner = "RaRe-Technologies";
-
hash = "sha256-/16Is90235scTAYUW/65QxcTddD0+aiG5TLzYsBUE1A=";
-
build-system = [ setuptools ];
dependencies = [ wrapt ];
···
pythonImportsCheck = [ "smart_open" ];
++ lib.flatten (lib.attrValues optional-dependencies);
-
enabledTestPaths = [ "smart_open" ];
# https://github.com/RaRe-Technologies/smart_open/issues/784
···
changelog = "https://github.com/piskvorky/smart_open/releases/tag/${src.tag}";
description = "Library for efficient streaming of very large file";
-
homepage = "https://github.com/RaRe-Technologies/smart_open";
···
···
+
version = "7.3.0.post1";
disabled = pythonOlder "3.7";
···
owner = "RaRe-Technologies";
+
hash = "sha256-79q1uQML7WMHsaKQ7+4JA6LpeysJRA4fFxYVqQFntag=";
dependencies = [ wrapt ];
···
pythonImportsCheck = [ "smart_open" ];
+
++ moto.optional-dependencies.server
++ lib.flatten (lib.attrValues optional-dependencies);
+
enabledTestPaths = [ "tests" ];
# https://github.com/RaRe-Technologies/smart_open/issues/784
···
changelog = "https://github.com/piskvorky/smart_open/releases/tag/${src.tag}";
description = "Library for efficient streaming of very large file";
+
homepage = "https://github.com/piskvorky/smart_open";