b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | include $(TOPDIR)/rules.mk |
| 2 | |
| 3 | PKG_NAME:=python-boto3 |
| 4 | PKG_VERSION:=1.28.7 |
| 5 | PKG_RELEASE:=1 |
| 6 | |
| 7 | PYPI_NAME:=boto3 |
| 8 | PKG_HASH:=ef6a465d3b25b89bcd00ff69675b33917166145e544735dcb9978091f5b0b752 |
| 9 | |
| 10 | PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.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-boto3 |
| 19 | SUBMENU:=Python |
| 20 | SECTION:=lang |
| 21 | CATEGORY:=Languages |
| 22 | TITLE:=AWS SDK |
| 23 | URL:=https://github.com/boto/boto3 |
| 24 | DEPENDS:= \ |
| 25 | +python3-light \ |
| 26 | +python3-decimal \ |
| 27 | +python3-logging \ |
| 28 | +python3-botocore \ |
| 29 | +python3-jmespath \ |
| 30 | +python3-s3transfer |
| 31 | endef |
| 32 | |
| 33 | define Package/python3-boto3/description |
| 34 | Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) |
| 35 | for Python, which allows Python developers to write software that makes |
| 36 | use of services like Amazon S3 and Amazon EC2. |
| 37 | endef |
| 38 | |
| 39 | $(eval $(call Py3Package,python3-boto3)) |
| 40 | $(eval $(call BuildPackage,python3-boto3)) |
| 41 | $(eval $(call BuildPackage,python3-boto3-src)) |