11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-agbqP5O9QEP5UKkaWI5HxAlMsCBPKNSLnAAo2WFDXS8=";
25 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Show information about files in different file formats";
40 mainProgram = "ropper";
41 homepage = "https://scoding.de/ropper/";
42 license = licenses.bsd3;
43 maintainers = with maintainers; [ bennofs ];
44 broken = stdenv.isDarwin;