summaryrefslogtreecommitdiff
path: root/dev-python/fido2
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
committerroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
commit7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch)
tree565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-python/fido2
parent2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff)
downloadbaldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip
Adding metadata
Diffstat (limited to 'dev-python/fido2')
-rw-r--r--dev-python/fido2/metadata.xml33
1 files changed, 20 insertions, 13 deletions
diff --git a/dev-python/fido2/metadata.xml b/dev-python/fido2/metadata.xml
index e6f5a1fc2902..0866150bdc9d 100644
--- a/dev-python/fido2/metadata.xml
+++ b/dev-python/fido2/metadata.xml
@@ -1,19 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription>
fido2 provides library functionality for communicating with a FIDO
device over USB as well as verifying attestation and assertion
signatures.
</longdescription>
-
- <origin>liguros-repo</origin>
- <slots>
- <subslots>&#xA;&#x9;&#x9;&#x9;Reflects the versions that introduce backwards&#xA;&#x9;&#x9;&#x9;incompatible changes. Do not bind with &#39;:=&#39;,&#xA;&#x9;&#x9;&#x9;unless you are absolutely sure. In most cases, you&#xA;&#x9;&#x9;&#x9;should bind to a specific subslot.&#xA;&#x9;&#x9;</subslots>
- </slots>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+ <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>