summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgentoo-setan <gentoo@supporter.addy.io>2024-05-16 10:50:36 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-05-31 16:15:19 +0300
commiteedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9 (patch)
tree5e5bb41a2cab640ca78cc8436c21807a7af98fb7 /net-p2p
parentapp-portage/iwdevtools: restore keywords for 0.12.12 (diff)
downloadgentoo-eedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9.tar.gz
gentoo-eedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9.tar.bz2
gentoo-eedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9.zip
net-p2p/nicotine+: add python 3.12 support
Also updated LICENSE Closes: https://bugs.gentoo.org/929736 Signed-off-by: gentoo-setan <gentoo@supporter.addy.io> Closes: https://github.com/gentoo/gentoo/pull/36696 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild11
1 files 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]