mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
python3-speedtest-cli: remove package
It seems this software is no longer maintained. The last upstream commit is 4 years ago, and this software only supports obsolete setup.py. Users should use supported similar softwares, such as speedtest-go in packages repo. Signed-off-by: Yanase Yuki <dev@zpc.st>
This commit is contained in:
committed by
Josef Schlehofer
parent
ebdb9536a9
commit
7eea92b91c
@@ -1,34 +0,0 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python3-speedtest-cli
|
||||
PKG_VERSION:=2.1.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=speedtest-cli
|
||||
PKG_HASH:=5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0
|
||||
|
||||
PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
define Package/python3-speedtest-cli
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=Command line interface for testing internet bandwidth using speedtest.net
|
||||
URL:=https://github.com/sivel/speedtest-cli
|
||||
DEPENDS:=+python3-light +python3-pkg-resources +python3-xml +python3-email \
|
||||
+python3-urllib +python3-codecs +python3-openssl
|
||||
endef
|
||||
|
||||
define Package/python3-speedtest-cli/description
|
||||
Command line interface for testing internet bandwidth using speedtest.net
|
||||
endef
|
||||
|
||||
$(eval $(call Py3Package,python3-speedtest-cli))
|
||||
$(eval $(call BuildPackage,python3-speedtest-cli))
|
||||
$(eval $(call BuildPackage,python3-speedtest-cli-src))
|
||||
Reference in New Issue
Block a user