mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-03 11:49:33 -05:00
35 lines
1.8 KiB
YAML
35 lines
1.8 KiB
YAML
name: python3-modules
|
|
buildsystem: simple
|
|
build-commands: []
|
|
modules:
|
|
- name: python3-qrcode
|
|
buildsystem: simple
|
|
build-commands:
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
--prefix=${FLATPAK_DEST} "qrcode" --no-build-isolation
|
|
sources:
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/74/ab/df8d889fd01139db68ae9e5cb5c8f0ea016823559a6ecb427582d52b07dc/qrcode-8.0-py3-none-any.whl
|
|
sha256: 9fc05f03305ad27a709eb742cf3097fa19e6f6f93bb9e2f039c0979190f6f1b1
|
|
- name: python3-werkzeug
|
|
buildsystem: simple
|
|
build-commands:
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
--prefix=${FLATPAK_DEST} "werkzeug==3.0.6" --no-build-isolation
|
|
sources:
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz
|
|
sha256: ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/6c/69/05837f91dfe42109203ffa3e488214ff86a6d68b2ed6c167da6cdc42349b/werkzeug-3.0.6-py3-none-any.whl
|
|
sha256: 1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17
|
|
- name: python3-python-gnupg
|
|
buildsystem: simple
|
|
build-commands:
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
--prefix=${FLATPAK_DEST} "python-gnupg" --no-build-isolation
|
|
sources:
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/7b/5b/6666ed5a0d3ce4d5444af62e373d5ba8ab253a03487c86f2f9f1078e7c31/python_gnupg-0.5.4-py2.py3-none-any.whl
|
|
sha256: 40ce25cde9df29af91fe931ce9df3ce544e14a37f62b13ca878c897217b2de6c
|