mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
18 lines
868 B
XML
18 lines
868 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="person">
|
||
<email>dev@notyourcomputer.net</email>
|
||
<name>Shaoyu Tseng</name>
|
||
</maintainer>
|
||
<upstream>
|
||
<remote-id type="pypi">gevent</remote-id>
|
||
<remote-id type="github">gevent/pyqtdarktheme</remote-id>
|
||
<doc>https://www.gevent.org/</doc>
|
||
</upstream>
|
||
<use>
|
||
<flag name="monitor">Enhancements to gevent’s self-monitoring capabilities. This includes the psutil library which is needed to monitor memory usage.</flag>
|
||
<flag name="recommended">A shortcut for installing suggested extras together. This includes the non-test extras defined here, plus additions that improve gevent’s operation on certain platforms (for example, in the past, it has included backports of newer APIs).</flag>
|
||
</use>
|
||
</pkgmetadata>
|