summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-23 09:07:44 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-23 09:25:32 +0200
commitfd22742d770174db0654a5e6b0dcecb4c2e88973 (patch)
tree75d69ca0dd534125bb9461617918b89295e4a7ed /dev-python/line_profiler
parentdev-python/line_profiler: Bump to 3.2.1 (diff)
downloadgentoo-fd22742d770174db0654a5e6b0dcecb4c2e88973.tar.gz
gentoo-fd22742d770174db0654a5e6b0dcecb4c2e88973.tar.bz2
gentoo-fd22742d770174db0654a5e6b0dcecb4c2e88973.zip
dev-python/line_profiler: Add python@ as co-maint.
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-3.2.1.ebuild5
-rw-r--r--dev-python/line_profiler/metadata.xml3
2 files changed, 8 insertions, 0 deletions
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 f654df56292b..e2044a220db4 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 35be66749f84..190e53028858 100644
--- a/dev-python/line_profiler/metadata.xml
+++ b/dev-python/line_profiler/metadata.xml
@@ -5,6 +5,9 @@
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
<longdescription>
line_profiler is a module for doing line-by-line profiling of
functions. kernprof is a convenient script for running either