Marius Brehler b8a5d2c0d2
dev-python/line_profiler: Add proxy-maintainers project
Closes: https://github.com/gentoo/gentoo/pull/7143
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2018-02-16 19:52:24 +01:00

27 lines
948 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marbre@linux.sungazer.de</email>
<name>Marius Brehler</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<longdescription>
line_profiler is a module for doing line-by-line profiling of
functions. kernprof is a convenient script for running either
line_profiler or the Python standard library's cProfile or profile
modules, depending on what is available.
</longdescription>
<upstream>
<remote-id type="pypi">line_profiler</remote-id>
<remote-id type="github">rkern/line_profiler</remote-id>
</upstream>
</pkgmetadata>