Files
gentoo/dev-python/transitions/metadata.xml
Conrad Kostecki 59d8597cb6 dev-python/transitions: updated metadata.xml
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2019-12-03 00:20:59 +01:00

19 lines
688 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</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>