python-aliases: sort

This commit is contained in:
Sandro Jäckel 2021-07-20 23:24:25 +02:00
parent 5c31546ae8
commit 5c425ca23d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -34,6 +34,7 @@ in
mapAliases ({
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # Added 2020-11-29
bt_proximity = bt-proximity; # added 2021-07-02
bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # Added 2019-11-27
dateutil = python-dateutil; # added 2021-07-03
detox = throw "detox is no longer maintained, and was broken since may 2019"; # added 2020-07-04
@ -70,5 +71,4 @@ mapAliases ({
topydo = throw "python3Packages.topydo was moved to topydo"; # 2017-09-22
tvnamer = throw "python3Packages.tvnamer was moved to tvnamer"; # 2021-07-05
websocket_client = websocket-client;
bt_proximity = bt-proximity; # added 2021-07-02
})