9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-sTUJx8Xyhw4Z6juRtREw/okuVjSTSVWpSLKeZ7T8IR8=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Python library to view and edit a binary stream";
37 homepage = "https://hachoir.readthedocs.io/";
38 changelog = "https://github.com/vstinner/hachoir/blob/${version}/doc/changelog.rst";
39 license = with licenses; [ gpl2Only ];
40 maintainers = with maintainers; [ fab ];