mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
onionshare: clean dependencies.
Remove unused dependencies. Deduplicate dependencies.
This commit is contained in:
parent
c6def51e94
commit
3d445bed77
1 changed files with 4 additions and 9 deletions
|
@ -1,23 +1,18 @@
|
||||||
# Template file for 'onionshare'
|
# Template file for 'onionshare'
|
||||||
pkgname=onionshare
|
pkgname=onionshare
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="onionshare"
|
|
||||||
pycompile_dirs="/usr/share/nautilus-python/extensions"
|
pycompile_dirs="/usr/share/nautilus-python/extensions"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-cffi python3-chardet python3-click python3-cryptography
|
depends="python3-Flask-HTTPAuth python3-pycryptodome python3-PyQt5
|
||||||
python3-Flask python3-future python3-idna python3-itsdangerous
|
python3-pysocks python3-requests python3-stem tor"
|
||||||
python3-Jinja2 python3-MarkupSafe python3-pycparser python3-pycryptodome
|
|
||||||
python3-PyQt5 python3-pysocks python3-requests python3-six python3-stem
|
|
||||||
python3-urllib3 python3-Werkzeug python3-asn1crypto python3-altgraph
|
|
||||||
python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson tor
|
|
||||||
python3-Flask-HTTPAuth"
|
|
||||||
short_desc="Share files anonymously and securely"
|
short_desc="Share files anonymously and securely"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://onionshare.org/"
|
homepage="https://onionshare.org/"
|
||||||
|
changelog="https://raw.githubusercontent.com/micahflee/onionshare/develop/CHANGELOG.md"
|
||||||
distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
|
distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
|
||||||
checksum=7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2
|
checksum=7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue