summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/onionshare-cli-async-mode.patch
AgeCommit message (Collapse)Author
2025-04-16gnu: onionshare-cli: Update to 2.6.3.Sharlatan Hellseher
* gnu/packages/tor.scm (onionshare-cli): Update to 2.6.3. [source] <patches>: Remove it. [build-system]: Switch to pyproject. [arguments] <phases>: Add 'relax-requirments and 'pre-check; use default 'check. [inputs]: Remove python-flask-httpauth, python-pycryptodome, and python-urllib3; add python-cffi, python-flask-compress, python-gevent, python-gevent-websocket, python-packaging, python-qrcode, python-setuptools, python-urllib3-next, python-waitress, and python-werkzeug. [native-inputs]: Add python-cython-3, python-poetry-core, and python-wheel. * gnu/packages/patches/onionshare-cli-async-mode.patch: Delete file. * gnu/local.mk: Deregister patch. Change-Id: If0ee795992dc5a91fabcd70b16646eb5cc7aab2c
2023-02-14gnu: onionshare: Update to 2.6.Eric Bavier
* gnu/packages/patches/onionshare-cli-async-mode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tor.scm (onionshare): Update to 2.6. [source]: Use patch. [inputs]: Add xdg-utils. Move xvfb-run, used for tests, to ... [native-inputs]: here. [arguments]: Run tests. Add "absolutize" phase for xdg-open.