summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/path/path-16.5.0.ebuild4
1 files changed, 1 insertions, 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"