dev-python/hyperframe: New package, dependency of dev-python/hyper-h2

Also an indirect dependency of dev-python/twisted

Package-Manager: portage-2.3.1
This commit is contained in:
Brian Dolbec
2016-09-30 15:55:01 -07:00
parent 74bbfed18d
commit be2b87c283
3 changed files with 44 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="person">
<email>dol-sen@gentoo.org</email>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<maintainer>
<email>cory@lukasa.co.uk</email>
<name>Cory Benfield</name>
</maintainer>
<remote-id type="pypi">hyperframe</remote-id>
</upstream>
<longdescription>This library contains the HTTP/2 framing code used in the
hyper project. It provides a pure-Python codebase that is capable of
decoding a binary stream into HTTP/2 frames.
</longdescription>
</pkgmetadata>