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 1EC5E15803E for ; Mon, 1 Jan 2024 03:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD6FC2BC03E; Mon, 1 Jan 2024 03:56:47 +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 9DD5F2BC038 for ; Mon, 1 Jan 2024 03:56: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5C45340C33 for ; Mon, 1 Jan 2024 03:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FEEF1454 for ; Mon, 1 Jan 2024 03:56:45 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1704047391.047be17857361e5b8b93e239b58bc95d98efef5b.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-lsp-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild X-VCS-Directories: dev-python/python-lsp-isort/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 047be17857361e5b8b93e239b58bc95d98efef5b X-VCS-Branch: master Date: Mon, 1 Jan 2024 03:56:45 +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: 9d006d0a-df8b-48da-9d6c-850f869b3615 X-Archives-Hash: 0c5f8665ed189d977a80649ae5e788e9 commit: 047be17857361e5b8b93e239b58bc95d98efef5b Author: Moritz Brunner posteo de> AuthorDate: Sun Dec 31 18:29:51 2023 +0000 Commit: David Roman gmail com> CommitDate: Sun Dec 31 18:29:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=047be178 dev-python/python-lsp-isort: Simplify by removing superfluous MY_PV Signed-off-by: Moritz Brunner posteo.de> dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild index 3eec423be9..cc95211426 100644 --- a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild +++ b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild @@ -5,7 +5,6 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} pypy3 ) -MY_PV="0.1" inherit distutils-r1 @@ -15,10 +14,9 @@ HOMEPAGE=" https://pypi.org/project/python-lsp-isort/ " SRC_URI=" - https://github.com/chantera/${PN}/archive/refs/tags/v${MY_PV}.tar.gz + https://github.com/chantera/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz " -S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0"