commit: 22793496d9f86f95ea890db8df42a79103d0ea63
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 11:29:26 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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"