summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-22 20:26:23 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-22 20:28:51 +0200
commit78733e8439629fd8c9052a6bec060982a9c8ffd3 (patch)
tree9f8708fde74ddd4d29d1b19973b4f8af206248c6
parentRename dev-python/{line_profiler → line-profiler} (diff)
downloadgentoo-78733e8439629fd8c9052a6bec060982a9c8ffd3.tar.gz
gentoo-78733e8439629fd8c9052a6bec060982a9c8ffd3.tar.bz2
gentoo-78733e8439629fd8c9052a6bec060982a9c8ffd3.zip
dev-python/memory_profiler: Prepare for rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/memory_profiler/memory_profiler-0.61.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/memory_profiler/memory_profiler-0.61.ebuild b/dev-python/memory_profiler/memory_profiler-0.61.ebuild
index bdf23e9c4b48..fd059fb2d78e 100644
--- a/dev-python/memory_profiler/memory_profiler-0.61.ebuild
+++ b/dev-python/memory_profiler/memory_profiler-0.61.ebuild
@@ -4,10 +4,11 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
+MY_P=memory_profiler-${PV}
DESCRIPTION="A module for monitoring memory usage of a python program"
HOMEPAGE="
https://github.com/pythonprofilers/memory_profiler/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/pythonprofilers/memory_profiler/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"