mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-beautifulsoup4: new package
[Peter: extend help text] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b9be0f65ac
commit
da152d80a1
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.4.1
|
||||
PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
|
||||
PYTHON_BEAUTIFULSOUP4_SITE = https://pypi.python.org/packages/source/b/beautifulsoup4
|
||||
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