summary refs log tree commit diff stats
path: root/flatpak/python3-cffi.json
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-05-27 19:16:42 -0500
committerPatrick Griffis <pgriffis@igalia.com>2021-06-21 12:48:38 -0500
commit28a4726ddc779c0510ca32eec4b20f0218a6f137 (patch)
treec2fc9f552370fdd4c28706dbbfd61f5f19e94659 /flatpak/python3-cffi.json
parent6b7d110cedce6955d510bb66d8923a06cc5c863c (diff)
actions: Add flatpak action
Diffstat (limited to 'flatpak/python3-cffi.json')
-rw-r--r--flatpak/python3-cffi.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/flatpak/python3-cffi.json b/flatpak/python3-cffi.json
new file mode 100644
index 00000000..171a384a
--- /dev/null
+++ b/flatpak/python3-cffi.json
@@ -0,0 +1,19 @@
+{
+    "name": "python3-cffi",
+    "buildsystem": "simple",
+    "build-commands": [
+        "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"cffi\" --no-build-isolation"
+    ],
+    "sources": [
+        {
+            "type": "file",
+            "url": "https://files.pythonhosted.org/packages/0f/86/e19659527668d70be91d0369aeaa055b4eb396b0f387a4f92293a20035bd/pycparser-2.20.tar.gz",
+            "sha256": "2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"
+        },
+        {
+            "type": "file",
+            "url": "https://files.pythonhosted.org/packages/a8/20/025f59f929bbcaa579704f443a438135918484fffaacfaddba776b374563/cffi-1.14.5.tar.gz",
+            "sha256": "fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c"
+        }
+    ]
+}
\ No newline at end of file