summaryrefslogtreecommitdiff
path: root/dev-python/pytesseract
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytesseract')
-rw-r--r--dev-python/pytesseract/Manifest4
-rw-r--r--dev-python/pytesseract/pytesseract-0.3.12.ebuild38
-rw-r--r--dev-python/pytesseract/pytesseract-0.3.13.ebuild2
3 files changed, 2 insertions, 42 deletions
diff --git a/dev-python/pytesseract/Manifest b/dev-python/pytesseract/Manifest
index 2a239495b87f..263b7fa1e2cd 100644
--- a/dev-python/pytesseract/Manifest
+++ b/dev-python/pytesseract/Manifest
@@ -1,5 +1,3 @@
-DIST pytesseract-0.3.12.gh.tar.gz 1099117 BLAKE2B 07fa50a552347a0f6be536933b98056c78d96e7317a9eb325faa5b4a1a2ef66bd2936ab17ca0abe2e56a0c1da75ca675f2a3c5260fc2882072d6535b78b519dc SHA512 931fcd03a7682cbebc42b1452519ef05ef4c931a47a4364841e0fc5861c9dd9f90ffe38f3211ed3846788dc29eefbc9aba2bbf2af30fb3816abdfcaaa6757365
DIST pytesseract-0.3.13.gh.tar.gz 1099109 BLAKE2B 72bd060c070471cd85ef467c4ba339c0e88c151d2af768212071a35e79169f718907a2dbedb53f10821ce69302253e01181bfa29b1e9b4af1847dac5453c7aba SHA512 da5edaaca8a0c796c2a47777e4b894824b16522d7d3a0e8f669a183bcbdfdf0d0412de4ca53d5bef082fd2b627356e7fd21f86e3107525a99a011fcaba5adacf
-EBUILD pytesseract-0.3.12.ebuild 770 BLAKE2B e9c2e93353c093da91cfd8cedd4766c67c436ccbb346e6290e33b0b50e7680050480a084818a3afa87e603255ab99a119f7632c90af75b557a1ab653c1032236 SHA512 9d4b944995c801e2322f0d63d50935ca7af426d5f75d0c98ed978dc9bb1e5350444fe0be4689d419b6f100720044dc8a782c4ebaae134b1fd9efcc0ed567e9b0
-EBUILD pytesseract-0.3.13.ebuild 771 BLAKE2B aaddf4dddf072424bf1e271e6609205915c1677bae826e3e8aebc4aa8e6b8a01243c3b04d2926ce6f65d325e0480921bbf36d0b70683c8c2319cb54f08f6400f SHA512 01138dcb157c02c21ae6dc2244799ec7ba6e4fd39a8892c9d6c6063bff699b2ef405b9ed7b93c9e4bb06720eaeb4c9338d15b8b0dfab35b11d606edca59f15f1
+EBUILD pytesseract-0.3.13.ebuild 770 BLAKE2B e9c2e93353c093da91cfd8cedd4766c67c436ccbb346e6290e33b0b50e7680050480a084818a3afa87e603255ab99a119f7632c90af75b557a1ab653c1032236 SHA512 9d4b944995c801e2322f0d63d50935ca7af426d5f75d0c98ed978dc9bb1e5350444fe0be4689d419b6f100720044dc8a782c4ebaae134b1fd9efcc0ed567e9b0
MISC metadata.xml 977 BLAKE2B 79f7f66622f39ada24123eeb809611fcd9ba78f8262f4a87bc9a4fc90a31dcd00feb71d6a2877303f7822be2df9f026a7654ec9765360a0a808a2da989c1f710 SHA512 36a781b1ad2eb07f8dd9fb2a6d8b99444e3565717b61bbc8f17b801df2274fc86f6d921a41baada1cd7dbfc2b730bf4b7d12572a9add25389807ad9db74d1f74
diff --git a/dev-python/pytesseract/pytesseract-0.3.12.ebuild b/dev-python/pytesseract/pytesseract-0.3.12.ebuild
deleted file mode 100644
index 81f9b8b28baf..000000000000
--- a/dev-python/pytesseract/pytesseract-0.3.12.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Optical character recognition (OCR) tool"
-HOMEPAGE="
- https://github.com/madmaze/pytesseract/
- https://pypi.org/project/pytesseract/
-"
-SRC_URI="
- https://github.com/madmaze/pytesseract/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
- dev-python/pillow[${PYTHON_USEDEP}]
- app-text/tesseract
-"
-BDEPEND="
- test? (
- app-text/tesseract[jpeg,png,tiff,webp]
- media-libs/leptonica[gif,jpeg2k]
- app-text/tessdata_fast[l10n_fr]
- dev-python/pillow[jpeg,zlib]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pytesseract/pytesseract-0.3.13.ebuild b/dev-python/pytesseract/pytesseract-0.3.13.ebuild
index 826545857c06..81f9b8b28baf 100644
--- a/dev-python/pytesseract/pytesseract-0.3.13.ebuild
+++ b/dev-python/pytesseract/pytesseract-0.3.13.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
dev-python/pillow[${PYTHON_USEDEP}]