Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-29 | Use 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-28 | Build and install documentation too | Frederik “Freso” S. Olesen | |
2024-04-28 | Update $depends | Frederik “Freso” S. Olesen | |
Add missing and remove unneeded; based on shipped pyproject.toml and looking at the code. | |||
2024-04-28 | Add nvchecker configuration | Frederik “Freso” S. Olesen | |
2024-04-28 | Reintroduce check() | Frederik “Freso” S. Olesen | |
But run tests via `Makefile` instead of via `setup.py`. | |||
2024-04-28 | Remove unneeded $optdepends | Frederik “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-28 | Run `make clean` in prepare() | Frederik “Freso” S. Olesen | |
2024-04-28 | Update maintainer line | Frederik “Freso” S. Olesen | |
2024-04-28 | Switch to using PEP 517 style building | Frederik “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-28 | Update | Igor Dyatlov | |
2023-09-16 | Update | Igor Dyatlov | |
2023-01-15 | Update | Igor Dyatlov | |
2022-09-22 | Updates | Igor Dyatlov | |
2022-08-24 | Updates | Igor Dyatlov | |
2022-07-24 | Updates | Igor Dyatlov | |
2022-07-24 | Updates | Igor Dyatlov | |
2022-03-07 | Updates | Igor Dyatlov | |
2022-01-26 | Updates | Igor Dyatlov | |
2022-01-20 | Updates | Igor Dyatlov | |
2022-01-10 | Updates | Igor Dyatlov | |
2021-12-14 | Updates | Igor Dyatlov | |
2021-10-02 | Updates | Igor Dyatlov | |
2021-09-26 | Initial import | Igor Dyatlov | |