Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/py3-img2pdf: upgrade to 0.3.6 | J0WI | 2020-05-02 | 1 | -3/+3 |
| | |||||
* | community/py3-img2pdf: upgrade to 0.3.5 | Leo | 2020-04-30 | 1 | -4/+3 |
| | |||||
* | community/py3-img2pdf: add missing dependency | Keith Maxwell | 2020-04-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | `py3-setuptools` is required at runtime because /usr/bin/img2pdf includes the line: from pkg_resources import load_entry_point `pkg_resources` is a part of py3-setuptools: $ apk info -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py /usr/lib/python3.8/site-packages/pkg_resources/__init__.py is owned by py3-setuptools-46.1.3-r0 Before this change, img2pdf exits with the error below: $ img2pdf --version Traceback (most recent call last): File "/usr/bin/img2pdf", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' After this change img2pdf succeeds: $ img2pdf --version img2pdf 0.3.4 | ||||
* | community/py3-img2pdf: upgrade to 0.3.4 | Keith Maxwell | 2020-04-09 | 1 | -4/+4 |
| | | | | | | | | | Also add Python 3 as a dependency so that /usr/bin/img2pdf doesn't exit with `sh: img2pdf: not found`. Before this change the command below exits with that error message: docker run --rm -ti alpine:edge \ sh -c "apk upgrade && apk add py3-img2pdf && img2pdf --version" | ||||
* | community/py3-img2pdf: rebuild against python 3.8 | Natanael Copa | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | community/py-img2pdf: drop python2, clarify license. | prspkt | 2019-08-11 | 1 | -0/+37 |
Signed-off-by: prspkt <prspkt@protonmail.com> |