diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-02-20 15:19:26 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-02-20 19:19:20 +0800 |
commit | f562ccf2ca56ad8b96b0eddb64515e4b2fbde392 (patch) | |
tree | 0a996ad6e963df892ced9517ca42c8b634612d4d /lang/python/python-incremental | |
parent | 0265390c9224b1ca226f1b1d68dbd2259192b034 (diff) |
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 <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-incremental')
-rw-r--r-- | lang/python/python-incremental/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |