Config.in 872 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_PYTHON_MWSCRAPE2SLOB
  2. bool "python-mwscrape2slob"
  3. depends on !BR2_BINFMT_FLAT # python-slob -> python-pyicu -> icu
  4. depends on BR2_INSTALL_LIBSTDCPP # python-slob -> python-pyicu -> icu
  5. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # python-slob -> python-pyicu -> icu
  6. depends on BR2_PACKAGE_PYTHON3
  7. select BR2_PACKAGE_PYTHON_COUCHDB # runtime
  8. select BR2_PACKAGE_PYTHON_CSSSELECT # runtime
  9. select BR2_PACKAGE_PYTHON_CSSUTILS # runtime
  10. select BR2_PACKAGE_PYTHON_LXML # runtime
  11. select BR2_PACKAGE_PYTHON_SLOB # runtime
  12. help
  13. A tool to create slob with content from a MediaWiki CouchDB
  14. created by mwscrape.
  15. https://github.com/itkach/mwscrape2slob
  16. comment "python-mwscrape2slob needs a toolchain w/ C++, gcc >= 4.8"
  17. depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT
  18. depends on !BR2_INSTALL_LIBSTDCPP || \
  19. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8