From f562ccf2ca56ad8b96b0eddb64515e4b2fbde392 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 20 Feb 2019 15:19:26 +0800 Subject: multiple-python-packages: Update package data This updates the Python 2 and 3 versions of each package to share the same title field. (For packages that only had this change, their PKG_RELEASE were not incremented.) This also updates the package title, url and source urls, where necessary. Signed-off-by: Jeffery To --- lang/python/python-incremental/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/python/python-incremental') diff --git a/lang/python/python-incremental/Makefile b/lang/python/python-incremental/Makefile index 107cfaf3f..db0ce103a 100644 --- a/lang/python/python-incremental/Makefile +++ b/lang/python/python-incremental/Makefile @@ -31,19 +31,18 @@ define Package/python-incremental/Default SECTION:=lang CATEGORY:=Languages SUBMENU:=Python + TITLE:=Versions your Python projects URL:=https://github.com/twisted/incremental endef define Package/python-incremental $(call Package/python-incremental/Default) - TITLE:=Versions your Python projects DEPENDS:=+PACKAGE_python-incremental:python-light VARIANT:=python endef define Package/python3-incremental $(call Package/python-incremental/Default) - TITLE:=Versions your Python projects DEPENDS:=+PACKAGE_python3-incremental:python3-light VARIANT:=python3 endef -- cgit v1.2.3