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:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-twisted
|
||||
PKG_VERSION:=18.9.0
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=Twisted-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/T/Twisted
|
||||
@@ -32,12 +32,12 @@ define Package/python-twisted/Default
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
URL:=http://twistedmatrix.com/
|
||||
TITLE:=Asynchronous networking framework
|
||||
URL:=https://twistedmatrix.com/
|
||||
endef
|
||||
|
||||
define Package/python-twisted
|
||||
$(call Package/python-twisted/Default)
|
||||
TITLE:=Python networking engine
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-twisted:python-light \
|
||||
+PACKAGE_python-twisted:python-attrs \
|
||||
@@ -52,7 +52,6 @@ endef
|
||||
|
||||
define Package/python3-twisted
|
||||
$(call Package/python-twisted/Default)
|
||||
TITLE:=Python3 networking engine
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python3-twisted:python3-light \
|
||||
+PACKAGE_python3-twisted:python3-attrs \
|
||||
|
||||
Reference in New Issue
Block a user