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