From: Jeffery To Date: Fri, 18 Mar 2022 08:42:21 +0000 (+0800) Subject: Mako: Remove package X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=60ce07b9a1d5c7a53297f177f10af68f3304be9e;p=feed%2Fpackages.git Mako: Remove package This package (more specifically, the host version) was added for mesa in the video feed[1]; no packages in the packages feed require this package. As mesa will be updated to install Mako using host pip[2], there is no need to continue maintaining the package here. It will be imported into the abandoned packages repo[3]. [1]: https://github.com/openwrt/packages/commit/2e17cb9a1b336f4b53146bdedbc583a03092e424#commitcomment-63047904 [2]: https://github.com/openwrt/video/pull/25 [3]: https://github.com/openwrt/packages-abandoned/pull/26 Signed-off-by: Jeffery To --- diff --git a/lang/python/Mako/Makefile b/lang/python/Mako/Makefile deleted file mode 100644 index cad511aed8..0000000000 --- a/lang/python/Mako/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=Mako -PKG_VERSION:=1.1.5 -PKG_RELEASE:=1 - -PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=169fa52af22a91900d852e937400e79f535496191c63712e3b9fda5a9bed6fc3 - -PKG_MAINTAINER:=Daniel Golle -PKG_LICENSE:=BSD-3-Clause -PKG_LICENSE_FILES:=LICENSE.rst -PKG_CPE_ID:=cpe:/a:palletsprojects:flask - -HOST_BUILD_DEPENDS:=python3/host - -include ../pypi.mk -include $(INCLUDE_DIR)/host-build.mk -include $(INCLUDE_DIR)/package.mk -include ../python3-package.mk - -define Package/python3-mako - SECTION:=lang - CATEGORY:=Languages - SUBMENU:=Python - TITLE:=Mako - URL:=https://www.makotemplates.org/ - DEPENDS:=+python3-light -endef - -define Package/python3-mako/description - Mako is a template library written in Python. -endef - -define Host/Compile - $(call HostPython3/ModSetup,,install --prefix="" --root="$(STAGING_DIR_HOSTPKG)") -endef - -Host/Install:= - -$(eval $(call Py3Package,python3-mako)) -$(eval $(call BuildPackage,python3-mako)) -$(eval $(call BuildPackage,python3-mako-src)) -$(eval $(call HostBuild))