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 B8279158020 for ; Fri, 28 Oct 2022 21:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C612DE08A0; Fri, 28 Oct 2022 21:14:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF95FE08A0 for ; Fri, 28 Oct 2022 21:14:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B858234124A for ; Fri, 28 Oct 2022 21:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379AC615 for ; Fri, 28 Oct 2022 21:13:56 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1666991621.4b84491db726a8b5a55d772dcf3a2766b6154f46.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gnome-doc-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r3.ebuild app-text/gnome-doc-utils/metadata.xml X-VCS-Directories: app-text/gnome-doc-utils/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4b84491db726a8b5a55d772dcf3a2766b6154f46 X-VCS-Branch: master Date: Fri, 28 Oct 2022 21:13: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: d86a56e6-172e-4564-b677-35582f846bec X-Archives-Hash: 60de3ac2c878ca6272c0572ea052358f commit: 4b84491db726a8b5a55d772dcf3a2766b6154f46 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 28 20:48:48 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 28 21:13:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b84491d app-text/gnome-doc-utils: Bump to EAPI=8 * add Python 3.11 compatibility. * don't install stray pyc files (bug #863968) Closes: https://bugs.gentoo.org/863968 Signed-off-by: Matt Turner gentoo.org> ....20.10-r2.ebuild => gnome-doc-utils-0.20.10-r3.ebuild} | 15 ++++++++++----- app-text/gnome-doc-utils/metadata.xml | 3 +++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r3.ebuild similarity index 86% rename from app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild rename to app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r3.ebuild index 748e7a382e70..3c536ca4e4ca 100644 --- a/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r2.ebuild +++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r3.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_{7..10} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) -inherit gnome2 multibuild python-r1 +inherit gnome2 python-r1 DESCRIPTION="A collection of documentation utilities for the Gnome project" HOMEPAGE="https://wiki.gnome.org/Projects/GnomeDocUtils" -SRC_URI+=" https://dev.gentoo.org/~juippis/distfiles/tmp/gnome-doc-utils-0.20.10-python3.patch" +SRC_URI+=" https://dev.gentoo.org/~juippis/distfiles/tmp/${P}-python3.patch" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} @@ -24,6 +23,8 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.4 app-text/scrollkeeper-dtd +" +BDEPEND=" >=dev-util/intltool-0.35 sys-devel/gettext virtual/awk @@ -39,6 +40,10 @@ src_prepare() { eapply "${FILESDIR}"/${P}-fix-out-of-tree-build.patch eapply "${DISTDIR}"/${P}-python3.patch + # Empty py-compile, so it doesn't write its own pyo/pyc files + echo > "${S}"/py-compile + chmod a+x "${S}"/py-compile || die + gnome2_src_prepare # Leave shebang alone diff --git a/app-text/gnome-doc-utils/metadata.xml b/app-text/gnome-doc-utils/metadata.xml index c6e394b17a27..b176e403791e 100644 --- a/app-text/gnome-doc-utils/metadata.xml +++ b/app-text/gnome-doc-utils/metadata.xml @@ -5,4 +5,7 @@ gnome@gentoo.org Gentoo GNOME Desktop + + Archive/gnome-doc-utils +