From eedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9 Mon Sep 17 00:00:00 2001 From: gentoo-setan Date: Thu, 16 May 2024 10:50:36 +0200 Subject: net-p2p/nicotine+: add python 3.12 support Also updated LICENSE Closes: https://bugs.gentoo.org/929736 Signed-off-by: gentoo-setan Closes: https://github.com/gentoo/gentoo/pull/36696 Signed-off-by: Joonas Niilola --- net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'net-p2p') 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] -- cgit v1.2.3-65-gdbad