From b31d6b3a7c7ba6b51f2cffd8884353184eb3e92c Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 5 May 2025 07:08:01 +0000 Subject: [PATCH] dev-util/maturin: Sync with Gentoo It's from Gentoo commit 9ba9986c45fde8abf7a88f97945440cc21744214. --- .../portage-stable/dev-util/maturin/maturin-1.8.3.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-util/maturin/maturin-1.8.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/maturin/maturin-1.8.3.ebuild index 340429ab71..217958cd89 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/maturin/maturin-1.8.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/maturin/maturin-1.8.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) RUST_MIN_VER=1.75.0 inherit cargo distutils-r1 flag-o-matic shell-completion toolchain-funcs @@ -28,20 +28,15 @@ KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="doc +ssl test" RESTRICT="!test? ( test )" -TOMLI_DEPEND="$(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)" DEPEND=" app-arch/xz-utils ssl? ( dev-libs/openssl:= ) " -RDEPEND=" - ${DEPEND} - ${TOMLI_DEPEND} -" +RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig doc? ( app-text/mdbook ) test? ( - ${TOMLI_DEPEND} $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*') dev-python/boltons[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}]