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.

35 lines
1.0 KiB

  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=django-etesync-journal
  3. PKG_VERSION:=1.0.3
  4. PKG_RELEASE:=1
  5. PYPI_NAME:=django-etesync-journal
  6. PKG_HASH:=a81674fab37913831c93107e3335030b0f8eeef074c0abb202aedc9b61a61bac
  7. PKG_LICENSE:=AGPL-3.0-only
  8. PKG_LICENSE_FILES:=LICENSE
  9. PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at>
  10. include ../pypi.mk
  11. include $(INCLUDE_DIR)/package.mk
  12. include ../python3-package.mk
  13. define Package/python3-django-etesync-journal
  14. SUBMENU:=Python
  15. SECTION:=lang
  16. CATEGORY:=Languages
  17. TITLE:=The server side implementation of the EteSync protocol.
  18. URL:=https://www.etesync.com/
  19. DEPENDS:=python3-django +python3-django-restframework +python3-light
  20. VARIANT:=python3
  21. MDEPENDS:=python3-django
  22. endef
  23. define Package/python3-django-etesync-journal/description
  24. The reusable django app that implements the server side of the EteSync protocol.
  25. endef
  26. $(eval $(call Py3Package,python3-django-etesync-journal))
  27. $(eval $(call BuildPackage,python3-django-etesync-journal))
  28. $(eval $(call BuildPackage,python3-django-etesync-journal-src))