dev-python/readability-lxml: Update to python 3.10

This commit is contained in:
nemunaire 2022-07-27 12:18:01 +02:00
parent a78d0aad86
commit 96f37804c6
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
DIST readability-lxml-0.8.1.tar.gz 15878 BLAKE2B e1156fad7a34f82fc3ed8b614f6aae20e233a1babec7e75bff301faff9a82ea94e2e9fdcaf5e04592b0ddbae53e6fc008919c0104342f6ea256d8d2c3e6ac75b SHA512 e975116c8e34d7395e22acab2257dc9e90d75835317deadab6fb4bfd8aea5a8af9eacaabf26e96230665006dee63a0e7dd2afceba480da4d5f31b2b3bf7129c2
EBUILD readability-lxml-0.8.1.ebuild 474 BLAKE2B 68f9ae94172333da555546a7c0df3d0c481affebaf8b7de062e1b8b7ee5491d4098d24bb00022a49c7f0bda06d2d07c02a878eab2be3b35d025468c005b6e132 SHA512 4d52e8d9408307eec133876cfa1338f886ddc0fbfc3b70250409de976eee85b9065858a2448d521a31cb70308933db50521c4b4403fc8bfd334d99dbbd5a9d5d
EBUILD readability-lxml-0.8.1.ebuild 480 BLAKE2B 172ca46e5edf36aaac446c55701d0f3374bfd9cd9684053c3bfa426ffc0b47d4c45b934ecfb914c3b61cbc7714f1b4b0ab5efd1541ee85aca1dc327815df359d SHA512 e5b3c72be0a772178e6f22e62078318aff34083cbeb87294e1f90182857872875223c54b1b08de277914f1b06ba5a6acfd6329462f1ab7fb177c54fb041c93a5

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8,9} )
PYTHON_COMPAT=( python3_{5,6,7,8,9,10,11} )
inherit distutils-r1