summaryrefslogtreecommitdiff
blob: aa7526149e67803aa58a01f765dd007d414482f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<longdescription>
		Kaa-base provides the base Kaa framework and is an implicit
		dependency for all kaa modules. The kaa framework includes a
		mainloop facility with an API for signals and callbacks, timers,
		process and thread management, file descriptor monitoring (with
		INotify support), inter-process communication, as well as a
		rich, practically magical API for asynchronous programming.
	</longdescription>
	<use>
		<flag name="tls">SSL/TLS support via <pkg>dev-python/tlslite</pkg></flag>
	</use>
	<upstream>
		<remote-id type="sourceforge">freevo</remote-id>
	</upstream>
</pkgmetadata>