scripts/eddn-report: Current G19s version only / EVA is abandoned

This commit is contained in:
Athanasius 2022-01-16 09:33:45 +00:00
parent e69f7a938a
commit ea4e0b1d4d

View File

@ -117,9 +117,6 @@ def process_file(input_file: str) -> None:
print(matches.group('err_msg'))
print(line)
else:
print(line)
elif matches.group('software_name') == 'EDSM':
# It's in-browser, no public source/releases
if matches.group('software_version') == '1.0.1':
@ -197,7 +194,14 @@ def process_file(input_file: str) -> None:
else:
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') == 'EVA [iPhone]':
pass
####################################################################
# Issues we know about, but haven't yet alerted developers to
###################################################################
###################################################################