commit: fd22742d770174db0654a5e6b0dcecb4c2e88973
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 23 07:07:44 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 23 07:25:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd22742d
dev-python/line_profiler: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/line_profiler/line_profiler-3.2.1.ebuild | 5 +++++
dev-python/line_profiler/metadata.xml | 3 +++
2 files changed, 8 insertions(+)
diff --git a/dev-python/line_profiler/line_profiler-3.2.1.ebuild
b/dev-python/line_profiler/line_profiler-3.2.1.ebuild
index f654df56292..e2044a220db 100644
--- a/dev-python/line_profiler/line_profiler-3.2.1.ebuild
+++ b/dev-python/line_profiler/line_profiler-3.2.1.ebuild
@@ -43,3 +43,8 @@ python_test() {
cd tests || die
epytest
}
+
+python_install() {
+ distutils-r1_python_install
+ python_optimize
+}
diff --git a/dev-python/line_profiler/metadata.xml
b/dev-python/line_profiler/metadata.xml
index 35be66749f8..190e5302885 100644
--- a/dev-python/line_profiler/metadata.xml
+++ b/dev-python/line_profiler/metadata.xml
@@ -5,6 +5,9 @@
<email>[email protected]</email>
<name>Gentoo Science Project</name>
</maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ </maintainer>
<longdescription>
line_profiler is a module for doing line-by-line profiling of
functions. kernprof is a convenient script for running either