From 2ca31eebd5b7496656193e0aa6ae39200d69a017 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 16 Aug 2024 12:22:56 +0100 Subject: gentoo auto-resync : 16:08:2024 - 12:22:56 --- dev-python/pyocr/Manifest | 4 ++-- dev-python/pyocr/metadata.xml | 4 ---- dev-python/pyocr/pyocr-0.8.5.ebuild | 8 +------- 3 files changed, 3 insertions(+), 13 deletions(-) (limited to 'dev-python/pyocr') diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest index 18bb976a20df..2a628c1bd64b 100644 --- a/dev-python/pyocr/Manifest +++ b/dev-python/pyocr/Manifest @@ -1,3 +1,3 @@ DIST pyocr-0.8.5.tar.gz 71843 BLAKE2B 14ea301a562b4e2ecc9a8b01b64a6a651facc78e54402359313b04fd20bad89e0a390ff1899f72c94db4e2d42c7c648afa5c1267ff6afe85fb14c32e15c6e19b SHA512 4b0bb576db05e3cc253bc031e158e2c018370e2c309df742b9755cf576bbd1fd5baddc851a4cde1ad96d3c2ae1c28e75e735ee7035d62ad8bf9c908546042897 -EBUILD pyocr-0.8.5.ebuild 775 BLAKE2B 52125b95e0bc2f7e08aa6d0fa27ebd486a825a90ec2ca18ea426352965b2843e8ac1994f0e34448280e4f82959fbdd19e53a69c380420b0dbf9d895b6fb6f644 SHA512 18640ecaad3144523550f74aa67e5e458b3f185132f262e9543dc613efcfe6147cf36eea303d5996a74af252aa4b3cf3223d4a73a8f6adf2688ebe21d189a9d7 -MISC metadata.xml 1203 BLAKE2B b9111445c4d6ee7876a2a151add124a02861f0ec23312140ac3722848f6cd888e890f244043f3f1117b1ec01d26161a4772b15f0f86ad2e353e814ccfa66440c SHA512 e432f55c0e8c982bc5ca9b07f96c7585c381e87ed16c1dd8ae372bddc744570a55af809e6d65925949afe67411b3ad8b1e797b51b740b1dea745ab6772749280 +EBUILD pyocr-0.8.5.ebuild 641 BLAKE2B 66e289dd93a2013a4877d77ef3f7a314e51cbd58de978b259b598288c380267cc58ded904ec791755faca73dbad92c5d7bdb3752e4c8db93d6ba8ca4dde2a21b SHA512 979d3131bf32e6b4281ad8590e7c0ce907c5f1e084c77ef3fe314c2ffed270261929a1047104717c948fdac758fc9349c133d2a76664f4808893f1c3f5dc7b9f +MISC metadata.xml 996 BLAKE2B aa89e29fd78e042c350feea14d400b5a36e58754f6b39a367f76c9786509e2bdf779c072a468ee1a2a1b7e05e6117fa70a5e95c8a54b5c2033e210fb943c065f SHA512 9dd42b3b211ae3440f80a5afd5a8521623a5d2c144eaea5acf4ccb3738be21c8fea5923e047549a069dee34179a2f15ac439bf05bfa4dc6754aa9cc5e4b0bd13 diff --git a/dev-python/pyocr/metadata.xml b/dev-python/pyocr/metadata.xml index e1321cacc717..beb8d206fc3a 100644 --- a/dev-python/pyocr/metadata.xml +++ b/dev-python/pyocr/metadata.xml @@ -15,10 +15,6 @@ It has been tested only on GNU/Linux systems. It should also work on similar sys Pyocr can be used as a wrapper for google's Tesseract-OCR or Cuneiform. It can read all image types supported by Pillow, including jpeg, png, gif, bmp, tiff, and others. It also support bounding box data. - - Enable support for the app-text/cuneiform OCR engine - Enable support for the app-text/tesseract OCR engine - pyocr World/OpenPaperwork/pyocr diff --git a/dev-python/pyocr/pyocr-0.8.5.ebuild b/dev-python/pyocr/pyocr-0.8.5.ebuild index 69b87eb15528..ed8f9f8ba154 100644 --- a/dev-python/pyocr/pyocr-0.8.5.ebuild +++ b/dev-python/pyocr/pyocr-0.8.5.ebuild @@ -17,11 +17,10 @@ HOMEPAGE=" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="cuneiform +tesseract" -REQUIRED_USE="|| ( cuneiform tesseract )" RDEPEND=" dev-python/pillow[${PYTHON_USEDEP}] + app-text/tesseract " BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] @@ -29,8 +28,3 @@ BDEPEND=" # (tests apparently do not require any backend installed) distutils_enable_tests unittest - -RDEPEND+=" - cuneiform? ( app-text/cuneiform ) - tesseract? ( app-text/tesseract ) -" -- cgit v1.2.3