summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2024-04-29Use built module rather than system `twitch-dl`Frederik “Freso” S. Olesen
This both prevents errors where there is no prior `twitch-dl` install, or where there’s a Python version mismatch (e.g., 3.11 vs. 3.12). Additionally, it ensures that if `make man docs` would utilise anything from a new `twitch-dl` that would actually be available from the present build instead of always only having what’s currently installed system-wide available.
2024-04-28Build and install documentation tooFrederik “Freso” S. Olesen
2024-04-28Update $dependsFrederik “Freso” S. Olesen
Add missing and remove unneeded; based on shipped pyproject.toml and looking at the code.
2024-04-28Reintroduce check()Frederik “Freso” S. Olesen
But run tests via `Makefile` instead of via `setup.py`.
2024-04-28Remove unneeded $optdependsFrederik “Freso” S. Olesen
Twine is only used by the `make` script for the upstream maintainer to interact with PyPI; it is not used by anything that is installed by this package.
2024-04-28Switch to using PEP 517 style buildingFrederik “Freso” S. Olesen
This also adds missing $makedepends and removes the check() (for now). Reference: https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)
2024-04-28UpdateIgor Dyatlov
2023-09-16UpdateIgor Dyatlov
2023-01-15UpdateIgor Dyatlov
2022-09-22UpdatesIgor Dyatlov
2022-08-24UpdatesIgor Dyatlov
2022-07-24UpdatesIgor Dyatlov
2022-07-24UpdatesIgor Dyatlov
2022-03-07UpdatesIgor Dyatlov
2022-01-26UpdatesIgor Dyatlov
2022-01-20UpdatesIgor Dyatlov
2022-01-10UpdatesIgor Dyatlov
2021-12-14UpdatesIgor Dyatlov
2021-10-02UpdatesIgor Dyatlov
2021-09-26Initial importIgor Dyatlov