Config.in 1.2 KB

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_PYTHON_MAGIC_WORMHOLE
  2. bool "python-magic-wormhole"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
  4. select BR2_PACKAGE_PYTHON_ATTRS # runtime
  5. select BR2_PACKAGE_PYTHON_AUTOBAHN # runtime
  6. select BR2_PACKAGE_PYTHON_AUTOMAT # runtime
  7. select BR2_PACKAGE_PYTHON_CLICK # runtime
  8. select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
  9. select BR2_PACKAGE_PYTHON_HUMANIZE # runtime
  10. select BR2_PACKAGE_PYTHON_PYNACL # runtime
  11. select BR2_PACKAGE_PYTHON_SIX # runtime
  12. select BR2_PACKAGE_PYTHON_SPAKE2 # runtime
  13. select BR2_PACKAGE_PYTHON_TQDM # runtime
  14. select BR2_PACKAGE_PYTHON_TWISTED # runtime
  15. select BR2_PACKAGE_PYTHON_TXTORCON # runtime
  16. help
  17. Securely transfer data between computers.
  18. This package provides a library and a command-line tool
  19. named "wormhole", which makes it possible to get
  20. arbitrary-sized files and directories (or short pieces of
  21. text) from one computer to another. The two endpoints are
  22. identified by using identical "wormhole codes": in general,
  23. the sending machine generates and displays the code, which
  24. must then be typed into the receiving machine.
  25. https://github.com/magic-wormhole/magic-wormhole