diff options
Diffstat (limited to 'dev-python/tubes/metadata.xml')
-rw-r--r-- | dev-python/tubes/metadata.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/dev-python/tubes/metadata.xml b/dev-python/tubes/metadata.xml index 77d7b556b447..a67569e9a9d4 100644 --- a/dev-python/tubes/metadata.xml +++ b/dev-python/tubes/metadata.xml @@ -7,17 +7,14 @@ </maintainer> <upstream> <maintainer> - <email>bolson@bolson.org</email> - <name>Brian Olson</name> + <email>glyph@twistedmatrix.com</email> + <name>glyph</name> </maintainer> - <remote-id type="pypi">cbor</remote-id> - <remote-id type="bitbucket">bodhisnarkva/cbor</remote-id> + <remote-id type="pypi">Tubes</remote-id> + <remote-id type="github">twisted/tubes</remote-id> </upstream> - <longdescription>This library provides encoding and decoding for the -Concise Binary Object Representation (CBOR) (RFC 7049) serialization format. -It is implemented in pure python with an optional C backend and is compatible -with versions 2.7 through to 3.8. On cPython>=3.3 cbor2 can use a built in C -module for performance similar to how pickle wraps the _pickle C module in the -Python Standard Library. + <longdescription>Presently based primarily on Twisted, its core data + structures are fairly framework-agnostic and could be repurposed to work + with any event-driven container. </longdescription> </pkgmetadata> |