mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 01:16:31 -04:00
925 lines
47 KiB
YAML
925 lines
47 KiB
YAML
---
|
|
app-id: org.onionshare.OnionShare
|
|
command: onionshare
|
|
runtime: org.kde.Platform
|
|
runtime-version: "6.5"
|
|
sdk: org.kde.Sdk
|
|
sdk-extensions:
|
|
- org.freedesktop.Sdk.Extension.golang
|
|
- org.freedesktop.Sdk.Extension.llvm15
|
|
separate-locales: false
|
|
finish-args:
|
|
- "--device=dri"
|
|
- "--share=ipc"
|
|
- "--share=network"
|
|
- "--socket=wayland"
|
|
- "--socket=fallback-x11"
|
|
- "--talk-name=org.freedesktop.Notifications"
|
|
- "--talk-name=org.freedesktop.secrets"
|
|
- "--filesystem=~/OnionShare:create"
|
|
- "--filesystem=xdg-config/onionshare:create"
|
|
cleanup:
|
|
- "/go"
|
|
- "/bin/scripts"
|
|
modules:
|
|
- name: pyside6
|
|
buildsystem: simple
|
|
build-commands: []
|
|
modules:
|
|
- name: pyside6-essentials
|
|
only-arches:
|
|
- x86_64
|
|
buildsystem: simple
|
|
build-commands:
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
--prefix=${FLATPAK_DEST} "pyside6-essentials" --no-build-isolation
|
|
sources:
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/d0/de/9a089e91c2e0fe4f122218bba4f9dbde46338659f412739bd9db1ed9df4f/PySide6_Essentials-6.5.2-cp37-abi3-manylinux_2_28_x86_64.whl
|
|
sha256: 1620e82b38714a1570b142c01694d0415a25526517b24620ff9b00c9f76cfca9
|
|
modules:
|
|
- name: shiboken6
|
|
buildsystem: simple
|
|
build-commands:
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
--prefix=${FLATPAK_DEST} "shiboken6" --no-build-isolation
|
|
sources:
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/55/44/d8c366dd4f069166ab9890acb44d004c5e6122714e44c169273dcbbca897/shiboken6-6.5.2-cp37-abi3-manylinux_2_28_x86_64.whl
|
|
sha256: 3fbc35ff3c19e7d39433671bfc1be3d7fa9d071bfdd0ffe1c2a4d27acd6cf6a5
|
|
- name: tor
|
|
buildsystem: autotools
|
|
sources:
|
|
- type: archive
|
|
sha256: 59bb7d8890f6131b4ce5344f3dcea5deb2182b7f4f10ff0cb4e4d81f11b2cf65
|
|
url: https://dist.torproject.org/tor-0.4.8.9.tar.gz
|
|
modules:
|
|
- name: libevent
|
|
buildsystem: autotools
|
|
sources:
|
|
- type: archive
|
|
url: https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
|
|
sha256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
|
- name: obfs4proxy
|
|
buildsystem: simple
|
|
build-options:
|
|
env:
|
|
GOBIN: "/app/bin/"
|
|
build-commands:
|
|
- ". /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go install gitlab.com/yawning/obfs4.git/obfs4proxy"
|
|
sources:
|
|
- type: git
|
|
url: https://go.googlesource.com/net
|
|
commit: 69e39bad7dc2bbb411fa35755c46020969029fa7
|
|
dest: src/golang.org/x/net
|
|
- type: git
|
|
url: https://go.googlesource.com/crypto
|
|
commit: ceb1ce70b4faafeeb5b3f23cc83f09b39a4f3f1d
|
|
dest: src/golang.org/x/crypto
|
|
- type: git
|
|
url: https://go.googlesource.com/text
|
|
commit: 18b340fc7af22495828ffbe71e9f9e22583bc7a9
|
|
dest: src/golang.org/x/text
|
|
- type: git
|
|
url: https://go.googlesource.com/sys
|
|
commit: faf0a1b62c6b439486fd1d914d8185627b99d387
|
|
dest: src/golang.org/x/sys
|
|
- type: git
|
|
url: https://gitlab.com/yawning/obfs4
|
|
commit: 336a71d6e4cfd2d33e9c57797828007ad74975e9
|
|
dest: src/gitlab.com/yawning/obfs4.git
|
|
- type: git
|
|
url: https://gitlab.com/yawning/utls
|
|
commit: f1bcf4b40e4596d0ccd1dbf8f3a9f4922f9759ca
|
|
dest: src/gitlab.com/yawning/utls.git
|
|
- type: git
|
|
url: https://gitlab.com/yawning/bsaes
|
|
commit: 0a714cd429ec754482b4001e918db30cd2094405
|
|
dest: src/gitlab.com/yawning/bsaes.git
|
|
- type: git
|
|
url: https://gitlab.com/yawning/edwards25519-extra
|
|
commit: def713fd18e464864613d2b55ef41a21df2c9493
|
|
dest: src/gitlab.com/yawning/edwards25519-extra.git
|
|
- type: git
|
|
url: https://github.com/FiloSottile/edwards25519
|
|
commit: 8c58ed0e35502a485538e4c5ec086070840f3410
|
|
dest: src/filippo.io/edwards25519
|
|
- type: git
|
|
url: https://git.torproject.org/pluggable-transports/goptlib
|
|
commit: 13b7b3552e1eef32e4d8a2a7813f22488f91dc09
|
|
dest: src/git.torproject.org/pluggable-transports/goptlib.git
|
|
- type: git
|
|
url: https://github.com/dsnet/compress
|
|
commit: f66993602bf5da07ef49d35b08e7264ae9fe2b6e
|
|
dest: src/github.com/dsnet/compress
|
|
- type: git
|
|
url: https://github.com/dchest/siphash
|
|
commit: 991656ee3840f823396c2eb7f4a70d65dac06832
|
|
dest: src/github.com/dchest/siphash
|
|
- name: meek-client
|
|
buildsystem: simple
|
|
build-options:
|
|
env:
|
|
GOBIN: "/app/bin/"
|
|
build-commands:
|
|
- ". /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go install gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek.git/meek-client"
|
|
sources:
|
|
- type: git
|
|
url: https://go.googlesource.com/net
|
|
commit: 69e39bad7dc2bbb411fa35755c46020969029fa7
|
|
dest: src/golang.org/x/net
|
|
- type: git
|
|
url: https://go.googlesource.com/crypto
|
|
commit: ceb1ce70b4faafeeb5b3f23cc83f09b39a4f3f1d
|
|
dest: src/golang.org/x/crypto
|
|
- type: git
|
|
url: https://go.googlesource.com/text
|
|
commit: 18b340fc7af22495828ffbe71e9f9e22583bc7a9
|
|
dest: src/golang.org/x/text
|
|
- type: git
|
|
url: https://go.googlesource.com/sys
|
|
commit: faf0a1b62c6b439486fd1d914d8185627b99d387
|
|
dest: src/golang.org/x/sys
|
|
- type: git
|
|
url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib
|
|
commit: 13b7b3552e1eef32e4d8a2a7813f22488f91dc09
|
|
dest: src/gitlab/torproject/org/tpo/anti-censorship/pluggable-transports/goptlib.git
|
|
- type: git
|
|
url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/meek
|
|
commit: 6600c52acb7979b08dd0916a7a779dd0e5dde0b0
|
|
dest: src/gitlab/torproject/org/tpo/anti-censorship/pluggable-transports/meek.git
|
|
- type: git
|
|
url: https://github.com/refraction-networking/utls
|
|
commit: 0b2885c8c0d4467cfe98136748a9d011d0b8fff0
|
|
dest: src/github.com/refraction-networking/utls
|
|
- name: snowflake-client
|
|
buildsystem: simple
|
|
build-options:
|
|
env:
|
|
GOBIN: "/app/bin/"
|
|
build-commands:
|
|
- ". /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go install gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git/client"
|
|
- "mv /app/bin/client /app/bin/snowflake-client"
|
|
sources:
|
|
- commit: 64a2037ec6be8a4b0c1d1f706ed35b428b989239
|
|
dest: src/cloud/google/com/go
|
|
type: git
|
|
url: https://github.com/googleapis/google-cloud-go
|
|
- commit: 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
|
|
dest: src/github/com/BurntSushi/toml
|
|
type: git
|
|
url: https://github.com/BurntSushi/toml
|
|
- commit: 649b5a2df7c0b694ee3822a3a4817d2417fec407
|
|
dest: src/github/com/alecthomas/kingpin/v2
|
|
type: git
|
|
url: https://github.com/alecthomas/kingpin
|
|
- commit: b94a6e3cc13755c0a75fffecbb089eb346fc4289
|
|
dest: src/github/com/alecthomas/units
|
|
type: git
|
|
url: https://github.com/alecthomas/units
|
|
- commit: 2848168f550a22ff691915d3d760b328244bfae8
|
|
dest: src/github/com/andybalholm/brotli
|
|
type: git
|
|
url: https://github.com/andybalholm/brotli
|
|
- commit: 37c8de3658fcb183f997c4e13e8337516ab753e6
|
|
dest: src/github/com/beorn7/perks
|
|
type: git
|
|
url: https://github.com/beorn7/perks
|
|
- commit: 7c80df9e61a54045aedb2ccad99d1e636a4b4c90
|
|
dest: src/github/com/bwesterb/go-ristretto
|
|
type: git
|
|
url: https://github.com/bwesterb/go-ristretto
|
|
- commit: d89fa54de508111353cb0b06403c00569be780d8
|
|
dest: src/github/com/census-instrumentation/opencensus-proto
|
|
type: git
|
|
url: https://github.com/census-instrumentation/opencensus-proto
|
|
- commit: a76eb16a93c1e30527c073ca831d9048b4b935f6
|
|
dest: src/github/com/cespare/xxhash/v2
|
|
type: git
|
|
url: https://github.com/cespare/xxhash
|
|
- commit: b90dc15cfd220ecf8bbc9043ecb928cef381f011
|
|
dest: src/github/com/client9/misspell
|
|
type: git
|
|
url: https://github.com/client9/misspell
|
|
- commit: 99f0f715ca5fbec868f5a0db1df2be6dcd28dbaa
|
|
dest: src/github/com/cloudflare/circl
|
|
type: git
|
|
url: https://github.com/cloudflare/circl
|
|
- commit: 269d4d468f6f798d803d140c3016ed6fc6b735c5
|
|
dest: src/github/com/cncf/udpa/go
|
|
type: git
|
|
url: https://github.com/cncf/udpa
|
|
- commit: 3a6a957789163cacdfe0e291617a1c8e80612c11
|
|
dest: src/github/com/creack/pty
|
|
type: git
|
|
url: https://github.com/creack/pty
|
|
- commit: 8991bc29aa16c548c550c7ff78260e27b9ab7c73
|
|
dest: src/github/com/davecgh/go-spew
|
|
type: git
|
|
url: https://github.com/davecgh/go-spew
|
|
- commit: ba8e577f987f6676343cac84525b92ed1b2d86fe
|
|
dest: src/github/com/envoyproxy/go-control-plane
|
|
type: git
|
|
url: https://github.com/envoyproxy/go-control-plane
|
|
- commit: 9eff07ddfcb4001aa1aab280648153f46e1a8ddc
|
|
dest: src/github/com/envoyproxy/protoc-gen-validate
|
|
type: git
|
|
url: https://github.com/envoyproxy/protoc-gen-validate
|
|
- commit: 1398296d938f9fae26750ddc2fe356b6d897f799
|
|
dest: src/github/com/francoispqt/gojay
|
|
type: git
|
|
url: https://github.com/francoispqt/gojay
|
|
- commit: 45d7d09e39ef4ac08d493309fa031790c15bfe8a
|
|
dest: src/github/com/fsnotify/fsnotify
|
|
type: git
|
|
url: https://github.com/fsnotify/fsnotify
|
|
- commit: 0b69c7049332e99c25d5fd0f4d08317cfe45e7d8
|
|
dest: src/github/com/go-kit/log
|
|
type: git
|
|
url: https://github.com/go-kit/log
|
|
- commit: 2fe45f2cf057d707c50bc1949e25ec2cd6b7a015
|
|
dest: src/github/com/go-logfmt/logfmt
|
|
type: git
|
|
url: https://github.com/go-logfmt/logfmt
|
|
- commit: 4da5305ff29a64c62f54ad43ebbfcb5e1b015fb2
|
|
dest: src/github/com/go-logr/logr
|
|
type: git
|
|
url: https://github.com/go-logr/logr
|
|
- commit: 52ccab3ef572c7e1a2c258be183f9a9296d60152
|
|
dest: src/github/com/go-task/slim-sprig
|
|
type: git
|
|
url: https://github.com/go-task/slim-sprig
|
|
- commit: 23def4e6c14b4da8ac2ed8007337bc5eb5007998
|
|
dest: src/github/com/golang/glog
|
|
type: git
|
|
url: https://github.com/golang/glog
|
|
- commit: c34cdb4725f4c3844d095133c6e40e448b86589b
|
|
dest: src/github/com/golang/mock
|
|
type: git
|
|
url: https://github.com/golang/mock
|
|
- commit: 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308
|
|
dest: src/github/com/golang/protobuf
|
|
type: git
|
|
url: https://github.com/golang/protobuf
|
|
- commit: a97318bf6562f2ed2632c5f985db51b1bc5bdcd0
|
|
dest: src/github/com/google/go-cmp
|
|
type: git
|
|
url: https://github.com/google/go-cmp
|
|
- commit: 94a9f03dee38882adc8bdfc42cdd6a04f8e7056e
|
|
dest: src/github/com/google/pprof
|
|
type: git
|
|
url: https://github.com/google/pprof
|
|
- commit: b3cae7c3064a8404a9f1eb0bb0662787ca3144f3
|
|
dest: src/github/com/google/uuid
|
|
type: git
|
|
url: https://github.com/google/uuid
|
|
- commit: fcf8e05a6f4fe7573b43c6bc65c2d1166fbd48cd
|
|
dest: src/github/com/gopherjs/gopherjs
|
|
type: git
|
|
url: https://github.com/gopherjs/gopherjs
|
|
- commit: ac0789be11725ab2285233e9a3800c2312cff4fc
|
|
dest: src/github/com/gorilla/websocket
|
|
type: git
|
|
url: https://github.com/gorilla/websocket
|
|
- commit: a30252cb686a21eb2d0b98132633053ec2f7f1e5
|
|
dest: src/github/com/hpcloud/tail
|
|
type: git
|
|
url: https://github.com/hpcloud/tail
|
|
- commit: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
|
|
dest: src/github/com/inconshreveable/mousetrap
|
|
type: git
|
|
url: https://github.com/inconshreveable/mousetrap
|
|
- commit: d80867952dff4e2fbfb4280ded4ff94d67790457
|
|
dest: src/github/com/jpillora/backoff
|
|
type: git
|
|
url: https://github.com/jpillora/backoff
|
|
- commit: 024077e996b048517130b21ea6bf12aa23055d3d
|
|
dest: src/github/com/json-iterator/go
|
|
type: git
|
|
url: https://github.com/json-iterator/go
|
|
- commit: b4936e06046bbecbb94cae9c18127ebe510a2cb9
|
|
dest: src/github/com/jtolds/gls
|
|
type: git
|
|
url: https://github.com/jtolds/gls
|
|
- commit: 4eec211fa4e8df74ed978dc5681612131854144f
|
|
dest: src/github/com/julienschmidt/httprouter
|
|
type: git
|
|
url: https://github.com/julienschmidt/httprouter
|
|
- commit: fd16146ec02fa4fb89dc256fc01f6c4087c0c375
|
|
dest: src/github/com/klauspost/compress
|
|
type: git
|
|
url: https://github.com/klauspost/compress
|
|
- commit: 1af2d99c24e60b21f4c8e8ea63ed69523ebbbb16
|
|
dest: src/github/com/klauspost/cpuid/v2
|
|
type: git
|
|
url: https://github.com/klauspost/cpuid
|
|
- commit: 523164698be98f1603cf1235f5a1de17728b2091
|
|
dest: src/github/com/klauspost/reedsolomon
|
|
type: git
|
|
url: https://github.com/klauspost/reedsolomon
|
|
- commit: 3cd153a126da607b78d1762779b1e1054f9889fc
|
|
dest: src/github/com/kr/pretty
|
|
type: git
|
|
url: https://github.com/kr/pretty
|
|
- commit: 282ce0e5322c82529687d609ee670fac7c7d917c
|
|
dest: src/github/com/kr/pty
|
|
type: git
|
|
url: https://github.com/kr/pty
|
|
- commit: 702c74938df48b97370179f33ce2107bd7ff3b3e
|
|
dest: src/github/com/kr/text
|
|
type: git
|
|
url: https://github.com/kr/text
|
|
- commit: c182affec369e30f25d3eb8cd8a478dee585ae7d
|
|
dest: src/github/com/matttproud/golang_protobuf_extensions
|
|
type: git
|
|
url: https://github.com/matttproud/golang_protobuf_extensions
|
|
- commit: 836bea2f8dffa00b74af2d505c04e1cde3a9739b
|
|
dest: src/github/com/miekg/dns
|
|
type: git
|
|
url: https://github.com/miekg/dns
|
|
- commit: bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
|
|
dest: src/github/com/modern-go/concurrent
|
|
type: git
|
|
url: https://github.com/modern-go/concurrent
|
|
- commit: 2b33151c9bbc5231aea69b8861c540102b087070
|
|
dest: src/github/com/modern-go/reflect2
|
|
type: git
|
|
url: https://github.com/modern-go/reflect2
|
|
- commit: 2f068394615f73e460c2f3d2c158b0ad9321cadb
|
|
dest: src/github/com/mwitkow/go-conntrack
|
|
type: git
|
|
url: https://github.com/mwitkow/go-conntrack
|
|
- commit: 99348263ae862cc230986ce88deaddbf7edcc034
|
|
dest: src/github/com/neelance/astrewrite
|
|
type: git
|
|
url: https://github.com/neelance/astrewrite
|
|
- commit: 2833bce08e4c77c3e07af9cc765b046ccb259671
|
|
dest: src/github/com/neelance/sourcemap
|
|
type: git
|
|
url: https://github.com/neelance/sourcemap
|
|
- commit: abad231d8d07ef91e09cd4c4c457cac35ed3bbb9
|
|
dest: src/github/com/nxadm/tail
|
|
type: git
|
|
url: https://github.com/nxadm/tail
|
|
- commit: d38b9d946d52cd175495d30143fbecc5aff98f13
|
|
dest: src/github/com/onsi/ginkgo
|
|
type: git
|
|
url: https://github.com/onsi/ginkgo
|
|
- commit: b59e304f53fb217a4d49c025d092c9ac43b2ad89
|
|
dest: src/github/com/onsi/ginkgo/v2
|
|
type: git
|
|
url: https://github.com/onsi/ginkgo
|
|
- commit: 64305cbf9d7c2209f13bcfd65dc4aafd6ec4b898
|
|
dest: src/github/com/onsi/gomega
|
|
type: git
|
|
url: https://github.com/onsi/gomega
|
|
- commit: a3647f8e31d79543b2d0f0ae2fe5c379d72cedc0
|
|
dest: src/github/com/patrickmn/go-cache
|
|
type: git
|
|
url: https://github.com/patrickmn/go-cache
|
|
- commit: 17674f6224bb0697dbd781cec7d69c1a5eaa6cc7
|
|
dest: src/github/com/pion/datachannel
|
|
type: git
|
|
url: https://github.com/pion/datachannel
|
|
- commit: 5c0a7c1a8542d21287049de6814da614fd6badcf
|
|
dest: src/github/com/pion/dtls/v2
|
|
type: git
|
|
url: https://github.com/pion/dtls
|
|
- commit: c62fd28aa856386e986727651a6d0210e17c4d5a
|
|
dest: src/github/com/pion/ice/v2
|
|
type: git
|
|
url: https://github.com/pion/ice
|
|
- commit: 7d6c986a3949bb1807e9c06e6db517cd6ba1719a
|
|
dest: src/github/com/pion/interceptor
|
|
type: git
|
|
url: https://github.com/pion/interceptor
|
|
- commit: 0387f8acdeb20faf48e539e74906dd633851f3a8
|
|
dest: src/github/com/pion/logging
|
|
type: git
|
|
url: https://github.com/pion/logging
|
|
- commit: f385681a33b6d36b8407d214041f6409ae0b6d5c
|
|
dest: src/github/com/pion/mdns
|
|
type: git
|
|
url: https://github.com/pion/mdns
|
|
- commit: 3e7aefb6fd280d89fca72f1596348f1939525187
|
|
dest: src/github/com/pion/randutil
|
|
type: git
|
|
url: https://github.com/pion/randutil
|
|
- commit: 546aef85fc96df8686d9e9cf50c7682b42ff0944
|
|
dest: src/github/com/pion/rtcp
|
|
type: git
|
|
url: https://github.com/pion/rtcp
|
|
- commit: 7dc2af56736b663e76f1400ba403532ba590bceb
|
|
dest: src/github/com/pion/rtp
|
|
type: git
|
|
url: https://github.com/pion/rtp
|
|
- commit: c08b7f4b71d950fe91fd8cdd34c43e6e27592b28
|
|
dest: src/github/com/pion/sctp
|
|
type: git
|
|
url: https://github.com/pion/sctp
|
|
- commit: 436dfcf7bf073ed545aa229eae52109fef1b3d21
|
|
dest: src/github/com/pion/sdp/v3
|
|
type: git
|
|
url: https://github.com/pion/sdp
|
|
- commit: f598d3bb0514d2fb4e1d789de46ca07af82452ba
|
|
dest: src/github/com/pion/srtp/v2
|
|
type: git
|
|
url: https://github.com/pion/srtp
|
|
- commit: e56f1f82cd67337fd13713c396d4e942d10c5c36
|
|
dest: src/github/com/pion/stun
|
|
type: git
|
|
url: https://github.com/pion/stun
|
|
- commit: 452b133a53c34dd713ba881ab9d8ebe3ffeac553
|
|
dest: src/github/com/pion/transport
|
|
type: git
|
|
url: https://github.com/pion/transport
|
|
- commit: 536a6d13627fe050e477cb12ac82287da7259d1b
|
|
dest: src/github/com/pion/transport/v2
|
|
type: git
|
|
url: https://github.com/pion/transport
|
|
- commit: 701ff64e8ae945808b3e82c783e37d514a731c44
|
|
dest: src/github/com/pion/transport/v3
|
|
type: git
|
|
url: https://github.com/pion/transport
|
|
- commit: d87d0f3f81e0ea04a13455a193ceca4ad1fb060c
|
|
dest: src/github/com/pion/turn/v2
|
|
type: git
|
|
url: https://github.com/pion/turn
|
|
- commit: 462a71755ca5d6c69bfc97bf644e5e1430b3424d
|
|
dest: src/github/com/pion/webrtc/v3
|
|
type: git
|
|
url: https://github.com/pion/webrtc
|
|
- commit: 614d223910a179a466c1767a985424175c39b465
|
|
dest: src/github/com/pkg/errors
|
|
type: git
|
|
url: https://github.com/pkg/errors
|
|
- commit: 792786c7400a136282c1664665ae0a8db921c6c2
|
|
dest: src/github/com/pmezard/go-difflib
|
|
type: git
|
|
url: https://github.com/pmezard/go-difflib
|
|
- commit: fa1408ee351f6aba15c6d0207f7a0021eb3af406
|
|
dest: src/github/com/prometheus/client_golang
|
|
type: git
|
|
url: https://github.com/prometheus/client_golang
|
|
- commit: 1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f
|
|
dest: src/github/com/prometheus/client_model
|
|
type: git
|
|
url: https://github.com/prometheus/client_model
|
|
- commit: 94bf9828e56d9670579b28a9f78237d3cd8d0395
|
|
dest: src/github/com/prometheus/common
|
|
type: git
|
|
url: https://github.com/prometheus/common
|
|
- commit: ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa
|
|
dest: src/github/com/prometheus/procfs
|
|
type: git
|
|
url: https://github.com/prometheus/procfs
|
|
- commit: 3e7287cc7ce655141583b8511fbe09800d4ba896
|
|
dest: src/github/com/quic-go/qpack
|
|
type: git
|
|
url: https://github.com/quic-go/qpack
|
|
- commit: b4213ca09ee0645662324b1cd9d6a33df24dd41e
|
|
dest: src/github/com/quic-go/qtls-go1-20
|
|
type: git
|
|
url: https://github.com/quic-go/qtls-go1-20
|
|
- commit: 9a397abc177badb035e63b4d9321fc287430ee2d
|
|
dest: src/github/com/quic-go/quic-go
|
|
type: git
|
|
url: https://github.com/quic-go/quic-go
|
|
- commit: c4ba3ff3af8dc81d76c00f748f2d46b8f8b54e4c
|
|
dest: src/github/com/refraction-networking/utls
|
|
type: git
|
|
url: https://github.com/refraction-networking/utls
|
|
- commit: 66d1a7a6f940a81ade651cd6cf17877912dbff3d
|
|
dest: src/github/com/rogpeppe/go-internal
|
|
type: git
|
|
url: https://github.com/rogpeppe/go-internal
|
|
- commit: e3f6c97a4077ad821daab49db8172cf9f6690faf
|
|
dest: src/github/com/sclevine/agouti
|
|
type: git
|
|
url: https://github.com/sclevine/agouti
|
|
- commit: 93f07166e636e9ea49cd6e5cdda12d1579ae31d4
|
|
dest: src/github/com/shurcooL/go
|
|
type: git
|
|
url: https://github.com/shurcooL/go
|
|
- commit: 8d4bc4ba774931155e6cd5ef6098cb038dd45135
|
|
dest: src/github/com/shurcooL/httpfs
|
|
type: git
|
|
url: https://github.com/shurcooL/httpfs
|
|
- commit: 0d455de96546f756e8830efeec8dab0f489af135
|
|
dest: src/github/com/shurcooL/vfsgen
|
|
type: git
|
|
url: https://github.com/shurcooL/vfsgen
|
|
- commit: bdc0db8ead3853c56b7cd1ac2ba4e11b47d7da6b
|
|
dest: src/github/com/sirupsen/logrus
|
|
type: git
|
|
url: https://github.com/sirupsen/logrus
|
|
- commit: e64f0e2935168e4829711112dc859c21e2e85e27
|
|
dest: src/github/com/smarty/assertions
|
|
type: git
|
|
url: https://github.com/smarty/assertions
|
|
- commit: b2de0cb4f26d0705483a2f495d89896d0b808573
|
|
dest: src/github/com/smartystreets/assertions
|
|
type: git
|
|
url: https://github.com/smartystreets/assertions
|
|
- commit: 485adb037b3c3c978f3a8e8ad2481d5a4824d9a3
|
|
dest: src/github/com/smartystreets/goconvey
|
|
type: git
|
|
url: https://github.com/smartystreets/goconvey
|
|
- commit: de187e874d1ca382320088f8f6d76333408e5c2e
|
|
dest: src/github/com/spf13/cobra
|
|
type: git
|
|
url: https://github.com/spf13/cobra
|
|
- commit: 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab
|
|
dest: src/github/com/spf13/pflag
|
|
type: git
|
|
url: https://github.com/spf13/pflag
|
|
- commit: 50a2c064be99303c5dddf725da60e30fbc4f6ede
|
|
dest: src/github/com/stretchr/objx
|
|
type: git
|
|
url: https://github.com/stretchr/objx
|
|
- commit: f97607b89807936ac4ff96748d766cf4b9711f78
|
|
dest: src/github/com/stretchr/testify
|
|
type: git
|
|
url: https://github.com/stretchr/testify
|
|
- commit: 7587a738ad7da237dd30a5a9bd3ffbc2a07a1fdc
|
|
dest: src/github/com/templexxx/cpu
|
|
type: git
|
|
url: https://github.com/templexxx/cpu
|
|
- commit: 9a13d9e1f297e28af075456329d788b740841583
|
|
dest: src/github/com/templexxx/xorsimd
|
|
type: git
|
|
url: https://github.com/templexxx/xorsimd
|
|
- commit: e5d42cf103ccc31b531269aff84afe04dc80ef19
|
|
dest: src/github/com/tjfoc/gmsm
|
|
type: git
|
|
url: https://github.com/tjfoc/gmsm
|
|
- commit: 152c7c4432bfb93406816eacdfbbb7f3593eb508
|
|
dest: src/github/com/txthinking/runnergroup
|
|
type: git
|
|
url: https://github.com/txthinking/runnergroup
|
|
- commit: 4230056ae3012ccd47e9d0699fb0c47c1b924554
|
|
dest: src/github/com/txthinking/socks5
|
|
type: git
|
|
url: https://github.com/txthinking/socks5
|
|
- commit: 017325bfda0895fe02177e4ebb07962e58735bbf
|
|
dest: src/github/com/xhit/go-str2duration/v2
|
|
type: git
|
|
url: https://github.com/xhit/go-str2duration
|
|
- commit: 637838a7b24b500a2e0d0b2fb170acabba408b36
|
|
dest: src/github/com/xtaci/kcp-go/v5
|
|
type: git
|
|
url: https://github.com/xtaci/kcp-go
|
|
- commit: 8df528c0c9aeed110ff35a1d622c540d9f7d8f04
|
|
dest: src/github/com/xtaci/lossyconn
|
|
type: git
|
|
url: https://github.com/xtaci/lossyconn
|
|
- commit: 79ed6364e64973ccf475b1e14f7378f008c8a5af
|
|
dest: src/github/com/xtaci/smux
|
|
type: git
|
|
url: https://github.com/xtaci/smux
|
|
- commit: c0856327b39b00b39b5d7e1f5ed0eed8bb1b6a23
|
|
dest: src/github/com/yuin/goldmark
|
|
type: git
|
|
url: https://github.com/yuin/goldmark
|
|
- commit: 7ce4b3d98d01ff33bad8007db3f488d5b172382a
|
|
dest: src/gitlab/torproject/org/tpo/anti-censorship/geoip
|
|
type: git
|
|
url: https://gitlab.torproject.org/tpo/anti-censorship/geoip
|
|
- type: git
|
|
url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake
|
|
commit: a0e3e871c464ab2ccdbe32844d381ecf53ee0b29
|
|
dest: src/gitlab/torproject/org/tpo/anti-censorship/pluggable-transports/snowflake.git
|
|
- commit: 419cbb61395bc2725a9463dd8b216961f0b6eb21
|
|
dest: src/gitlab/torproject/org/tpo/anti-censorship/pluggable-transports/goptlib
|
|
type: git
|
|
url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib
|
|
- commit: 57226e5165e3d73d9693fd4f4decf0d67258fdec
|
|
dest: src/go/uber/org/mock
|
|
type: git
|
|
url: https://github.com/uber-go/mock
|
|
- commit: 9d2ee975ef9fe627bf0a6f01c1f69e8ef1d4f05d
|
|
dest: src/golang/org/x/crypto
|
|
type: git
|
|
url: https://go.googlesource.com/crypto
|
|
- commit: 47842c84f3db5d20ded7f781feb26f0f8f668354
|
|
dest: src/golang/org/x/exp
|
|
type: git
|
|
url: https://go.googlesource.com/exp
|
|
- commit: d0100b6bd8b389f0385611eb39152c4d7c3a7905
|
|
dest: src/golang/org/x/lint
|
|
type: git
|
|
url: https://go.googlesource.com/lint
|
|
- commit: baa5c2d058db25484c20d76985ba394e73176132
|
|
dest: src/golang/org/x/mod
|
|
type: git
|
|
url: https://go.googlesource.com/mod
|
|
- commit: a8e0109124268a0a063b5900bce0c2b33398ec01
|
|
dest: src/golang/org/x/net
|
|
type: git
|
|
url: https://go.googlesource.com/net
|
|
- commit: 839de2255f57ac5af1321327f280f79471825bc9
|
|
dest: src/golang/org/x/oauth2
|
|
type: git
|
|
url: https://go.googlesource.com/oauth2
|
|
- commit: 22ba2078e183beec12908ea94f1d899c53dbf02c
|
|
dest: src/golang/org/x/sync
|
|
type: git
|
|
url: https://go.googlesource.com/sync
|
|
- commit: 13b15b780d9013988b1fb0e79e30b2528a877638
|
|
dest: src/golang/org/x/sys
|
|
type: git
|
|
url: https://go.googlesource.com/sys
|
|
- commit: ee66497fa39f03ba841b568a7b4f4ee4e4546f74
|
|
dest: src/golang/org/x/term
|
|
type: git
|
|
url: https://go.googlesource.com/term
|
|
- commit: 6c97a165dd661335ff7bce6104a008558123c353
|
|
dest: src/golang/org/x/text
|
|
type: git
|
|
url: https://go.googlesource.com/text
|
|
- commit: b5e55d198461206bca9558e65cdd518f8e4f2735
|
|
dest: src/golang/org/x/tools
|
|
type: git
|
|
url: https://go.googlesource.com/tools
|
|
- commit: 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca
|
|
dest: src/golang/org/x/xerrors
|
|
type: git
|
|
url: https://go.googlesource.com/xerrors
|
|
- commit: 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a
|
|
dest: src/google/golang/org/appengine
|
|
type: git
|
|
url: https://github.com/golang/appengine
|
|
- commit: 24fa4b261c55da65468f2abfdae2b024eef27dfb
|
|
dest: src/google/golang/org/genproto
|
|
type: git
|
|
url: https://github.com/googleapis/go-genproto
|
|
- commit: bde0263672f027525e2950992a4c7db7af572b59
|
|
dest: src/google/golang/org/grpc
|
|
type: git
|
|
url: https://github.com/grpc/grpc-go
|
|
- commit: 68463f0e96c93bc19ef36ccd3adfe690bfdb568c
|
|
dest: src/google/golang/org/protobuf
|
|
type: git
|
|
url: https://go.googlesource.com/protobuf
|
|
- commit: 10cb98267c6cb43ea9cd6793f29ff4089c306974
|
|
dest: src/gopkg/in/check/v1
|
|
type: git
|
|
url: https://gopkg.in/check.v1.git
|
|
- commit: c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9
|
|
dest: src/gopkg/in/fsnotify/v1
|
|
type: git
|
|
url: https://gopkg.in/fsnotify.v1.git
|
|
- commit: dd632973f1e7218eb1089048e0798ec9ae7dceb8
|
|
dest: src/gopkg/in/tomb/v1
|
|
type: git
|
|
url: https://gopkg.in/tomb.v1.git
|
|
- commit: 7649d4548cb53a614db133b2a8ac1f31859dda8c
|
|
dest: src/gopkg/in/yaml/v2
|
|
type: git
|
|
url: https://gopkg.in/yaml.v2.git
|
|
- commit: f6f7691b1fdeb513f56608cd2c32c51f8194bf51
|
|
dest: src/gopkg/in/yaml/v3
|
|
type: git
|
|
url: https://gopkg.in/yaml.v3.git
|
|
- commit: ea95bdfd59fc14c1c9afa08716e0cd013eae4e12
|
|
dest: src/honnef/co/go/tools
|
|
type: git
|
|
url: https://github.com/dominikh/go-tools
|
|
- name: onionshare
|
|
buildsystem: simple
|
|
ensure-writable:
|
|
- easy-install.pth
|
|
build-commands:
|
|
- rm desktop/pyproject.toml
|
|
- cd desktop && pip3 install --prefix=${FLATPAK_DEST} .
|
|
- cd desktop && install -D -m0644 org.onionshare.OnionShare.appdata.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.appdata.xml
|
|
- cd desktop && install -D -m0644 org.onionshare.OnionShare.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg
|
|
- cd desktop && install -D -m0644 org.onionshare.OnionShare.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
|
|
sources:
|
|
- type: dir
|
|
path: ..
|
|
# - type: git
|
|
# url: https://github.com/onionshare/onionshare.git
|
|
# tag: v2.6
|
|
modules:
|
|
- 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/3e/b9/3766cc361d93edb2ce81e2e1f87dd98f314d7d513877a342d31b30741680/pypng-0.20220715.0-py3-none-any.whl
|
|
sha256: 4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/24/79/aaf0c1c7214f2632badb2771d770b1500d3d7cbdf2590ae62e721ec50584/qrcode-7.4.2-py3-none-any.whl
|
|
sha256: 581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/b7/f4/6a90020cd2d93349b442bfcb657d0dc91eee65491600b2cb1d388bc98e6b/typing_extensions-4.9.0-py3-none-any.whl
|
|
sha256: af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd
|
|
- name: python3-werkzeug
|
|
buildsystem: simple
|
|
build-commands:
|
|
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
|
|
--prefix=${FLATPAK_DEST} "werkzeug" --no-build-isolation
|
|
sources:
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/87/5b/aae44c6655f3801e81aa3eef09dbbf012431987ba564d7231722f68df02d/MarkupSafe-2.1.5.tar.gz
|
|
sha256: d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/c3/fc/254c3e9b5feb89ff5b9076a23218dafbc99c96ac5941e900b71206e6313b/werkzeug-3.0.1-py3-none-any.whl
|
|
sha256: 90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10
|
|
- 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/5f/86/18938c2378a8c8284910308b93e2bc521a965ced4ca028947e1ffa6e98dc/python_gnupg-0.5.2-py2.py3-none-any.whl
|
|
sha256: 72ce142af6da7f07e433fef148b445fb3e07854acd2f88739008838745c0e9f5
|
|
- name: onionshare-cli
|
|
buildsystem: simple
|
|
build-commands:
|
|
- rm cli/pyproject.toml
|
|
- cd cli && pip3 install --prefix=${FLATPAK_DEST} --no-deps .
|
|
sources:
|
|
- type: dir
|
|
path: ..
|
|
# - type: git
|
|
# url: https://github.com/onionshare/onionshare.git
|
|
# tag: v2.6
|
|
modules:
|
|
- name: poetry-deps
|
|
buildsystem: simple
|
|
build-commands:
|
|
- pip3 install --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} --use-pep517 brotlicffi
|
|
- pip3 install --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
|
|
bidict blinker brotli certifi cffi charset-normalizer click colorama
|
|
cython dnspython eventlet exceptiongroup flask flask-compress flask-socketio gevent
|
|
gevent-websocket greenlet h11 idna importlib-metadata iniconfig itsdangerous jinja2
|
|
markupsafe packaging pluggy psutil pycparser pynacl pypng pysocks pytest python-engineio
|
|
python-socketio qrcode requests setuptools simple-websocket stem tomli typing-extensions
|
|
unidecode urllib3 waitress werkzeug wheel wsproto zipp zope-event zope-interface
|
|
sources:
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/b5/82/ce0b6380f35f49d3fe687979a324c342cfa3588380232f3801db9dd62f9e/bidict-0.22.1-py3-none-any.whl
|
|
sha256: 6ef212238eb884b664f28da76f33f1d28b260f665fc737b413b287d5487d1e7b
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/fa/2a/7f3714cbc6356a0efec525ce7a0613d581072ed6eb53eb7b9754f33db807/blinker-1.7.0-py3-none-any.whl
|
|
sha256: c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/2f/c2/f9e977608bdf958650638c3f1e28f85a1b075f075ebbe77db8555463787b/Brotli-1.1.0.tar.gz
|
|
sha256: 81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/95/9d/70caa61192f570fcf0352766331b735afa931b4c6bc9a348a0925cc13288/brotlicffi-1.1.0.0.tar.gz
|
|
sha256: b77827a689905143f87915310b93b273ab17888fd43ef350d4832c4a71083c13
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl
|
|
sha256: dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/68/ce/95b0bae7968c65473e1298efb042e10cafc7bafc14d9e4f154008241c91d/cffi-1.16.0.tar.gz
|
|
sha256: bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/28/76/e6222113b83e3622caa4bb41032d0b1bf785250607392e1b778aca0b8a7d/charset_normalizer-3.3.2-py3-none-any.whl
|
|
sha256: 3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
|
sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
sha256: 4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/e3/7f/f584f5d15323feb897d42ef0e9d910649e2150d7a30cf7e7a8cc1d236e6f/Cython-3.0.8-py2.py3-none-any.whl
|
|
sha256: 171b27051253d3f9108e9759e504ba59ff06e7f7ba944457f94deaf9c21bf0b6
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/b6/83/4a684a63d395007670bc95c1947c07045fe66141574e2f7e9e347df8499a/dnspython-2.5.0-py3-none-any.whl
|
|
sha256: 6facdf76b73c742ccf2d07add296f178e629da60be23ce4b0a9c927b1e02c3a6
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/44/d2/2f3da64a54d247b8504f644a42163deb5d28b3c57719eb6acc9932734c20/eventlet-0.35.1-py3-none-any.whl
|
|
sha256: 7ed9493b26e02f575f4804ef263190839e9651989523f6f8f9c2866a05c12c83
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/b8/9a/5028fd52db10e600f1c4674441b968cf2ea4959085bfb5b99fb1250e5f68/exceptiongroup-1.2.0-py3-none-any.whl
|
|
sha256: 4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/fa/1a/f191d32818e5cd985bdd3f47a6e4f525e2db1ce5e8150045ca0c31813686/Flask-2.3.2-py3-none-any.whl
|
|
sha256: 77fd4e1249d8c9923de34907236b747ced06e5467ecac1a7bb7115ae0e9670b0
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/3f/d2/23fd656d38d4c896fa14371990b9978722c48a30d0edcf6b5f7054775a07/Flask_Compress-1.14-py3-none-any.whl
|
|
sha256: b86c9808f0f38ea2246c9730972cf978f2cdf6a9a1a69102ba81e07891e6b26c
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/08/4d/a2f07873367e8916e0bae32df1d3cb9b39ea2141d7a5fdfab8c9d6818d71/Flask_SocketIO-5.3.4-py3-none-any.whl
|
|
sha256: 564acfb24dcc9545cdae536cde0323653d9b547069a925f11eeb132338aa71c0
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/8e/ce/d2b9a376ee010f6d548bf1b6b6eddc372a175e6e100896e607c57e37f7cf/gevent-23.9.1.tar.gz
|
|
sha256: 72c002235390d46f94938a96920d8856d4ffd9ddf62a303a0d7c118894097e34
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/7b/84/2dc373eb6493e00c884cc11e6c059ec97abae2678d42f06bf780570b0193/gevent_websocket-0.10.1-py3-none-any.whl
|
|
sha256: 17b67d91282f8f4c973eba0551183fc84f56f1c90c8f6b6b30256f31f66f5242
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/17/14/3bddb1298b9a6786539ac609ba4b7c9c0842e12aa73aaa4d8d73ec8f8185/greenlet-3.0.3.tar.gz
|
|
sha256: 43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl
|
|
sha256: e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl
|
|
sha256: c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/c0/8b/d8427f023c081a8303e6ac7209c16e6878f2765d5b59667f3903fbcfd365/importlib_metadata-7.0.1-py3-none-any.whl
|
|
sha256: 4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl
|
|
sha256: b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/68/5f/447e04e828f47465eeab35b5d408b7ebaaaee207f48b7136c5a7267a30ae/itsdangerous-2.1.2-py3-none-any.whl
|
|
sha256: 2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/30/6d/6de6be2d02603ab56e72997708809e8a5b0fbfee080735109b40a3564843/Jinja2-3.1.3-py3-none-any.whl
|
|
sha256: 7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/87/5b/aae44c6655f3801e81aa3eef09dbbf012431987ba564d7231722f68df02d/MarkupSafe-2.1.5.tar.gz
|
|
sha256: d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl
|
|
sha256: 8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/a5/5b/0cc789b59e8cc1bf288b38111d002d8c5917123194d45b29dcdac64723cc/pluggy-1.4.0-py3-none-any.whl
|
|
sha256: 7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/90/c7/6dc0a455d111f68ee43f27793971cf03fe29b6ef972042549db29eec39a2/psutil-5.9.8.tar.gz
|
|
sha256: 6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl
|
|
sha256: 8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/a7/22/27582568be639dfe22ddb3902225f91f2f17ceff88ce80e4db396c8986da/PyNaCl-1.5.0.tar.gz
|
|
sha256: 8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/3e/b9/3766cc361d93edb2ce81e2e1f87dd98f314d7d513877a342d31b30741680/pypng-0.20220715.0-py3-none-any.whl
|
|
sha256: 4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/8d/59/b4572118e098ac8e46e399a1dd0f2d85403ce8bbaad9ec79373ed6badaf9/PySocks-1.7.1-py3-none-any.whl
|
|
sha256: 2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/c7/10/727155d44c5e04bb08e880668e53079547282e4f950535234e5a80690564/pytest-8.0.0-py3-none-any.whl
|
|
sha256: 50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/fe/e5/03fa8e76c718e1dd7fb5b74e9ce816ae0e08734080b1e98dbafbcf2fc8ba/python_engineio-4.9.0-py3-none-any.whl
|
|
sha256: 979859bff770725b75e60353d7ae53b397e8b517d05ba76733b404a3dcca3e4c
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/06/50/1dc8262920f10e2f94376295fe4c6c7237d5dfadbf34365f403e24727345/python_socketio-5.11.1-py3-none-any.whl
|
|
sha256: f1a0228b8b1fbdbd93fbbedd821ebce0ef54b2b5bf6e98fcf710deaa7c574259
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/24/79/aaf0c1c7214f2632badb2771d770b1500d3d7cbdf2590ae62e721ec50584/qrcode-7.4.2-py3-none-any.whl
|
|
sha256: 581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl
|
|
sha256: 58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/bb/0a/203797141ec9727344c7649f6d5f6cf71b89a6c28f8f55d4f18de7a1d352/setuptools-69.1.0-py3-none-any.whl
|
|
sha256: c054629b81b946d63a9c6e732bc8b2513a7c3ea645f11d0139a2191d735c60c6
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/6d/ea/288a8ac1d9551354488ff60c0ac6a76acc3b6b60f0460ac1944c75e240da/simple_websocket-1.0.0-py3-none-any.whl
|
|
sha256: 1d5bf585e415eaa2083e2bcf02a3ecf91f9712e7b3e6b9fa0b461ad04e0837bc
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/b2/66/c5515de764bffae1347e671819711268da5c02bfab8406223526822fe5f6/stem-1.8.1.tar.gz
|
|
sha256: 81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl
|
|
sha256: 939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/b7/f4/6a90020cd2d93349b442bfcb657d0dc91eee65491600b2cb1d388bc98e6b/typing_extensions-4.9.0-py3-none-any.whl
|
|
sha256: af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/84/b7/6ec57841fb67c98f52fc8e4a2d96df60059637cba077edc569a302a8ffc7/Unidecode-1.3.8-py3-none-any.whl
|
|
sha256: d130a61ce6696f8148a3bd8fe779c99adeb4b870584eeb9526584e9aa091fd39
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/88/75/311454fd3317aefe18415f04568edc20218453b709c63c58b9292c71be17/urllib3-2.2.0-py3-none-any.whl
|
|
sha256: ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/58/6a/b4b5c582e04e837e4422cab6ec9de7fc10ca7ad7f4e370bb89d280d39552/waitress-2.1.2-py3-none-any.whl
|
|
sha256: 7500c9625927c8ec60f54377d590f67b30c8e70ef4b8894214ac6e4cad233d2a
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/c3/fc/254c3e9b5feb89ff5b9076a23218dafbc99c96ac5941e900b71206e6313b/werkzeug-3.0.1-py3-none-any.whl
|
|
sha256: 90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/fa/7f/4c07234086edbce4a0a446209dc0cb08a19bb206a3ea53b2f56a403f983b/wheel-0.41.3-py3-none-any.whl
|
|
sha256: 488609bc63a29322326e05560731bf7bfea8e48ad646e1f5e40d366607de0942
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl
|
|
sha256: b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl
|
|
sha256: 0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/fe/42/f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230/zope.event-5.0-py3-none-any.whl
|
|
sha256: 2832e95014f4db26c47a13fdaef84cef2f4df37e66b59d8f1f4a8f319a632c26
|
|
- type: file
|
|
url: https://files.pythonhosted.org/packages/87/03/6b85c1df2dca1b9acca38b423d1e226d8ffdf30ebd78bcb398c511de8b54/zope.interface-6.1.tar.gz
|
|
sha256: 2fdc7ccbd6eb6b7df5353012fbed6c3c5d04ceaca0038f75e601060e95345309
|