mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +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,19 +31,18 @@ define Package/python-constantly/Default
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=Symbolic constants in Python
|
||||
URL:=https://github.com/twisted/constantly
|
||||
endef
|
||||
|
||||
define Package/python-constantly
|
||||
$(call Package/python-constantly/Default)
|
||||
TITLE:=Symbolic constants in Python
|
||||
DEPENDS:=+PACKAGE_python-constantly:python-light
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-constantly
|
||||
$(call Package/python-constantly/Default)
|
||||
TITLE:=Symbolic constants in Python
|
||||
DEPENDS:=+PACKAGE_python3-constantly:python3-light
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user