File: 1000-appstream-metainfo.patch

package info (click to toggle)
python-yubico 1.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: python: 2,367; ansic: 128; xml: 20; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description: Added AppStream metainfo XML with hardware provide info.
 This allow isenkram to propose this package when a ethernet card is
 present.
Author: Petter Reinholdtsen
Forwarded: no
Last-Update: 2024-07-20
---
Index: python-yubico-salsa/com.yubico.developers.python_yubico.metainfo.xml
===================================================================
--- /dev/null  1970-01-01 00:00:00.000000000 +0000
+++ python-yubico-salsa/com.yubico.developers.python_yubico.metainfo.xml       2024-07-25 17:31:37.225077356 +0200
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+  <id>com.yubico.developers.python_yubico</id>
+  <metadata_license>MIT</metadata_license>
+  <name>python-yubico-tools</name>
+  <summary>Tools for Yubico YubiKeys</summary>
+  <description>
+    <p>The YubiKey is a hardware authentication token. This package
+    contains utilities for the YubiKey implemented using the
+    python-yubico package.</p>
+    <p>This package currently includes the following utilities :</p>
+    <ul>
+      <li>yubikey-totp - OATH TOTP code generator using YubiKey</li>
+    </ul>
+  </description>
+  <url type="homepage">https://developers.yubico.com/python-yubico/</url>
+  <provides>
+    <modalias>usb:v1050p0010d*</modalias>
+  </provides>
+</component>