dev-python/lxml: unkeyword 4.9.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-19 23:25:59 +02:00 committed by Andreas Billmeier
parent 43a7d8cf71
commit 0218d55395
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
AUX lxml-4.6.0-tests-pypy.patch 18051 BLAKE2B 99d97fa2e874c9bec4a866c3303b54ea2ab1e6abddf148d142cb66ee035b1eab1e05eed924d34451c5db38dc37f77104539cbfc2fe45815c17445b6359dcb857 SHA512 f6c6c2b00a49e6ca19d8b9123c364003a682c2e8df0c42d8600085d1cb094ba5cedd162bfc794e7d9acfff93aac771953dca5a879c3b957af1e2e8bd1db05515
DIST lxml-4.9.1.gh.tar.gz 960663 BLAKE2B bb464757f9188a76661732d237f3b0f9010f51dd9c5426b578ca8fdb486d28fcfec81d4dd817b2fa0601ed9d7890e01ce71e4ea4c842b92e59dd5437200bad22 SHA512 f52d54908f92997f610638a9a3054cb73723ae81a5ad9e77918b0603ec7441b0e7d2143f8a8ac66c05cd6a0b3b298d348397b7e2df19f83c21e336514c47d910
EBUILD lxml-4.9.1.ebuild 2821 BLAKE2B 729b0f9a61f67a426765d463880e124baea9055889cfc6e59d112d3e870b826a6ff9f666e5fd323509c5ce530fa84cc2fea0f53f1c23422788e6d074740d8426 SHA512 de4c1edea66adf9f5959d7e14f0610499170d5162de22cbd4e52e1fee666cb8c95e0626c7941df1830238d29e12d7b488c4661a1f7142fe14e94d1d92e0aa5f2
EBUILD lxml-4.9.1.ebuild 2679 BLAKE2B c9bec30d083adbe94c58b5d9a9af64a870bc874ed453bee3d0ec996aeded09d7d1f74ceef60e85ec58bd1ca565fd5ad814cae9b7da00fdaec85b82d832a90721 SHA512 cb7852c276c552e684130b0515de6e6b81d56a4a4a22462dc289c8b70ae9f2b074c4d927e038254a6a418ab022eebb9538d19d02b709cfbcc3d6fedbfe483ce8
MISC metadata.xml 497 BLAKE2B e7115c2a7a383890c4352ad4c7671726546c67e2c5f33ee9132239071776731d8264212a421e5692c0096b741150f75c2dccb8be3d49a0917c372b741f88189d SHA512 4c933fd511cbb980691f4180e0d7c1f47e367a3ed056bc84e616fd2507020493f8365835e9d186f043c5f11d91193c0200ea9f890949e7e1e8b8faee203cb025

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature toolchain-funcs
@ -19,7 +19,7 @@ S="${WORKDIR}"/lxml-${P}
LICENSE="BSD ElementTree GPL-2 PSF-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 arm arm64 x86"
IUSE="doc examples +threads test"
RESTRICT="!test? ( test )"
@ -52,10 +52,10 @@ PATCHES=(
python_check_deps() {
use doc || return 0
has_version -b "dev-python/docutils[${PYTHON_USEDEP}]" &&
has_version -b "dev-python/pygments[${PYTHON_USEDEP}]" &&
has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" &&
has_version -b "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
python_has_version -b "dev-python/docutils[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/pygments[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" &&
python_has_version -b "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
}
python_prepare_all() {