summaryrefslogtreecommitdiff
path: root/dev-python/pyocr/pyocr-0.7.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyocr/pyocr-0.7.2.ebuild')
-rw-r--r--dev-python/pyocr/pyocr-0.7.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyocr/pyocr-0.7.2.ebuild b/dev-python/pyocr/pyocr-0.7.2.ebuild
index 61bf3561dff9..1489cbbeb3be 100644
--- a/dev-python/pyocr/pyocr-0.7.2.ebuild
+++ b/dev-python/pyocr/pyocr-0.7.2.ebuild
@@ -2,12 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="An optical character recognition (OCR) tool wrapper for python"
-HOMEPAGE="https://github.com/openpaperwork/pyocr"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/pyocr"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"