summaryrefslogtreecommitdiffstats
path: root/package/python-beautifulsoup4/python-beautifulsoup4.mk
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-14 22:21:00 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-18 21:30:00 +0100
commitda152d80a18c640ea9fd6166ffce3a22a7b037fc (patch)
treeca18f73ab2bb69e29846fb6f49d6ef681470345d /package/python-beautifulsoup4/python-beautifulsoup4.mk
parentb9be0f65acce48e10a37bb93bff4a01b75302bd8 (diff)
downloadbuildroot-da152d80a18c640ea9fd6166ffce3a22a7b037fc.tar.gz
buildroot-da152d80a18c640ea9fd6166ffce3a22a7b037fc.zip
python-beautifulsoup4: new package
[Peter: extend help text] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-beautifulsoup4/python-beautifulsoup4.mk')
-rw-r--r--package/python-beautifulsoup4/python-beautifulsoup4.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-beautifulsoup4/python-beautifulsoup4.mk b/package/python-beautifulsoup4/python-beautifulsoup4.mk
new file mode 100644
index 0000000000..58481b9794
--- /dev/null
+++ b/package/python-beautifulsoup4/python-beautifulsoup4.mk
@@ -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))
OpenPOWER on IntegriCloud