blob: ac7f9ff06a83de4d02008ce2cc8e832740362a5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<stabilize-allarches />
<upstream>
<bugs-to>https://github.com/jaraco/jaraco.stream/issues</bugs-to>
</upstream>
<longdescription lang="en">
Routines for handling streaming data, including a set of generators for loading gzip data on the fly.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|