mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 09:01:22 +00:00
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>
This commit is contained in:
@@ -31,12 +31,12 @@ define Package/python-hyperlink/Default
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=Pure-Python immutable URLs
|
||||
URL:=https://github.com/python-hyper/hyperlink
|
||||
endef
|
||||
|
||||
define Package/python-hyperlink
|
||||
$(call Package/python-hyperlink/Default)
|
||||
TITLE:=Pure-Python immutable URLs
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-hyperlink:python-light \
|
||||
+PACKAGE_python-hyperlink:python-idna
|
||||
@@ -45,7 +45,6 @@ endef
|
||||
|
||||
define Package/python3-hyperlink
|
||||
$(call Package/python-hyperlink/Default)
|
||||
TITLE:=Pure-Python immutable URLs
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python3-hyperlink:python3-light \
|
||||
+PACKAGE_python3-hyperlink:python3-idna
|
||||
|
||||
Reference in New Issue
Block a user