mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
textproc/py-ocrmypdf: Update to 13.7.0
There is already a new major release (= 14.x) out, but the build system has been changed here, which therefore takes a little more time to implement. So use the last release of the 13.x series for a while. Changelog since 13.6.0: https://github.com/ocrmypdf/OCRmyPDF/blob/v13.7.0/docs/release_notes.rst MFH: 2022Q4
This commit is contained in:
parent
76d822d633
commit
96b0bf1407
@ -1,5 +1,5 @@
|
||||
PORTNAME= ocrmypdf
|
||||
DISTVERSION= 13.6.0
|
||||
DISTVERSION= 13.7.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -58,6 +58,17 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4:devel/py-importlib-me
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=5:devel/py-importlib-resources@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} < 31000
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
# The "pyproject.toml" wants devel/py-setuptools_scm >= 7.0.5 which isn't in
|
||||
# the Ports tree, yet. Although py-ocrmypdf builds fine as the "setup.cfg" is
|
||||
# used during build instead the "pyproject.toml" move the latter one out of the
|
||||
# way to prevent surprises.
|
||||
post-extract:
|
||||
@${MV} ${WRKSRC}/pyproject.toml ${WRKSRC}/pyproject.toml.dist
|
||||
|
||||
post-install:
|
||||
# Install shell completion files
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1657358024
|
||||
SHA256 (ocrmypdf-13.6.0.tar.gz) = ed2ad72ef796770c38edf5eb43392c6d166eb8959ad14a19ea0350c510b9c121
|
||||
SIZE (ocrmypdf-13.6.0.tar.gz) = 7904404
|
||||
TIMESTAMP = 1665938750
|
||||
SHA256 (ocrmypdf-13.7.0.tar.gz) = 45fa226f6753f6e0be1e6304d3363a6d8047bb4cb0cf0d25728c3b9c9a0bff40
|
||||
SIZE (ocrmypdf-13.7.0.tar.gz) = 7911229
|
||||
|
Loading…
Reference in New Issue
Block a user