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 14482158089 for ; Wed, 1 Nov 2023 17:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1921A2BC02C; Wed, 1 Nov 2023 17:09:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C4F52BC02C for ; Wed, 1 Nov 2023 17:09:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D2D2335CCD for ; Wed, 1 Nov 2023 17:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A7971325 for ; Wed, 1 Nov 2023 17:09:16 +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: <1698858552.7fc93707d88747fd5956c8eca529f39c0bb506be.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pslab-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pslab-python/pslab-python-2.5.0.ebuild X-VCS-Directories: dev-python/pslab-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7fc93707d88747fd5956c8eca529f39c0bb506be X-VCS-Branch: master Date: Wed, 1 Nov 2023 17:09:16 +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: 044b97bd-c516-494c-af26-aa9ee5ff3c36 X-Archives-Hash: 780b6fc69fb087c9104489f9d262f1ad commit: 7fc93707d88747fd5956c8eca529f39c0bb506be Author: Michał Górny gentoo org> AuthorDate: Wed Nov 1 17:05:49 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 1 17:09:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc93707 dev-python/pslab-python: Prepare for rename Signed-off-by: Michał Górny gentoo.org> dev-python/pslab-python/pslab-python-2.5.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pslab-python/pslab-python-2.5.0.ebuild b/dev-python/pslab-python/pslab-python-2.5.0.ebuild index f01e7c9a4198..d5f734959f53 100644 --- a/dev-python/pslab-python/pslab-python-2.5.0.ebuild +++ b/dev-python/pslab-python/pslab-python-2.5.0.ebuild @@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 +MY_P=pslab-python-${PV} DESCRIPTION="Python library for communicating with Pocket Science Lab" HOMEPAGE=" https://pslab.io/ @@ -16,8 +17,9 @@ HOMEPAGE=" " SRC_URI=" https://github.com/fossasia/pslab-python/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz + -> ${MY_P}.gh.tar.gz " +S=${WORKDIR}/${MY_P} LICENSE="GPL-3+" SLOT="0"