9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-bsAQ5Y9zMevIvJY42+bGbWNd5g1YGLByO+9N6tDsKKY=";
21 nativeBuildInputs = [ setuptools ];
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "binary" "binary.core" ];
28 description = "Easily convert between binary and SI units (kibibyte, kilobyte, etc.)";
29 homepage = "https://github.com/ofek/binary";
30 license = with licenses; [ asl20 mit ];
31 maintainers = with maintainers; [ ];