This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_BEAUTIFULSOUP4
bool "python-beautifulsoup4"
help
Beautiful Soup is a Python library for pulling data out of
HTML and XML files. It works with your favorite parser to
provide idiomatic ways of navigating, searching, and
modifying the parse tree. It commonly saves programmers
hours or days of work.
http://www.crummy.com/software/BeautifulSoup/bs4/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/beautifulsoup4/json, sha256 locally computed
md5 937e0df0d699a1237646f38fd567f0c6 beautifulsoup4-4.5.3.tar.gz
sha256 b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e beautifulsoup4-4.5.3.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-beautifulsoup4
#
################################################################################
PYTHON_BEAUTIFULSOUP4_VERSION = 4.5.3
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
PYTHON_BEAUTIFULSOUP4_SITE = https://pypi.python.org/packages/9b/a5/c6fa2d08e6c671103f9508816588e0fb9cec40444e8e72993f3d4c325936
PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = COPYING.txt
$(eval $(python-package))