Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path/
Date: Mon, 26 Sep 2022 11:30:56
Message-Id: 1664191841.22793496d9f86f95ea890db8df42a79103d0ea63.mgorny@gentoo
1 commit: 22793496d9f86f95ea890db8df42a79103d0ea63
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 11:29:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 11:30:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22793496
7
8 dev-python/path: Simplify post pkgmove
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/path/path-16.5.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/path/path-16.5.0.ebuild b/dev-python/path/path-16.5.0.ebuild
16 index 18b69066c471..e2d67f8907a8 100644
17 --- a/dev-python/path/path-16.5.0.ebuild
18 +++ b/dev-python/path/path-16.5.0.ebuild
19 @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 )
20
21 inherit distutils-r1
22
23 -MY_P=${P/-py}
24 DESCRIPTION="A module wrapper for os.path"
25 HOMEPAGE="
26 https://github.com/jaraco/path/
27 @@ -16,9 +15,8 @@ HOMEPAGE="
28 "
29 SRC_URI="
30 https://github.com/jaraco/path/archive/v${PV}.tar.gz
31 - -> ${MY_P}.gh.tar.gz
32 + -> ${P}.gh.tar.gz
33 "
34 -S=${WORKDIR}/${MY_P}
35
36 SLOT="0"
37 LICENSE="MIT"