python-urllib3: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov
2016-01-03 21:06:46 +01:00
committed by Peter Korsgaard
parent efe7f684a6
commit 1bdd3b92a3
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-urllib3
#
################################################################################
PYTHON_URLLIB3_VERSION = 1.14
PYTHON_URLLIB3_SOURCE = urllib3-$(PYTHON_URLLIB3_VERSION).tar.gz
PYTHON_URLLIB3_SITE = https://pypi.python.org/packages/source/u/urllib3
PYTHON_URLLIB3_LICENSE = MIT
PYTHON_URLLIB3_LICENSE_FILES = LICENSE.txt
PYTHON_URLLIB3_SETUP_TYPE = setuptools
$(eval $(python-package))