summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-26 13:29:26 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-26 13:30:41 +0200
commit22793496d9f86f95ea890db8df42a79103d0ea63 (patch)
tree38a777645f72215376f018782f7ba60e3602fcdc
parentRename dev-python/{path-py → path} (diff)
downloadgentoo-22793496d9f86f95ea890db8df42a79103d0ea63.tar.gz
gentoo-22793496d9f86f95ea890db8df42a79103d0ea63.tar.bz2
gentoo-22793496d9f86f95ea890db8df42a79103d0ea63.zip
dev-python/path: Simplify post pkgmove
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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"