Skip to content

Commit

Permalink
textproc/py-ocrmypdf: Update to 15.4.0
Browse files Browse the repository at this point in the history
* Reactivate two tests that are now successfully completed.

Changelog since 15.3.1:

https://github.com/ocrmypdf/OCRmyPDF/blob/v15.4.0/docs/release_notes.rst
  • Loading branch information
knobix committed Oct 31, 2023
1 parent c486888 commit 6fc70aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions textproc/py-ocrmypdf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ocrmypdf
DISTVERSION= 15.3.0
DISTVERSION= 15.4.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -32,9 +32,7 @@ USES= ghostscript:run python:3.9+ shebangfix
USE_PYTHON= autoplist concurrent pep517 pytest
# Skip some checks as they yield wrong results if run with the root account
PYTEST_IGNORED_TESTS= test_chmod \
test_dev_null \
test_input_file_not_readable \
test_outputtype_none \
test_malformed_docinfo # leads to an internal pytest error

SHEBANG_FILES= src/ocrmypdf/__main__.py \
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-ocrmypdf/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1698470526
SHA256 (ocrmypdf-15.3.0.tar.gz) = 70be7e01ea8ff33037230a8dfc189185e12258b692a7013d10d2a42ed85ba0d0
SIZE (ocrmypdf-15.3.0.tar.gz) = 6600395
TIMESTAMP = 1698729783
SHA256 (ocrmypdf-15.4.0.tar.gz) = d50fa8efed6abdc92f9c88e026ce520ab1df8369ad1d5ef285d5c5308281a096
SIZE (ocrmypdf-15.4.0.tar.gz) = 6638301

0 comments on commit 6fc70aa

Please sign in to comment.