You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.0 KiB

  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=python3-speedtest-cli
  3. PKG_VERSION:=2.1.3
  4. PKG_RELEASE:=1
  5. PYPI_NAME:=speedtest-cli
  6. PKG_HASH:=5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0
  7. PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
  8. PKG_LICENSE:=Apache-2.0
  9. PKG_LICENSE_FILES:=LICENSE
  10. include ../pypi.mk
  11. include $(INCLUDE_DIR)/package.mk
  12. include ../python3-package.mk
  13. define Package/python3-speedtest-cli
  14. SECTION:=lang
  15. CATEGORY:=Languages
  16. SUBMENU:=Python
  17. TITLE:=Command line interface for testing internet bandwidth using speedtest.net
  18. URL:=https://github.com/sivel/speedtest-cli
  19. DEPENDS:=+python3-light +python3-pkg-resources +python3-xml +python3-email \
  20. +python3-urllib +python3-codecs +python3-openssl
  21. endef
  22. define Package/python3-speedtest-cli/description
  23. Command line interface for testing internet bandwidth using speedtest.net
  24. endef
  25. $(eval $(call Py3Package,python3-speedtest-cli))
  26. $(eval $(call BuildPackage,python3-speedtest-cli))
  27. $(eval $(call BuildPackage,python3-speedtest-cli-src))