python3-django-etesync-journal: Remove package
authorJeffery To <[email protected]>
Wed, 7 Jun 2023 11:25:20 +0000 (19:25 +0800)
committerRosen Penev <[email protected]>
Wed, 7 Jun 2023 14:46:12 +0000 (17:46 +0300)
This package was originally added[1] as it was a dependency of
etesync-server 0.3.0. When etesync-server was renamed to etebase and
upgraded to 0.6.1[2], this dependency was removed. No other package in
the packages feed depends on this package.

Upstream has also archived the git repo[3] and stated that the
repo/package is deprecated. It does not appear that any newer version of
etebase uses this package.

This removes the python3-django-etesync-journal package; it will be
submitted to the abandoned packages repo.

[1]: https://github.com/openwrt/packages/pull/10469
[2]: https://github.com/openwrt/packages/pull/14063
[3]: https://github.com/etesync/journal-manager

Signed-off-by: Jeffery To <[email protected]>
lang/python/python3-django-etesync-journal/Makefile [deleted file]

diff --git a/lang/python/python3-django-etesync-journal/Makefile b/lang/python/python3-django-etesync-journal/Makefile
deleted file mode 100644 (file)
index 1ede872..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=django-etesync-journal
-PKG_VERSION:=1.2.2
-PKG_RELEASE:=1
-
-PYPI_NAME:=django-etesync-journal
-PKG_HASH:=1b10a6bca45078bff9b78da3757ba118ecae8f0cc1d9db278bd96eab85f594db
-
-PKG_LICENSE:=AGPL-3.0-only
-PKG_LICENSE_FILES:=LICENSE
-PKG_MAINTAINER:=Peter Stadler <[email protected]>
-
-include ../pypi.mk
-include $(INCLUDE_DIR)/package.mk
-include ../python3-package.mk
-
-define Package/python3-django-etesync-journal
-  SUBMENU:=Python
-  SECTION:=lang
-  CATEGORY:=Languages
-  TITLE:=The server side implementation of the EteSync protocol.
-  URL:=https://www.etesync.com/
-  DEPENDS:=+django +python3-django-restframework +python3-light
-endef
-
-define Package/python3-django-etesync-journal/description
-  The reusable django app that implements the server side of the EteSync protocol.
-endef
-
-$(eval $(call Py3Package,python3-django-etesync-journal))
-$(eval $(call BuildPackage,python3-django-etesync-journal))
-$(eval $(call BuildPackage,python3-django-etesync-journal-src))