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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 646381581EC for ; Fri, 22 Nov 2024 19:30:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB250E08C8; Fri, 22 Nov 2024 19:30:47 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C07C7E08C8 for ; Fri, 22 Nov 2024 19:30:47 +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 E2B9F335C36 for ; Fri, 22 Nov 2024 19:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52071213D for ; Fri, 22 Nov 2024 19:30:43 +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: <1732303836.96935f5fba56b28a1b32f5ce2e4463699dd9ab4a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Opcodes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/Opcodes/Manifest dev-python/Opcodes/Opcodes-0.3.14-r1.ebuild X-VCS-Directories: dev-python/Opcodes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 96935f5fba56b28a1b32f5ce2e4463699dd9ab4a X-VCS-Branch: master Date: Fri, 22 Nov 2024 19:30:43 +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: 75b2816f-0b65-4826-9037-7ba07ecd395c X-Archives-Hash: 154700c3d8315dede0b7c60dcfb9219f commit: 96935f5fba56b28a1b32f5ce2e4463699dd9ab4a Author: Michał Górny gentoo org> AuthorDate: Fri Nov 22 19:25:12 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 22 19:30:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96935f5f dev-python/Opcodes: Add MY_P prior to rename Signed-off-by: Michał Górny gentoo.org> dev-python/Opcodes/Manifest | 2 +- dev-python/Opcodes/Opcodes-0.3.14-r1.ebuild | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/dev-python/Opcodes/Manifest b/dev-python/Opcodes/Manifest index 52680bec04bb..ab797e881a51 100644 --- a/dev-python/Opcodes/Manifest +++ b/dev-python/Opcodes/Manifest @@ -1 +1 @@ -DIST Opcodes-0.3.14.gh.tar.gz 236187 BLAKE2B 76e2f92a8860dc0306b5c48de9f64d6cd18e553af3936faac36e412bae129399ce7ff34ee2757b816a361aa29cdd45ac6b11e00bcaefd943e512ada6da0b70bc SHA512 bbdc08a75028c94def56b2afee0742db999acc8fe44aeeb6e8d8ac5e47e969a9daf0477e089ffff4c434be01c48b5e5ec5403bea86ba4e8674063a9f96fbeca8 +DIST Opcodes-0f7c7d63f5e13ce5a89d9acc3934f1b6e247ec1f.gh.tar.gz 236187 BLAKE2B 76e2f92a8860dc0306b5c48de9f64d6cd18e553af3936faac36e412bae129399ce7ff34ee2757b816a361aa29cdd45ac6b11e00bcaefd943e512ada6da0b70bc SHA512 bbdc08a75028c94def56b2afee0742db999acc8fe44aeeb6e8d8ac5e47e969a9daf0477e089ffff4c434be01c48b5e5ec5403bea86ba4e8674063a9f96fbeca8 diff --git a/dev-python/Opcodes/Opcodes-0.3.14-r1.ebuild b/dev-python/Opcodes/Opcodes-0.3.14-r1.ebuild index b4257018de20..79d0c726e299 100644 --- a/dev-python/Opcodes/Opcodes-0.3.14-r1.ebuild +++ b/dev-python/Opcodes/Opcodes-0.3.14-r1.ebuild @@ -1,30 +1,36 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) -inherit distutils-r1 +PYTHON_COMPAT=( python3_{10..12} ) -CommitId=0f7c7d63f5e13ce5a89d9acc3934f1b6e247ec1f +inherit distutils-r1 +EGIT_COMMIT=0f7c7d63f5e13ce5a89d9acc3934f1b6e247ec1f +MY_P=${PN^}-${EGIT_COMMIT} DESCRIPTION="Opcodes Project" HOMEPAGE=" + https://github.com/Maratyszcza/Opcodes/ https://pypi.org/project/Opcodes/ " -SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz - -> ${P}.gh.tar.gz" -S="${WORKDIR}"/${PN}-${CommitId} +SRC_URI=" + https://github.com/Maratyszcza/Opcodes/archive/${EGIT_COMMIT}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" RESTRICT="test" # depends on an old version of werkzeug -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" -DOCS=readme.rst +DOCS=( readme.rst ) distutils_enable_sphinx sphinx \ dev-python/sphinx-bootstrap-theme