aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-img2pdf
Commit message (Collapse)AuthorAgeFilesLines
* community/py3-img2pdf: upgrade to 0.3.6J0WI2020-05-021-3/+3
|
* community/py3-img2pdf: upgrade to 0.3.5Leo2020-04-301-4/+3
|
* community/py3-img2pdf: add missing dependencyKeith Maxwell2020-04-111-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.4Keith Maxwell2020-04-091-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.8Natanael Copa2019-11-051-1/+1
|
* community/py-img2pdf: drop python2, clarify license.prspkt2019-08-111-0/+37
Signed-off-by: prspkt <prspkt@protonmail.com>