textproc/py-ocrmypdf: Update to 9.8.2
* Remove uneccessary pytest-cov dependency from TEST_DEPENDS while I'm here. Changelog since 9.8.0: https://github.com/jbarlow83/OCRmyPDF/blob/v9.8.2/docs/release_notes.rst
This commit is contained in:
parent
89cf5f6993
commit
d4b9b36a21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538311
2 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ocrmypdf
|
PORTNAME= ocrmypdf
|
||||||
DISTVERSION= 9.8.0
|
DISTVERSION= 9.8.2
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -28,8 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.9.1:devel/py-cffi@${PY_FLAVOR} \
|
||||||
tesseract:graphics/tesseract
|
tesseract:graphics/tesseract
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.1:devel/py-pytest@${PY_FLAVOR} \
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.1:devel/py-pytest@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>=2019.1.8:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>=2019.1.8:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.29.0:devel/py-pytest-xdist@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.31.0:devel/py-pytest-xdist@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.8.0:devel/py-pytest-cov@${PY_FLAVOR} \
|
|
||||||
${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= ghostscript:run python:3.6+ shebangfix
|
USES= ghostscript:run python:3.6+ shebangfix
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1588196659
|
TIMESTAMP = 1591661976
|
||||||
SHA256 (ocrmypdf-9.8.0.tar.gz) = 168b4b6a423acfaf4fe93530e72e8ecfbb9f211a6f0d953a72c197d024c69ddc
|
SHA256 (ocrmypdf-9.8.2.tar.gz) = ab67b6780a32add781c1a21c9fc9ac7957b958ac0ffd32bb2fc6ea5be6c369cd
|
||||||
SIZE (ocrmypdf-9.8.0.tar.gz) = 7866277
|
SIZE (ocrmypdf-9.8.2.tar.gz) = 7867844
|
||||||
|
|
Loading…
Reference in a new issue