4 Commits

Author SHA1 Message Date
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
thfr
e12c949d2f port can't be NO_BUILD and run compileall.py
problem identified by aja@
move compileall into do-build. This way dependency on python3 binary is
picked up.
no REVISION bump because didn't build
2020-04-11 09:51:16 +00:00
thfr
e94c93eaef import gogrepo, a CLI downloader for GOG.com games
ok solene@

DESCR:
Python-based tool for downloading your GOG.com game collections and extras to
your local computer for full offline enjoyment.

By default, game folders are saved in the same location that the script is run
in. You can also specify another directory. Run gogrepo.py -h to see help or
read more below. Each game has its own directories with all game/bonus files
saved within.

Features:

* Ability to choose which games to download based on combinations of OS
(windows, linux, mac) and language (en, fr, de, etc...)

* Saves a !info.txt in each game folder with information about each game/extra
item.

* Creates a !serial.txt if the game has a special serial/cdkey (I know, not 100%
DRM-free, is it?). Sometimes coupon codes are hidden here!

* Verify your downloaded collection with full MD5, zip integrity, and expected
file size checking.

* Auto retrying of failed fetch/downloads. Sometime GOG servers report temporary
errors.

* Ability to import your already existing local collection.

* Easy to throw into a daily cronjob to get all the latest updates and newly
added content!

* Clear logging prints showing update/download progress and HTTP errors. Easy to
pipe or tee to create a log file.
2020-04-10 11:15:03 +00:00