summaryrefslogtreecommitdiff
path: root/dev-python/pyocr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/pyocr
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/pyocr')
-rw-r--r--dev-python/pyocr/Manifest2
-rw-r--r--dev-python/pyocr/pyocr-0.8.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest
index 1835ba5f75e9..94ff4c40a51c 100644
--- a/dev-python/pyocr/Manifest
+++ b/dev-python/pyocr/Manifest
@@ -1,3 +1,3 @@
DIST pyocr-0.8.3.tar.gz 67625 BLAKE2B 86edfb08519eda73b29b57b57d495c0fa3bebe8b521d96ce4b644d534d2b32e92532e6275f595912c77093eaf0b1f767f08a130605e9b50142fddf77eb570c4d SHA512 aa4f4fcedd668010841d036899bb83bc0fca6499b29ce2f209e538fd3a2448dce2b52721f0b77bc402d9b3f62052af53e25e78780103172623dea1b367caeab1
-EBUILD pyocr-0.8.3.ebuild 886 BLAKE2B e70e101fca61e2c9c45acdef874cf025fd294e5ded5e893b819511624e13cabdd7d596220e8b1d9f8f1529fb7a7f260512c42829d0c2c67b38572cd67049418e SHA512 4f5b49d77b11df56a291ba573cb236b6958b955692a42da7f3fc329e0454966bac1057353127638b6ca4ff1839b1b518ac6f46a48e38f188951781e00aaef6fa
+EBUILD pyocr-0.8.3.ebuild 886 BLAKE2B 57be15a3b84bffc819dc00770f760a6af9ee5871ed26e6ec20c6de1ab15519c993478c3e9c1b0fdd6c708fa474310508ef36f3801b345f21b072b22c3d61ed9c SHA512 a77f27cf28cfbabcf24f2c355b4cc5c4325c094832256f852e81be84c3eb40c6ef3dd3daaf45f808990c27c041ba960a49809df16b610bc381377a1a3ebd6676
MISC metadata.xml 1203 BLAKE2B b9111445c4d6ee7876a2a151add124a02861f0ec23312140ac3722848f6cd888e890f244043f3f1117b1ec01d26161a4772b15f0f86ad2e353e814ccfa66440c SHA512 e432f55c0e8c982bc5ca9b07f96c7585c381e87ed16c1dd8ae372bddc744570a55af809e6d65925949afe67411b3ad8b1e797b51b740b1dea745ab6772749280
diff --git a/dev-python/pyocr/pyocr-0.8.3.ebuild b/dev-python/pyocr/pyocr-0.8.3.ebuild
index da459ab474c5..fddb70bcf83d 100644
--- a/dev-python/pyocr/pyocr-0.8.3.ebuild
+++ b/dev-python/pyocr/pyocr-0.8.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# 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..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1