diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-17 18:46:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-09-17 18:46:57 +0000 |
| commit | befdf2b7508512f04a01afc0419e903c8147ffd9 (patch) | |
| tree | cc46b85c61171276f737c15d3d4ead0cc33c93df /dev-python/pyocr | |
| parent | 9f38960a4641063e6647f5a9afeb73acd03fbcb4 (diff) | |
| download | baldeagleos-repo-befdf2b7508512f04a01afc0419e903c8147ffd9.tar.gz baldeagleos-repo-befdf2b7508512f04a01afc0419e903c8147ffd9.tar.xz baldeagleos-repo-befdf2b7508512f04a01afc0419e903c8147ffd9.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyocr')
| -rw-r--r-- | dev-python/pyocr/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyocr/pyocr-0.8.5.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest index 8353e3610fb7..6d1f3502f1cb 100644 --- a/dev-python/pyocr/Manifest +++ b/dev-python/pyocr/Manifest @@ -1 +1,2 @@ DIST pyocr-0.8.3.tar.gz 67625 BLAKE2B 86edfb08519eda73b29b57b57d495c0fa3bebe8b521d96ce4b644d534d2b32e92532e6275f595912c77093eaf0b1f767f08a130605e9b50142fddf77eb570c4d SHA512 aa4f4fcedd668010841d036899bb83bc0fca6499b29ce2f209e538fd3a2448dce2b52721f0b77bc402d9b3f62052af53e25e78780103172623dea1b367caeab1 +DIST pyocr-0.8.5.tar.gz 71843 BLAKE2B 14ea301a562b4e2ecc9a8b01b64a6a651facc78e54402359313b04fd20bad89e0a390ff1899f72c94db4e2d42c7c648afa5c1267ff6afe85fb14c32e15c6e19b SHA512 4b0bb576db05e3cc253bc031e158e2c018370e2c309df742b9755cf576bbd1fd5baddc851a4cde1ad96d3c2ae1c28e75e735ee7035d62ad8bf9c908546042897 diff --git a/dev-python/pyocr/pyocr-0.8.5.ebuild b/dev-python/pyocr/pyocr-0.8.5.ebuild new file mode 100644 index 000000000000..5f15f059bce0 --- /dev/null +++ b/dev-python/pyocr/pyocr-0.8.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="An optical character recognition (OCR) tool wrapper" +HOMEPAGE=" + https://gitlab.gnome.org/World/OpenPaperwork/pyocr/ + https://pypi.org/project/pyocr/ +" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cuneiform +tesseract" +REQUIRED_USE="|| ( cuneiform tesseract )" + +RDEPEND=" + dev-python/pillow[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +# (tests apparently do not require any backend installed) +distutils_enable_tests unittest + +RDEPEND+=" + cuneiform? ( app-text/cuneiform ) + tesseract? ( app-text/tesseract ) +" |
