You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
813 B

  1. # This is free software, licensed under the GNU General Public License v2.
  2. # See /LICENSE for more information.
  3. #
  4. include $(TOPDIR)/rules.mk
  5. PKG_NAME:=python-jsonpath-ng
  6. PKG_VERSION:=1.5.2
  7. PKG_RELEASE:=1
  8. PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
  9. PYPI_NAME:=jsonpath-ng
  10. PKG_HASH:=144d91379be14d9019f51973bd647719c877bfc07dc6f3f5068895765950c69d
  11. include ../pypi.mk
  12. include $(INCLUDE_DIR)/package.mk
  13. include ../python3-package.mk
  14. define Package/python3-jsonpath-ng
  15. SECTION:=lang
  16. CATEGORY:=Languages
  17. SUBMENU:=Python
  18. URL:=https://github.com/h2non/jsonpath-ng
  19. TITLE:=python3-jsonpath-ng
  20. DEPENDS:=+python3-ply +python3-six +python3-decorator
  21. endef
  22. $(eval $(call Py3Package,python3-jsonpath-ng))
  23. $(eval $(call BuildPackage,python3-jsonpath-ng))
  24. $(eval $(call BuildPackage,python3-jsonpath-ng-src))