mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-24 18:37:27 -08:00
This is a new dependency for the >=net-im/yowsup-3 version bump. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
23 lines
807 B
XML
23 lines
807 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ck+gentoo@bl4ckb0x.de</email>
|
|
<name>Conrad Kostecki</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
A lightweight, object-oriented state machine implementation in Python.
|
|
A state machine is a mathematical model of computation.
|
|
It is an abstract machine that can be in exactly one of a
|
|
finite number of states at any given time.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/pytransitions/transitions/issues</bugs-to>
|
|
<remote-id type="github">pytransitions/transitions</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|