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 6420115A7D9 for ; Sun, 19 Mar 2023 18:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CC13E0901; Sun, 19 Mar 2023 18:06:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E56EE0901 for ; Sun, 19 Mar 2023 18:06:59 +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 3A8533412EF for ; Sun, 19 Mar 2023 18:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CBF18CF for ; Sun, 19 Mar 2023 18:06:56 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1679249086.9d6f331abc9b59aeb7e6ac2d9e4672ce9f88f079.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-exclude/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild X-VCS-Directories: dev-python/mkdocs-exclude/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9d6f331abc9b59aeb7e6ac2d9e4672ce9f88f079 X-VCS-Branch: dev Date: Sun, 19 Mar 2023 18:06:56 +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: 404428df-ed1d-42ac-9a3d-d054f75fdf64 X-Archives-Hash: d5bea186b02a9dc14546c7d21d0f4735 commit: 9d6f331abc9b59aeb7e6ac2d9e4672ce9f88f079 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Mar 19 18:04:46 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Mar 19 18:04:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d6f331a dev-python/mkdocs-exclude: enable py3.11 Closes: https://bugs.gentoo.org/897466 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> ...ocs-exclude-1.0.2.ebuild => mkdocs-exclude-1.0.2-r1.ebuild} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild similarity index 58% rename from dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild rename to dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild index 910c8794d..84263ee9b 100644 --- a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild +++ b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild @@ -1,15 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 pypi DESCRIPTION="Lets you exclude files or trees from your output" -HOMEPAGE="https://github.com/apenwarr/mkdocs-exclude" +HOMEPAGE=" + https://pypi.org/project/mkdocs-exclude/ + https://github.com/apenwarr/mkdocs-exclude +" LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86"