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 E9E0B1581D3 for ; Fri, 31 May 2024 13:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 168E4E2A9F; Fri, 31 May 2024 13:16:12 +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 E3AC4E2A9F for ; Fri, 31 May 2024 13:16:11 +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 D0FB9335D7B for ; Fri, 31 May 2024 13:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF10F148D for ; Fri, 31 May 2024 13:16:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1717161319.eedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild X-VCS-Directories: net-p2p/nicotine+/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: eedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9 X-VCS-Branch: master Date: Fri, 31 May 2024 13:16:08 +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: c61ef1d5-ca24-442b-bd65-518f32da85ba X-Archives-Hash: 63374399b10327352db3fbe0010edeaf commit: eedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9 Author: gentoo-setan supporter addy io> AuthorDate: Thu May 16 08:50:36 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri May 31 13:15:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedd9727 net-p2p/nicotine+: add python 3.12 support Also updated LICENSE Closes: https://bugs.gentoo.org/929736 Signed-off-by: gentoo-setan supporter.addy.io> Closes: https://github.com/gentoo/gentoo/pull/36696 Signed-off-by: Joonas Niilola gentoo.org> net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild index e890276cd355..5777413848c2 100644 --- a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild +++ b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild @@ -1,23 +1,24 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="gdbm" DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 xdg -DESCRIPTION="A fork of nicotine, a Soulseek client in Python" -HOMEPAGE="https://github.com/Nicotine-Plus/nicotine-plus" +DESCRIPTION="Graphical client for the Soulseek peer to peer network written in Python" +HOMEPAGE="https://nicotine-plus.org/" SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/nicotine-plus-${PV}" -LICENSE="GPL-3 LGPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" +BDEPEND="sys-devel/gettext" RDEPEND="${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection]