From 0b35054fb085767430aa525bc9b67be4c159b612 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 7 Jun 2023 19:25:20 +0800 Subject: [PATCH] python3-django-etesync-journal: Remove package 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 --- .../python3-django-etesync-journal/Makefile | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 lang/python/python3-django-etesync-journal/Makefile diff --git a/lang/python/python3-django-etesync-journal/Makefile b/lang/python/python3-django-etesync-journal/Makefile deleted file mode 100644 index 1ede8725b..000000000 --- a/lang/python/python3-django-etesync-journal/Makefile +++ /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 - -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))