gst1-plugins-base: bump to version 1.10.4
[buildroot-gz.git] / package / python-beautifulsoup4 / python-beautifulsoup4.mk
blobe2fa9b3c8fda753a37e43934ab61386e982356f1
1 ################################################################################
3 # python-beautifulsoup4
5 ################################################################################
7 PYTHON_BEAUTIFULSOUP4_VERSION = 4.5.1
8 PYTHON_BEAUTIFULSOUP4_SOURCE = beautifulsoup4-$(PYTHON_BEAUTIFULSOUP4_VERSION).tar.gz
9 PYTHON_BEAUTIFULSOUP4_SITE = https://pypi.python.org/packages/86/ea/8e9fbce5c8405b9614f1fd304f7109d9169a3516a493ce4f7f77c39435b7
10 PYTHON_BEAUTIFULSOUP4_SETUP_TYPE = setuptools
11 PYTHON_BEAUTIFULSOUP4_LICENSE = MIT
12 PYTHON_BEAUTIFULSOUP4_LICENSE_FILES = COPYING.txt
14 $(eval $(python-package))