11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-agbqP5O9QEP5UKkaWI5HxAlMsCBPKNSLnAAo2WFDXS8=";
25 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "ropper" ];
35 description = "Show information about files in different file formats";
36 mainProgram = "ropper";
37 homepage = "https://scoding.de/ropper/";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ bennofs ];