From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 705BB158046 for ; Tue, 30 Sep 2025 05:59:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5BE3A340F06 for ; Tue, 30 Sep 2025 05:59:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 394E8110581; Tue, 30 Sep 2025 05:58:46 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2D66D110581 for ; Tue, 30 Sep 2025 05:58:46 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBE10340EC1 for ; Tue, 30 Sep 2025 05:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F1E43A82 for ; Tue, 30 Sep 2025 05:58:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1759211912.1c3af341e4f7db3297d8bb827edb6c0cc7d5876b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylast/Manifest dev-python/pylast/pylast-6.0.0.ebuild X-VCS-Directories: dev-python/pylast/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1c3af341e4f7db3297d8bb827edb6c0cc7d5876b X-VCS-Branch: master Date: Tue, 30 Sep 2025 05:58:42 +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: b5fb2b24-8b02-4b6c-8b94-6404284a2f3b X-Archives-Hash: 0cc0aa4a81b6f2d735f6642ac92fee36 commit: 1c3af341e4f7db3297d8bb827edb6c0cc7d5876b Author: Michał Górny gentoo org> AuthorDate: Tue Sep 30 05:30:12 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 30 05:58:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3af341 dev-python/pylast: Bump to 6.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pylast/Manifest | 1 + dev-python/pylast/pylast-6.0.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest index b26c4f115e30..14e79ab61362 100644 --- a/dev-python/pylast/Manifest +++ b/dev-python/pylast/Manifest @@ -1 +1,2 @@ DIST pylast-5.5.0.tar.gz 45569 BLAKE2B 397efaf358f58eee91cc1c047496a43259b54f645ce8de01ac14589e4a1098887f9d48099d3373da3e68e1c9c04adc31edf5869e539e9dbe67290f8e8a70a956 SHA512 c4776bf1f430ab8f819dceadbf3efd79ce61bce4780588cd82f12ff99c2cdb96f08871b14693e81183bafe03afd5dda242eebd083e60cc5d035b5ca0f42cc289 +DIST pylast-6.0.0.tar.gz 45408 BLAKE2B 736d2d3967499c490d5407accbb3e0e1640b64ab3c2a6b5d7a9a4ec834db03ea16bd38e03c146f68c798ae1160c55dc7a00a2cc621834d794576f6ffc3b8f26a SHA512 5bb462f369f003fc78e1998915acdc2f96b320670ae80d71009b9e88d513639ac376424d8f3840fb7bfef9f3133247590460f00737d754933b7c5da8f9eb7561 diff --git a/dev-python/pylast/pylast-6.0.0.ebuild b/dev-python/pylast/pylast-6.0.0.ebuild new file mode 100644 index 000000000000..4b18ce7e2654 --- /dev/null +++ b/dev-python/pylast/pylast-6.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python interface to last.fm and other api-compatible websites" +HOMEPAGE=" + https://pypi.org/project/pylast/ + https://github.com/pylast/pylast/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=dev-python/httpx-0.26[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=( flaky ) +distutils_enable_tests pytest