From 01592b391394c87e39b1f41d6437f06ce831ec23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 11 Mar 2019 21:28:28 +0100 Subject: Drop python packages that are now in upstream --- python-decorator/Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 python-decorator/Makefile (limited to 'python-decorator') diff --git a/python-decorator/Makefile b/python-decorator/Makefile deleted file mode 100644 index 4fcff82..0000000 --- a/python-decorator/Makefile +++ /dev/null @@ -1,31 +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:=python-decorator -PKG_VERSION:=4.3.2 -PKG_RELEASE:=1 - -PKG_SOURCE_URL:=https://codeload.github.com/micheles/decorator/tar.gz/$(PKG_VERSION)? -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=c053ec881270608a5aef624a45a7700ec76ceca9d96689506411e1f319085380 -PKG_BUILD_DIR:=$(BUILD_DIR)/decorator-$(PKG_VERSION) - -include $(INCLUDE_DIR)/package.mk -include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk - -define Package/python3-decorator - SECTION:=lang - CATEGORY:=Languages - SUBMENU:=Python - URL:=https://github.com/micheles/decorator - TITLE:=python3-decodator - DEPENDS:=+python3-light - VARIANT:=python3 -endef - -$(eval $(call Py3Package,python3-decorator)) -$(eval $(call BuildPackage,python3-decorator)) -$(eval $(call BuildPackage,python3-decorator-src)) -- cgit v1.2.3