summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-22 20:24:18 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-22 20:28:50 +0200
commita1b41ff73a7bf2aaafc543d8f057b4ef65a93c08 (patch)
treedcc7fbf15e089c7e53e9378cbf632b90b77f2664 /dev-python/line_profiler
parentdev-python/line_profiler: Remove old (diff)
downloadgentoo-a1b41ff73a7bf2aaafc543d8f057b4ef65a93c08.tar.gz
gentoo-a1b41ff73a7bf2aaafc543d8f057b4ef65a93c08.tar.bz2
gentoo-a1b41ff73a7bf2aaafc543d8f057b4ef65a93c08.zip
dev-python/line_profiler: Prepare for rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/line_profiler')
-rw-r--r--dev-python/line_profiler/line_profiler-4.1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/line_profiler/line_profiler-4.1.0.ebuild b/dev-python/line_profiler/line_profiler-4.1.0.ebuild
index bb034b04c80c..5ffe92f3463f 100644
--- a/dev-python/line_profiler/line_profiler-4.1.0.ebuild
+++ b/dev-python/line_profiler/line_profiler-4.1.0.ebuild
@@ -9,6 +9,7 @@ PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
+MY_P=line_profiler-${PV}
DESCRIPTION="Line-by-line profiler"
HOMEPAGE="
https://github.com/pyutils/line_profiler/
@@ -16,8 +17,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/pyutils/line_profiler/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
SLOT="0"
LICENSE="BSD"