diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-10-09 16:31:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-09 23:09:15 +0200 |
commit | 24a688857aeba207cce88e079c1ccfc2bcadbaab (patch) | |
tree | ea17a21eaf88f4f06f62a7841a57089599224434 /package/python-mwscrape2slob/Config.in | |
parent | 4eaf9b248f9af6df9d511efd85abfd101db44145 (diff) | |
download | buildroot-24a688857aeba207cce88e079c1ccfc2bcadbaab.tar.gz buildroot-24a688857aeba207cce88e079c1ccfc2bcadbaab.zip |
package/python-mwscrape2slob: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-mwscrape2slob/Config.in')
-rw-r--r-- | package/python-mwscrape2slob/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/python-mwscrape2slob/Config.in b/package/python-mwscrape2slob/Config.in new file mode 100644 index 0000000000..799ab29c34 --- /dev/null +++ b/package/python-mwscrape2slob/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_PYTHON_MWSCRAPE2SLOB + bool "python-mwscrape2slob" + depends on !BR2_BINFMT_FLAT # python-slob -> python-pyicu -> icu + depends on BR2_INSTALL_LIBSTDCPP # python-slob -> python-pyicu -> icu + depends on BR2_PACKAGE_PYTHON3 + select BR2_PACKAGE_PYTHON_COUCHDB # runtime + select BR2_PACKAGE_PYTHON_CSSSELECT # runtime + select BR2_PACKAGE_PYTHON_CSSUTILS # runtime + select BR2_PACKAGE_PYTHON_LXML # runtime + select BR2_PACKAGE_PYTHON_SLOB # runtime + help + A tool to create slob with content from a MediaWiki CouchDB + created by mwscrape. + + https://github.com/itkach/mwscrape2slob + +comment "python-mwscrape2slob needs a toolchain w/ C++" + depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT + depends on !BR2_INSTALL_LIBSTDCPP |