From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE755158064 for ; Tue, 7 May 2024 14:26:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C172BC066; Tue, 7 May 2024 14:26:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2BC72BC066 for ; Tue, 7 May 2024 14:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46DF234311A for ; Tue, 7 May 2024 14:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 818731A43 for ; Tue, 7 May 2024 14:26:11 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1715089999.fe64cbec0a9c00971220a7c454710e67c4c40564.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/mkdocs-blog-plugin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild X-VCS-Directories: dev-python/mkdocs-blog-plugin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fe64cbec0a9c00971220a7c454710e67c4c40564 X-VCS-Branch: master Date: Tue, 7 May 2024 14:26:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21953245-9343-4e53-be0d-3a3d75ee4bd9 X-Archives-Hash: 3c8d04f98fc0470a98074d97bdb79e05 commit: fe64cbec0a9c00971220a7c454710e67c4c40564 Author: Henri Gasc eurecom fr> AuthorDate: Tue May 7 13:53:19 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue May 7 13:53:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe64cbec dev-python/mkdocs-blog-plugin: enable py3.12, pypy3 Closes: https://bugs.gentoo.org/931479 Signed-off-by: Henri Gasc eurecom.fr> dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild b/dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild index a838cd45f1..332f71f1ba 100644 --- a/dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild +++ b/dev-python/mkdocs-blog-plugin/mkdocs-blog-plugin-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 git-r3 @@ -15,8 +15,7 @@ EGIT_REPO_URI="https://github.com/fmaida/mkdocs-blog-plugin.git" LICENSE="MIT" SLOT="0" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] +RDEPEND=" dev-python/mkdocs[${PYTHON_USEDEP}] " DEPEND="${BDEPEND}"