From: Adrian Iain Lam Date: Sun, 2 Jun 2019 15:50:35 +0000 (+0100) Subject: Add Python version and remove JavaScript version X-Git-Url: https://adrianiainlam.tk/git/?p=indicator-lunar-calendar.git;a=commitdiff_plain;h=95f1a19535e4a5336ff325a48199ada1998efd2f;hp=95f1a19535e4a5336ff325a48199ada1998efd2f Add Python version and remove JavaScript version The node.js version has many dependencies which require custom fixes, and depends on abandoned libraries. In addition, node does not come by default on Ubuntu. After translating parts of the lunar-calendar library to Python, this indicator can now be implemented in Python instead, making installation easier for most Ubuntus and requires less RAM and storage, and uses the more stable Python GTK bindings. ---