1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00
Commit Graph

42 Commits

Author SHA1 Message Date
Johan Andersson
757be3c748 setup: spelling is hard 2024-07-29 10:29:08 +02:00
Johan Andersson
be2e1bcb31 setup: use entry point instead of scripts 2024-07-29 00:05:41 +02:00
Johan Andersson
4de27cc907 Only support py3.8+ 2023-12-12 21:11:35 +01:00
Johan Andersson
eb37701f4b setup: cx_freeze change again.. 2023-03-14 22:48:21 +01:00
Johan Andersson
a188104e30 Update versioneer to 0.28 2022-11-05 10:42:32 +01:00
Johan Andersson
9fd65788d4 Remove fixed version of cx_freeze and remove the get_cmdclass from setup.py 2022-10-07 11:55:52 +02:00
Johan Andersson
1bb7cd0602 Add some fixes for PEP 517 to work with versioneer 2021-04-30 11:24:06 +02:00
Johan Andersson
ce06f2c5f4 only support py36+ 2021-02-28 22:03:50 +01:00
Johan Andersson
e92ebbbcab setup: force reading readme encoding to utf-8 2020-09-20 17:29:28 +02:00
Johan Andersson
d1e8c34a6e setup: open readme without arguments 2020-09-19 14:53:55 +02:00
Johan Andersson
0cdad19205 setup: add long decription 2020-09-18 00:24:33 +02:00
Johan Andersson
c5f777b548 setup: add py3.7 and 3.8, remove 3.4 2020-09-14 23:07:58 +02:00
Johan Andersson
389b21bde5 pre-commit: use a newer pyupgrade version 2020-05-03 11:35:03 +02:00
Johan Andersson
81cb18f463 setup: need to include _cffi_backend when we build_exe
need to do this according to cx_freeze#581
2020-03-28 01:04:19 +01:00
Johan Andersson
3cf1a9bc6a setup: improve building exe 2020-03-26 21:05:54 +01:00
Johan Andersson
65b97aa5a0 Remove dateutil and make a workaround for <py37
cx_freeze dont include timezone data when it create the .exe
datetime has some issues with timezones in older versions of py
2019-09-08 01:32:57 +02:00
Johan Andersson
bc15c694c3 svtplay: older version of python3 cant parse timezones with colon.
fixes: #1137
2019-09-07 00:54:12 +02:00
Johan Andersson
4a91967144 Remove dev from setup.py 2019-09-06 22:09:07 +02:00
Johan Andersson
7f0cf6eb82 pre-commit: reorder imports 2019-09-06 22:09:07 +02:00
Johan Andersson
e105855fb7 pre-commit: black fixes 2019-09-06 22:09:07 +02:00
Johan Andersson
5b6779edf2 Replace pycryptodome with cryptography.
This will make it easier to support older distros. For example ubuntu 16.04 and Debian stable (9)
2019-03-23 01:00:44 +01:00
Johan Andersson
446cdd89bc better why to get the version 2018-07-10 21:32:54 +02:00
Johan Andersson
3f2b94d154 setup: hard error if someone trying to install it on python2 2018-05-24 23:50:55 +02:00
Johan Andersson
00b7ae81d9 setup: python requires >=3.4 2018-05-24 23:30:42 +02:00
Johan Andersson
72d11fd3d0 setup: rewrite the version information to its own file.
this will help setup to find new deps that we are missing
2018-05-24 23:05:34 +02:00
Johan Andersson
38e29e164f setup: remove 2.7 from classifiers 2018-05-21 00:00:23 +02:00
Johan Andersson
b0187a089a Add pyyaml as deps 2018-05-13 13:06:50 +02:00
Johan Andersson
b7c2faad07 Update setup.py
Remove py2 references and add pycryptodome as a deps.
fixes #850
2018-05-13 12:09:27 +02:00
Johan Andersson
5339bdc265 flake8 over-indented for visual indent 2018-05-13 12:09:27 +02:00
Johan Andersson
defa24b566 Add some files that will be used for testing 2018-05-13 12:09:27 +02:00
Johan Andersson
7b6ceb4737 Flake8 fixes 2018-01-30 20:17:33 +01:00
Robert Foss
c26bb3ccc5 Add proxy support
This feature utilises the proxy support of the requests module, and
has been tested with SOCKS5 through a SSH tunnel, and has been
verified to be working.

Signed-off-by: Robert Foss <robert.foss@memcpy.io>
2017-11-26 18:11:41 +01:00
Johan Andersson
d66a2a721d setup: fix deps for older py2 versions
fixes #338
2016-02-07 21:08:42 +01:00
Johan Andersson
5a6db15361 setup: this should be 2 and not 1
we want to check micro version. not minor
2016-01-10 23:09:21 +01:00
Johan Andersson
32cd603fcf setup: update the url 2016-01-10 22:38:28 +01:00
Johan Andersson
424a74ea5b setup: we only need the security extras for <2.7.9
We need those packages for SNI support.
2016-01-07 20:15:08 +01:00
Johan Andersson
2d0aa27de9 setup: include python3.5 2015-10-08 23:03:09 +02:00
Johan Andersson
6c2b4c5fe9 setup: add some classifiers 2015-09-30 13:52:17 +02:00
Johan Andersson
fc10ffa81b setup: add dependency on requests 2015-09-01 21:56:59 +02:00
Olof Johansson
b31f6f6d85 Add editor modelines 2014-03-19 22:45:19 +01:00
Johan Andersson
329952410d Use __version__ from the lib 2013-03-23 15:17:15 +01:00
Olof Johansson
f0ad13539a Add simple setuptools based build script 2013-03-12 13:19:13 +01:00