diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-01-17 11:17:23 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-24 22:55:41 +1300 |
commit | b949eb5448ea5782911ad2c2e6d8467862c3bc3d (patch) | |
tree | eaba75b4ac5b7e68e251650a25f19d2d0296a8bb /package/python-jsonschema/python-jsonschema.mk | |
parent | 38a7c36c4d286610c1caa8df5e38e146f5db8051 (diff) | |
download | buildroot-b949eb5448ea5782911ad2c2e6d8467862c3bc3d.tar.gz buildroot-b949eb5448ea5782911ad2c2e6d8467862c3bc3d.zip |
python-jsonschema: 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-jsonschema/python-jsonschema.mk')
-rw-r--r-- | package/python-jsonschema/python-jsonschema.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/python-jsonschema/python-jsonschema.mk b/package/python-jsonschema/python-jsonschema.mk new file mode 100644 index 0000000000..0fb2be869f --- /dev/null +++ b/package/python-jsonschema/python-jsonschema.mk @@ -0,0 +1,15 @@ +################################################################################ +# +# python-jsonschema +# +################################################################################ + +PYTHON_JSONSCHEMA_VERSION = 2.5.1 +PYTHON_JSONSCHEMA_SOURCE = jsonschema-$(PYTHON_JSONSCHEMA_VERSION).tar.gz +PYTHON_JSONSCHEMA_SITE = https://pypi.python.org/packages/58/0d/c816f5ea5adaf1293a1d81d32e4cdfdaf8496973aa5049786d7fdb14e7e7 +PYTHON_JSONSCHEMA_SETUP_TYPE = setuptools +PYTHON_JSONSCHEMA_LICENSE = MIT +PYTHON_JSONSCHEMA_LICENSE_FILES = COPYING json/LICENSE +PYTHON_JSONSCHEMA_DEPENDENCIES = host-python-vcversioner + +$(eval $(python-package)) |