8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 sha256 = "0yl4qdwp3in170ks98qnldqz3r2iyzil5g1775ccg98qkh95s724";
20 passthru.optional-dependencies = {
24 pythonImportsCheck = [ "unrpa" ];
26 # upstream has no unit tests
30 homepage = "https://github.com/Lattyware/unrpa";
31 changelog = "https://github.com/Lattyware/unrpa/releases/tag/${version}";
32 description = "A program to extract files from the RPA archive format";
33 mainProgram = "unrpa";
34 license = licenses.gpl3;
35 maintainers = with maintainers; [ leo60228 ];