2016-08-19 14:48:02 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# python-requests-toolbelt
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2019-10-04 20:31:25 +02:00
|
|
|
PYTHON_REQUESTS_TOOLBELT_VERSION = 0.9.1
|
2016-08-19 14:48:02 +02:00
|
|
|
PYTHON_REQUESTS_TOOLBELT_SOURCE = requests-toolbelt-$(PYTHON_REQUESTS_TOOLBELT_VERSION).tar.gz
|
2019-10-04 20:31:25 +02:00
|
|
|
PYTHON_REQUESTS_TOOLBELT_SITE = https://files.pythonhosted.org/packages/28/30/7bf7e5071081f761766d46820e52f4b16c8a08fef02d2eb4682ca7534310
|
2016-08-19 14:48:02 +02:00
|
|
|
PYTHON_REQUESTS_TOOLBELT_SETUP_TYPE = setuptools
|
|
|
|
PYTHON_REQUESTS_TOOLBELT_LICENSE = Apache-2.0
|
|
|
|
PYTHON_REQUESTS_TOOLBELT_LICENSE_FILES = LICENSE
|
|
|
|
|
|
|
|
$(eval $(python-package))
|