summaryrefslogtreecommitdiff
blob: 72106a34bc3a4baac4950461f2c49d1e84deca4a (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
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>python</herd>
	<maintainer>
		<email>ian@syndicated-productions.com</email>
		<name>Ian Stakenvicius</name>
		<description>Proxy maintaining through rbu</description>
	</maintainer>
	<maintainer>
		<email>rbu@gentoo.org</email>
		<name>Robert Buchholz</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>
</pkgmetadata>