diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:02:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 14:19:38 +0100 |
commit | e257ba24fee9da390a8febf9c9e9c6845ded00e4 (patch) | |
tree | 11e608993bcecac6f4d4e20a1b7b2d5c9eea0c33 /dev-python/cbor2 | |
parent | net-misc/curl: rev bump to enable additional features (diff) | |
download | gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.tar.gz gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.tar.bz2 gentoo-e257ba24fee9da390a8febf9c9e9c6845ded00e4.zip |
*/*: Update pypi (and github) remote-ids from HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cbor2')
-rw-r--r-- | dev-python/cbor2/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cbor2/metadata.xml b/dev-python/cbor2/metadata.xml index 77d7b556b447..b7664ff5cbae 100644 --- a/dev-python/cbor2/metadata.xml +++ b/dev-python/cbor2/metadata.xml @@ -10,13 +10,13 @@ <email>bolson@bolson.org</email> <name>Brian Olson</name> </maintainer> - <remote-id type="pypi">cbor</remote-id> - <remote-id type="bitbucket">bodhisnarkva/cbor</remote-id> + <remote-id type="pypi">cbor2</remote-id> + <remote-id type="github">agronholm/cbor2</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 +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> |