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 4C520158095 for ; Thu, 7 Jul 2022 07:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60BE8E0DCD; Thu, 7 Jul 2022 07:33:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48D3EE0DCD for ; Thu, 7 Jul 2022 07:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 726C8340EA8 for ; Thu, 7 Jul 2022 07:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE87753B for ; Thu, 7 Jul 2022 07:33:21 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1657154446.915f8d3f2fd82ffb29b83e12e7ec4f7e005d5757.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sortedcollections/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sortedcollections/Manifest dev-python/sortedcollections/sortedcollections-2.1.0.ebuild X-VCS-Directories: dev-python/sortedcollections/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 915f8d3f2fd82ffb29b83e12e7ec4f7e005d5757 X-VCS-Branch: master Date: Thu, 7 Jul 2022 07:33:21 +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: 7bfa69fd-4c80-4836-97b0-5afd47a84661 X-Archives-Hash: 8a892796cbde4fdb62aa5ddaea58f6b7 commit: 915f8d3f2fd82ffb29b83e12e7ec4f7e005d5757 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jul 7 00:33:03 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Jul 7 00:40:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=915f8d3f dev-python/sortedcollections: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/sortedcollections/Manifest | 2 +- dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/sortedcollections/Manifest b/dev-python/sortedcollections/Manifest index ca3ac0622..ae64c7f98 100644 --- a/dev-python/sortedcollections/Manifest +++ b/dev-python/sortedcollections/Manifest @@ -1 +1 @@ -DIST sortedcollections-2.1.0.tar.gz 48563 BLAKE2B 5de36155858dc055c9412ff410bd70b489aba292a2956216db95641e10dcb249b98e5c005c4d7c4fd00b25c3315c65b3f43f404737591632ac223a4045b775b5 SHA512 7cb95af1791ab8f8c99847c1b9e0b8c1e7cc7dfe8a9df5db8bb3c96ceb2f15d7351ab4ff081d037d34dbb6c3108f4b575ca22c9e9e911a727d31b9ba3bf975f6 +DIST sortedcollections-2.1.0.gh.tar.gz 48563 BLAKE2B 5de36155858dc055c9412ff410bd70b489aba292a2956216db95641e10dcb249b98e5c005c4d7c4fd00b25c3315c65b3f43f404737591632ac223a4045b775b5 SHA512 7cb95af1791ab8f8c99847c1b9e0b8c1e7cc7dfe8a9df5db8bb3c96ceb2f15d7351ab4ff081d037d34dbb6c3108f4b575ca22c9e9e911a727d31b9ba3bf975f6 diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild index c7b900990..6a91e424d 100644 --- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild +++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Apache2 licensed Python sorted collections library" @@ -11,8 +12,8 @@ HOMEPAGE=" https://pypi.org/project/sortedcollections/ https://github.com/grantjenks/python-sortedcollections " -SRC_URI="https://github.com/grantjenks/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/python-${PN}-${PV}" +SRC_URI="https://github.com/grantjenks/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/python-${P}" LICENSE="Apache-2.0" SLOT="0"