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 3E1B815800F for ; Tue, 24 Jan 2023 18:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BE85E0891; Tue, 24 Jan 2023 18:58:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 63906E0891 for ; Tue, 24 Jan 2023 18:58:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7415E340D68 for ; Tue, 24 Jan 2023 18:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D73075 for ; Tue, 24 Jan 2023 18:58:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1674585812.7541dd6405ad4ac66423664d0a60d053a7c57535.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Opcodes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/Opcodes/Opcodes-0.3.14.ebuild X-VCS-Directories: dev-python/Opcodes/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7541dd6405ad4ac66423664d0a60d053a7c57535 X-VCS-Branch: master Date: Tue, 24 Jan 2023 18:58:26 +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: 89f81b37-bc74-4adf-b0df-ea37a2cb6e31 X-Archives-Hash: 88fcac1a72572616231c10f0410e7f80 commit: 7541dd6405ad4ac66423664d0a60d053a7c57535 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jan 24 18:43:32 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jan 24 18:43:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7541dd64 dev-python/Opcodes: enable py3.11 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/Opcodes/Opcodes-0.3.14.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/Opcodes/Opcodes-0.3.14.ebuild b/dev-python/Opcodes/Opcodes-0.3.14.ebuild index b3e00b39948d..78cd24fd1430 100644 --- a/dev-python/Opcodes/Opcodes-0.3.14.ebuild +++ b/dev-python/Opcodes/Opcodes-0.3.14.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 CommitId=0f7c7d63f5e13ce5a89d9acc3934f1b6e247ec1f @@ -15,6 +15,7 @@ HOMEPAGE=" " SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} LICENSE="BSD-2" SLOT="0" @@ -22,6 +23,3 @@ KEYWORDS="~amd64" RESTRICT="test" # depends on an old version of werkzeug RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -BDEPEND="" - -S="${WORKDIR}"/${PN}-${CommitId}