8 buildPythonPackage rec {
9 pname = "autoit-ripper";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 sha256 = "sha256-fluG/2XlUh3kPtYtSotrP02c7kdmem92Hy1R93SaTzk=";
20 propagatedBuildInputs = [
25 substituteInPlace requirements.txt \
26 --replace "pefile==2019.4.18" "pefile>=2019.4.18"
29 # Project has no tests
32 pythonImportsCheck = [
37 description = "Python module to extract AutoIt scripts embedded in PE binaries";
38 homepage = "https://github.com/nazywam/AutoIt-Ripper";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];