Commit Graph

14 Commits

Author SHA1 Message Date
Tero Paloheimo 5c0884facb Remove use of distutils
As of Python 3.12 setuptools is no longer installed by default and
if setuptools is not installed distutils is not found and SafeEyes
fails to start.

Furthermore distutils is deprecated and should thus not be used
anymore. The packaging module provides a replacement for LooseVersion
and it is also recommended by PEP 632 [1].

Also update required Python version for Debian to 3.12 or newer.

[1] https://peps.python.org/pep-0632/#migration-advice
2024-06-26 21:01:09 +03:00
Gobinath Loganathan b89fd61cdf Fix deb build 2022-11-20 17:53:33 -05:00
mullerdavid c784000e69
Fix broken tray icon on Debian 11 (#461)
* Tryicon plugin Ayatana library fallback

* Updating debian dependencies

* Updated readme, adding Ayataha Appindicator
2021-09-21 08:20:23 -04:00
Gobinath 40349dc6aa Change Python 3.4.0 to 3.5.0 2020-12-25 12:12:07 -05:00
Gobinath 80bf5919a8 Add python3-croniter dependency to debian 2020-12-20 10:07:55 -05:00
Gobinath a29d027852 Support Python 3.8 and 3.9 and release v2.1.0 2020-12-17 17:37:53 -05:00
Gobinath 5aebb3da5d Fix error in upgrading plugins 2017-10-12 09:33:44 -04:00
Sebastian Pipping 51f04e5934 debian/control: Depend on x11-utils for xprop
https://packages.debian.org/sid/amd64/x11-utils/filelist
2017-04-23 21:40:47 +02:00
Gobinath 84c6e2fb50 Fix issue with gi dependency 2017-04-15 14:54:20 -04:00
Gobinath baae666ddc Prepare alpha version 1.2.0a2 release 2017-04-14 18:39:09 -04:00
Gobinath 522fce90ae Prepare alpha version 1.2.0a1 release 2017-04-14 18:07:05 -04:00
Gobinath 5e49d74e3a Fix debian build issues 2017-04-10 21:06:50 -04:00
Gobinath 68bc9313ac Change installation dir to standard Python dir 2017-03-22 20:13:08 -04:00
Radek SPRTA d6fe87898c Initial try to package SafeEyes using setuptools 2017-03-10 23:35:06 +01:00