*/*: restore openstack

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro-Barbieri
2021-06-20 05:14:53 +02:00
committed by Alessandro Barbieri
parent ee38810829
commit 5c8b17906e
229 changed files with 5430 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?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>
</maintainer>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<upstream>
<remote-id type="github">mbr/tinyrpc</remote-id>
<remote-id type="pypi">tinyrpc</remote-id>
</upstream>
<use>
<flag name="gevent">Add support for gevent</flag>
<flag name="httpclient">Add support for httpclient</flag>
<flag name="jsonext">Add support for jsonext</flag>
<flag name="websocket">Add support for websocket</flag>
<flag name="wsgi">Add support for wsgi</flag>
<flag name="zmq">Add support for zmq</flag>
</use>
</pkgmetadata>