diff options
Diffstat (limited to 'dev-python/fido2')
| -rw-r--r-- | dev-python/fido2/metadata.xml | 33 |
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>
			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/> -</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> |
