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 CD3BF158094 for ; Mon, 26 Sep 2022 11:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82189E0C19; Mon, 26 Sep 2022 11:30:55 +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 11F48E0C15 for ; Mon, 26 Sep 2022 11:30:55 +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 4B360341177 for ; Mon, 26 Sep 2022 11:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD8385D4 for ; Mon, 26 Sep 2022 11:30:52 +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: <1664191841.22793496d9f86f95ea890db8df42a79103d0ea63.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path/path-16.5.0.ebuild X-VCS-Directories: dev-python/path/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 22793496d9f86f95ea890db8df42a79103d0ea63 X-VCS-Branch: master Date: Mon, 26 Sep 2022 11:30:52 +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: 4e3b9da5-959c-4119-9c71-2694075cd5e7 X-Archives-Hash: e569eead2cd751e5da39abea23313e6a commit: 22793496d9f86f95ea890db8df42a79103d0ea63 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 26 11:29:26 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 26 11:30:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22793496 dev-python/path: Simplify post pkgmove Signed-off-by: Michał Górny gentoo.org> dev-python/path/path-16.5.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/path/path-16.5.0.ebuild b/dev-python/path/path-16.5.0.ebuild index 18b69066c471..e2d67f8907a8 100644 --- a/dev-python/path/path-16.5.0.ebuild +++ b/dev-python/path/path-16.5.0.ebuild @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 -MY_P=${P/-py} DESCRIPTION="A module wrapper for os.path" HOMEPAGE=" https://github.com/jaraco/path/ @@ -16,9 +15,8 @@ HOMEPAGE=" " SRC_URI=" https://github.com/jaraco/path/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz + -> ${P}.gh.tar.gz " -S=${WORKDIR}/${MY_P} SLOT="0" LICENSE="MIT"