7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-CsK7qJJ3xxhcuGHJxtfQyaJovlFpUW28amjxVWqeP5k=";
17 # Tests access the internet
20 nativeBuildInputs = [ setuptools-scm ];
22 pythonImportsCheck = [ "rpmfile" ];
25 description = "Read rpm archive files";
26 mainProgram = "rpmfile";
27 homepage = "https://github.com/srossross/rpmfile";
28 license = licenses.mit;