diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-06-16 09:27:57 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 21:54:27 +0200 |
commit | c63404c6bea2c85b8aa7f2c2cbcf561fe29a50d0 (patch) | |
tree | d5d99f1b9f9bf4e9a1d26d67eb76052c87b0f34a /package/python-cheroot/python-cheroot.mk | |
parent | e677a54f55fd440a835b7da5f2e2430151dc22d9 (diff) | |
download | buildroot-c63404c6bea2c85b8aa7f2c2cbcf561fe29a50d0.tar.gz buildroot-c63404c6bea2c85b8aa7f2c2cbcf561fe29a50d0.zip |
python-cheroot: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-cheroot/python-cheroot.mk')
-rw-r--r-- | package/python-cheroot/python-cheroot.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/python-cheroot/python-cheroot.mk b/package/python-cheroot/python-cheroot.mk new file mode 100644 index 0000000000..3f4b6893d5 --- /dev/null +++ b/package/python-cheroot/python-cheroot.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# python-cheroot +# +################################################################################ + +PYTHON_CHEROOT_VERSION = 5.5.0 +PYTHON_CHEROOT_SOURCE = cheroot-$(PYTHON_CHEROOT_VERSION).tar.gz +PYTHON_CHEROOT_SITE = https://pypi.python.org/packages/a5/43/f8a461762dc62e9f273d4944fb8c140757c11a29c91c91d3fbd5fafb1570 +PYTHON_CHEROOT_LICENSE = BSD-3-Clause +PYTHON_CHEROOT_LICENSE_FILES = LICENSE.md +PYTHON_CHEROOT_SETUP_TYPE = setuptools +PYTHON_CHEROOT_DEPENDENCIES = host-python-setuptools-scm + +$(eval $(python-package)) |