blob: 7057273b08e7c7740edcb5eb7469bf010b42e5f2 (
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://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
<use>
<flag name="async">Add async support</flag>
</use>
<upstream>
<remote-id type="pypi">zeep</remote-id>
<remote-id type="github">mvantellingen/python-zeep</remote-id>
<bugs-to>https://github.com/mvantellingen/python-zeep/issues</bugs-to>
</upstream>
</pkgmetadata>
|