Andrew Ammerlaan 85112c6c30
dev-python/line_profiler: Version bump 3.0.2
Add py3_7
  Put setuptools in rdepend

Closes: https://github.com/gentoo/gentoo/pull/14344
Closes: https://bugs.gentoo.org/705872

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
2020-02-09 20:43:50 +08:00

19 lines
691 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science 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">pyutils/line_profiler</remote-id>
</upstream>
</pkgmetadata>