9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 sha256 = "0yl4qdwp3in170ks98qnldqz3r2iyzil5g1775ccg98qkh95s724";
21 optional-dependencies = {
25 pythonImportsCheck = [ "unrpa" ];
27 # upstream has no unit tests
31 homepage = "https://github.com/Lattyware/unrpa";
32 changelog = "https://github.com/Lattyware/unrpa/releases/tag/${version}";
33 description = "Program to extract files from the RPA archive format";
34 mainProgram = "unrpa";
35 license = licenses.gpl3;
36 maintainers = with maintainers; [ leo60228 ];