summaryrefslogtreecommitdiff
path: root/dev-python/transitions/metadata.xml
blob: 58ac0f5058912a66ba7587b7e04ad4d92b342827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>conikost@gentoo.org</email>
		<name>Conrad Kostecki</name>
	</maintainer>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</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>
	<stabilize-allarches/>
	<upstream>
		<bugs-to>https://github.com/pytransitions/transitions/issues</bugs-to>
		<remote-id type="github">pytransitions/transitions</remote-id>
		<remote-id type="pypi">transitions</remote-id>
	</upstream>
</pkgmetadata>