python3-jsonschema: add a new package
authorJavier Marcet <redacted>
Mon, 2 Mar 2020 15:02:01 +0000 (16:02 +0100)
committerJavier Marcet <redacted>
Mon, 8 Jun 2020 11:49:06 +0000 (13:49 +0200)
Signed-off-by: Javier Marcet <redacted>
lang/python/python-jsonschema/Makefile [new file with mode: 0644]

diff --git a/lang/python/python-jsonschema/Makefile b/lang/python/python-jsonschema/Makefile
new file mode 100644 (file)
index 0000000..9f8551c
--- /dev/null
@@ -0,0 +1,34 @@
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=python-jsonschema
+PKG_VERSION:=3.2.0
+PKG_RELEASE:=1
+
+PYPI_NAME:=jsonschema
+PKG_HASH:=c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
+
+PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
+PKG_LICENSE:=MIT
+PKG_LICENSE_FILES:=COPYING
+
+include ../pypi.mk
+include $(INCLUDE_DIR)/package.mk
+include ../python3-package.mk
+
+define Package/python3-jsonschema
+  SECTION:=lang
+  CATEGORY:=Languages
+  SUBMENU:=Python
+  TITLE:=An implementation of JSON Schema validation
+  URL:=https://github.com/Julian/jsonschema
+  DEPENDS:=+python3-light +python3-attrs +python3-six +python3-pyrsistent
+  VARIANT:=python3
+endef
+
+define Package/python3-jsonschema/description
+  jsonschema is an implementation of JSON Schema validation for Python.
+endef
+
+$(eval $(call Py3Package,python3-jsonschema))
+$(eval $(call BuildPackage,python3-jsonschema))
+$(eval $(call BuildPackage,python3-jsonschema-src))
git clone https://git.99rst.org/PROJECT