7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.5";
15 inherit pname version;
16 hash = "sha256-py4oiNp+WUcOGHn2AdHyIpgV8BsI8A1gtJi2joi1Wxc=";
19 # No native rz_core library
22 pythonImportsCheck = [
27 description = "Python interface for rizin";
28 homepage = "https://rizin.re";
29 changelog = "https://github.com/rizinorg/rizin/releases/tag/v${version}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ fab ];