mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
10
package/python-beautifulsoup4/Config.in
Normal file
10
package/python-beautifulsoup4/Config.in
Normal 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/
|
||||
3
package/python-beautifulsoup4/python-beautifulsoup4.hash
Normal file
3
package/python-beautifulsoup4/python-beautifulsoup4.hash
Normal 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
|
||||
14
package/python-beautifulsoup4/python-beautifulsoup4.mk
Normal file
14
package/python-beautifulsoup4/python-beautifulsoup4.mk
Normal 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))
|
||||
Reference in New Issue
Block a user