mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 21:57:33 -08:00
As noted in the bug, can't add it as a dep to duplicity (though perhaps we could really; would be worth maybe talking more about optional runtime deps vs Python, as optfeature isn't perfect for this as it doesn't guarantee matching impls, but that's a discussion for another day), just an optfeature at some point. Closes: https://bugs.gentoo.org/657466 Signed-off-by: Sam James <sam@gentoo.org>
18 lines
496 B
XML
18 lines
496 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>sam@gentoo.org</email>
|
|
<name>Sam James</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="pypi">b2sdk</remote-id>
|
|
<remote-id type="github">Backblaze/b2-sdk-python</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|