mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
The subslots represent the first version that introduces
backward-incompatible changes to the API, denoted by
"{major}.{minor}". Consumers should mainly bind on a specific subslot
instead of ':=' since this is unlike soname and recompilation won't
fix things in most cases.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
27 lines
825 B
XML
27 lines
825 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>gokturk@gentoo.org</email>
|
|
<name>Göktürk Yüksek</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
fido2 provides library functionality for communicating with a FIDO
|
|
device over USB as well as verifying attestation and assertion
|
|
signatures.
|
|
</longdescription>
|
|
<slots>
|
|
<subslots>
|
|
Reflects the versions that introduce backwards
|
|
incompatible changes. Do not bind with ':=',
|
|
unless you are absolutely sure. In most cases, you
|
|
should bind to a specific subslot.
|
|
</subslots>
|
|
</slots>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">Yubico/python-fido2</remote-id>
|
|
<remote-id type="pypi">fido2</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|