b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | include $(TOPDIR)/rules.mk |
| 2 | |
| 3 | PKG_NAME:=python-awscli |
| 4 | PKG_VERSION:=1.29.7 |
| 5 | PKG_RELEASE:=1 |
| 6 | |
| 7 | PYPI_NAME:=awscli |
| 8 | PKG_HASH:=b3a7076cb317a21410a2d41734ba338add80f0480804cf9d68cbc52b1d39612a |
| 9 | |
| 10 | PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com> |
| 11 | PKG_LICENSE:=Apache-2.0 |
| 12 | PKG_LICENSE_FILES:=LICENSE.txt |
| 13 | |
| 14 | include ../pypi.mk |
| 15 | include $(INCLUDE_DIR)/package.mk |
| 16 | include ../python3-package.mk |
| 17 | |
| 18 | define Package/python3-awscli |
| 19 | SUBMENU:=Python |
| 20 | SECTION:=lang |
| 21 | CATEGORY:=Languages |
| 22 | TITLE:=Universal Command Line Environment for AWS |
| 23 | URL:=https://github.com/aws/aws-cli |
| 24 | DEPENDS:=+python3 \ |
| 25 | +python3-botocore \ |
| 26 | +python3-colorama \ |
| 27 | +python3-docutils \ |
| 28 | +python3-rsa \ |
| 29 | +python3-s3transfer \ |
| 30 | +python3-yaml |
| 31 | endef |
| 32 | |
| 33 | define Package/python3-awscli/description |
| 34 | This package provides a unified command line interface to Amazon Web |
| 35 | Services. |
| 36 | endef |
| 37 | |
| 38 | $(eval $(call Py3Package,python3-awscli)) |
| 39 | $(eval $(call BuildPackage,python3-awscli)) |
| 40 | $(eval $(call BuildPackage,python3-awscli-src)) |