aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-incremental/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/python-incremental/Makefile')
-rw-r--r--lang/python/python-incremental/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/python/python-incremental/Makefile b/lang/python/python-incremental/Makefile
index db0ce103a..65cc4f712 100644
--- a/lang/python/python-incremental/Makefile
+++ b/lang/python/python-incremental/Makefile
@@ -11,22 +11,18 @@ PKG_NAME:=python-incremental
PKG_VERSION:=17.5.0
PKG_RELEASE:=1
-PKG_SOURCE:=incremental-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/i/incremental
+PYPI_NAME:=incremental
PKG_HASH:=7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-incremental-$(PKG_VERSION)
-
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
+include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk
include ../python3-package.mk
-PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)
-
define Package/python-incremental/Default
SECTION:=lang
CATEGORY:=Languages