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,10 +9,10 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-pyptlib
|
||||
PKG_VERSION:=0.0.6
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=pyptlib-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pyptlib
|
||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pyptlib
|
||||
PKG_HASH:=b98472e3d9e8f4689d3913ca8f89afa5e6cc5383dcd8686987606166f9dac607
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-pyptlib-$(PKG_VERSION)
|
||||
@@ -30,12 +30,12 @@ define Package/python-pyptlib/Default
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
URL:=https://pypi.python.org/pypi/pyptlib
|
||||
TITLE:=Pluggable Transports for Tor
|
||||
URL:=https://pypi.org/project/pyptlib/
|
||||
endef
|
||||
|
||||
define Package/python-pyptlib
|
||||
$(call Package/python-pyptlib/Default)
|
||||
TITLE:=python-pyptlib
|
||||
DEPENDS:=+PACKAGE_python-pyptlib:python-light
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user