diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-09-02 16:20:33 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-09-02 16:20:33 +0200 |
commit | 7353967690b425fd6519756979f3ef839b1a9cd1 (patch) | |
tree | a910fd6b794556251fe607295c631aed98534235 /package/python-requests-toolbelt/python-requests-toolbelt.mk | |
parent | cff53ce35b8dab3bbdd9aa4471d1ecb3238c9fab (diff) | |
parent | 1bd02bc230e1b3b22ca3eb23fb3dcb91b878283a (diff) | |
download | buildroot-7353967690b425fd6519756979f3ef839b1a9cd1.tar.gz buildroot-7353967690b425fd6519756979f3ef839b1a9cd1.zip |
Merge branch 'next'
Quite some conflicts, so here goes ..
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-requests-toolbelt/python-requests-toolbelt.mk')
-rw-r--r-- | package/python-requests-toolbelt/python-requests-toolbelt.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-requests-toolbelt/python-requests-toolbelt.mk b/package/python-requests-toolbelt/python-requests-toolbelt.mk new file mode 100644 index 0000000000..2e944c067d --- /dev/null +++ b/package/python-requests-toolbelt/python-requests-toolbelt.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-requests-toolbelt +# +################################################################################ + +PYTHON_REQUESTS_TOOLBELT_VERSION = 0.7.0 +PYTHON_REQUESTS_TOOLBELT_SOURCE = requests-toolbelt-$(PYTHON_REQUESTS_TOOLBELT_VERSION).tar.gz +PYTHON_REQUESTS_TOOLBELT_SITE = https://pypi.python.org/packages/59/78/1d391d30ebf74079a8e4de6ab66fdca5362903ef2df64496f4697e9bb626 +PYTHON_REQUESTS_TOOLBELT_SETUP_TYPE = setuptools +PYTHON_REQUESTS_TOOLBELT_LICENSE = Apache-2.0 +PYTHON_REQUESTS_TOOLBELT_LICENSE_FILES = LICENSE + +$(eval $(python-package)) |