Commit Graph

873 Commits

Author SHA1 Message Date
Florian Bruhin
5de6084e50 Don't check scripts with pyroma 2014-05-15 08:12:44 +02:00
Florian Bruhin
8aedd80d05 Ignore ez_setup.py properly 2014-05-15 08:11:11 +02:00
Florian Bruhin
a6dae83731 Run linters on scripts 2014-05-15 07:29:12 +02:00
Florian Bruhin
765e20f881 Try to preserve git commit id with setup.py/freeze.py 2014-05-15 07:13:49 +02:00
Florian Bruhin
1922f51e21 Rename setupdata to setupcommon 2014-05-15 06:38:44 +02:00
Florian Bruhin
cf30adf38d Remove CRLF in setupdata 2014-05-13 23:17:36 +02:00
Florian Bruhin
1f42cf74ad Make scripts work when not started from scripts folder 2014-05-13 23:17:22 +02:00
Florian Bruhin
b635d8b98e Add dist to cleanup 2014-05-13 23:12:13 +02:00
Florian Bruhin
069bf8363f Add cleanup script 2014-05-13 23:09:25 +02:00
Florian Bruhin
e841ea1c5e Remove crlf in freeze.py 2014-05-13 22:51:03 +02:00
Florian Bruhin
ce2ff26771 Adjust freeze.py to work under Linux 2014-05-13 22:50:42 +02:00
Florian Bruhin
ee02b44117 Add MSI options 2014-05-13 14:32:53 +02:00
Florian Bruhin
b2888bf6ca Add freeze.py 2014-05-13 11:41:27 +02:00
Florian Bruhin
4a7ccbf131 Fix pyroma on Linux 2014-05-06 19:00:35 +02:00
Florian Bruhin
8010fa8d89 Add unittest to run_checks.py 2014-05-06 14:37:47 +02:00
Florian Bruhin
3753e87465 Depend on appdirs instead of bundling 2014-05-06 06:22:28 +02:00
Florian Bruhin
083ad97953 Move ez_setup.py to scripts 2014-05-05 19:13:28 +02:00
Florian Bruhin
a4d80ddcac Fix checks 2014-05-05 15:24:04 +02:00
Florian Bruhin
e366f7cb15 Rename testbrowser.py
This hopefully keeps unittest and people from thinking it could be
something useful for them.
2014-05-05 13:42:46 +02:00
Florian Bruhin
ae0966a384 Fix encoding issues on windows.
locale.getpreferredencoding(False) returns cp1252 on Windows, which is
unable to parse our nice unicode arrows.

Therefore, we always need to specify the encoding when using open().

Also we exclude configdata.py from pep257 on Windows because it doesn't
detect the encoding correctly... Bug is submitted:
https://github.com/GreenSteam/pep257/issues/70
2014-05-02 11:15:38 +02:00
Florian Bruhin
c5e43c1558 Add pyroma to run_checks.py 2014-04-29 08:34:49 +02:00
Florian Bruhin
9252ef94ca Consistent string chars 2014-04-25 16:53:23 +02:00
Florian Bruhin
ae7c04f4e3 Move scripts to scripts/ 2014-04-22 07:20:25 +02:00