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.

33 lines
1010 B

  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=django-etesync-journal
  3. PKG_VERSION:=1.2.0
  4. PKG_RELEASE:=3
  5. PYPI_NAME:=django-etesync-journal
  6. PKG_HASH:=1b481f592217186482be9faee686f0c132790db4177deb1f5152b73e99ac6338
  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:=+django +python3-django-restframework +python3-light
  20. endef
  21. define Package/python3-django-etesync-journal/description
  22. The reusable django app that implements the server side of the EteSync protocol.
  23. endef
  24. $(eval $(call Py3Package,python3-django-etesync-journal))
  25. $(eval $(call BuildPackage,python3-django-etesync-journal))
  26. $(eval $(call BuildPackage,python3-django-etesync-journal-src))