mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11: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:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-pyasn1-modules
|
||||
PKG_VERSION:=0.2.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=pyasn1-modules-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pyasn1-modules
|
||||
@@ -31,25 +31,24 @@ define Package/python-pyasn1-modules/Default
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
URL:=http://sourceforge.net/projects/pyasn1/
|
||||
TITLE:=Collection of ASN.1 modules
|
||||
URL:=https://github.com/etingof/pyasn1-modules
|
||||
endef
|
||||
|
||||
define Package/python-pyasn1-modules
|
||||
$(call Package/python-pyasn1-modules/Default)
|
||||
TITLE:=python-pyasn1-modules
|
||||
VARIANT:=python
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python-pyasn1-modules:python-light \
|
||||
+PACKAGE_python-pyasn1-modules:python-pyasn1
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-pyasn1-modules
|
||||
$(call Package/python-pyasn1-modules/Default)
|
||||
TITLE:=python3-pyasn1-modules
|
||||
VARIANT:=python3
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python3-pyasn1-modules:python3-light \
|
||||
+PACKAGE_python3-pyasn1-modules:python3-pyasn1
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python-pyasn1-modules/description
|
||||
|
||||
Reference in New Issue
Block a user