mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-25 04:40:53 +03:00
scripts/eddn-report: EVA is abandoned, so ignore
This commit is contained in:
parent
cc5ae32227
commit
a1e330be2c
@ -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
|
||||||
###################################################################
|
###################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user