scripts/eddn-report: EVA is abandoned, so ignore

This commit is contained in:
Athanasius 2022-01-17 09:18:40 +00:00
parent cc5ae32227
commit a1e330be2c

View File

@ -179,6 +179,12 @@ def process_file(input_file: str) -> None:
if matches.group('software_version') == '2.0.0.660': if matches.group('software_version') == '2.0.0.660':
print(line) print(line)
# Abandoned/unmaintained project
# <https://forums.frontier.co.uk/threads/release-eva-elite-virtual-assistant-for-iphone-ipad-no-longer-working-jan-2020.245900/page-18>
# <https://apps.apple.com/gb/app/eva/id1098763533>
elif matches.group('software_name') in ('EVA [iPhone]', 'EVA [iPad]'):
pass
################################################################### ###################################################################
# Issues we know about, but haven't yet alerted developers to # Issues we know about, but haven't yet alerted developers to
################################################################### ###################################################################