Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-19 | Update to 0.2(.0) | Lucas Werkmeister | |
Slightly annoyingly, the GitHub tag is (v)0.2 but the Python version is 0.2.0, so introduce a separate whlver (wheel version) for that. It falls back to the pkgver, so with the next patch version (0.2.1), it should be sufficient to update pkgver and delete whlver, instead of having to update two version numbers. | |||
2019-11-30 | Initial commit | Lucas Werkmeister | |
Loosely based on a PKGBUILD generated by pypi2pkgbuild [1] (mainly the pip calls), but strongly simplified. Also declares a dependency on python-requests that was missing elsewhere. [1]: https://github.com/anntzer/pypi2pkgbuild |