mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-21 04:54:14 -04:00
Update snapcraft python deps, and build for multiple architectures
This commit is contained in:
parent
fe809b29e8
commit
8b0905f822
1 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: onionshare
|
name: onionshare
|
||||||
base: core18
|
base: core18
|
||||||
version: '2.4'
|
version: '2.4.dev1'
|
||||||
summary: Securely and anonymously share files, host websites, and chat using Tor
|
summary: Securely and anonymously share files, host websites, and chat using Tor
|
||||||
description: |
|
description: |
|
||||||
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
||||||
|
@ -8,9 +8,11 @@ description: |
|
||||||
web address so others can download files from you, or upload files to you. It does _not_
|
web address so others can download files from you, or upload files to you. It does _not_
|
||||||
require setting up a separate server or using a third party file-sharing service.
|
require setting up a separate server or using a third party file-sharing service.
|
||||||
|
|
||||||
grade: stable # stable or devel
|
grade: develop # stable or devel
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
|
architectures: [amd64, i386, arm64, armhf]
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
onionshare:
|
onionshare:
|
||||||
common-id: org.onionshare.OnionShare
|
common-id: org.onionshare.OnionShare
|
||||||
|
@ -114,19 +116,19 @@ parts:
|
||||||
plugin: python
|
plugin: python
|
||||||
python-version: python3
|
python-version: python3
|
||||||
python-packages:
|
python-packages:
|
||||||
- poetry
|
|
||||||
- click
|
- click
|
||||||
- flask
|
- flask
|
||||||
- flask-socketio == 5.0.1
|
- flask-socketio == 5.0.1
|
||||||
- pycryptodome
|
|
||||||
- psutil
|
- psutil
|
||||||
- pysocks
|
- pysocks
|
||||||
- requests
|
- requests
|
||||||
- stem
|
- unidecode
|
||||||
- urllib3
|
- urllib3
|
||||||
- eventlet
|
- eventlet
|
||||||
- setuptools
|
- setuptools
|
||||||
|
- pynacl
|
||||||
- colorama
|
- colorama
|
||||||
|
- git+https://github.com/onionshare/stem.git@1.8.1
|
||||||
stage:
|
stage:
|
||||||
- -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
|
- -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
|
||||||
- -usr/share/doc/libssl1.1/changelog.Debian.gz
|
- -usr/share/doc/libssl1.1/changelog.Debian.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue