mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-25 10:27:16 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
13 lines
528 B
Makefile
13 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# python-mwscrape2slob
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MWSCRAPE2SLOB_VERSION = e01d3e92f0a372ebd0f57390e437a28f9d3c0438
|
|
PYTHON_MWSCRAPE2SLOB_SITE = $(call github,itkach,mwscrape2slob,$(PYTHON_MWSCRAPE2SLOB_VERSION))
|
|
PYTHON_MWSCRAPE2SLOB_LICENSE = GPL-3.0, Apache-2.0 (MathJax), GPL (MediaWiki monobook style sheet)
|
|
PYTHON_MWSCRAPE2SLOB_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|