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.

34 lines
824 B

  1. # This is free software, licensed under the GNU General Public License v2.
  2. # See /LICENSE for more information.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:=vobject
  5. PKG_VERSION:=0.9.6.1
  6. PKG_RELEASE:=2
  7. PKG_LICENSE:=Apache-2.0
  8. PYPI_NAME:=$(PKG_NAME)
  9. PKG_HASH:=96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101
  10. include ../pypi.mk
  11. include $(INCLUDE_DIR)/package.mk
  12. include ../python3-package.mk
  13. define Package/python3-vobject
  14. SUBMENU:=Python
  15. SECTION:=lang
  16. CATEGORY:=Languages
  17. TITLE:=VObject
  18. URL:=http://eventable.github.io/vobject/
  19. DEPENDS:=+python3 +python3-dateutil
  20. endef
  21. define Package/python3-vobject/description
  22. vCard and vCalendar support for Python
  23. endef
  24. $(eval $(call Py3Package,python3-vobject))
  25. $(eval $(call BuildPackage,python3-vobject))
  26. $(eval $(call BuildPackage,python3-vobject-src))