Files
packages/lang/python/python-awscli/Makefile
Alexandru Ardelean ee6aae4e55 treewide: change maintainer from Daniel Danzberger to me
Change PKG_MAINTAINER from Daniel Danzberger <daniel@dd-wrt.com>
to Alexandru Ardelean <ardeleanalex@gmail.com> for:
- python-boto3
- python-botocore
- python-awscli
- python-colorama
- python-docutils
- python-jmespath
- python-psycopg2
- python-rsa
- python-s3transfer

These packages seem pretty neglected and the community has been
updating them periodically. Will pick these up to keep them
maintained.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-04-16 21:48:36 +03:00

41 lines
967 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=python-awscli
PKG_VERSION:=1.44.78
PKG_RELEASE:=1
PYPI_NAME:=awscli
PKG_HASH:=009010f85e5198b7ad2860cc9c66c8a378be46d35dde1e14f8c1f245cfe6aece
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE.txt
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
define Package/python3-awscli
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=Universal Command Line Environment for AWS
URL:=https://github.com/aws/aws-cli
DEPENDS:=+python3 \
+python3-botocore \
+python3-colorama \
+python3-docutils \
+python3-rsa \
+python3-s3transfer \
+python3-yaml
endef
define Package/python3-awscli/description
This package provides a unified command line interface to Amazon Web
Services.
endef
$(eval $(call Py3Package,python3-awscli))
$(eval $(call BuildPackage,python3-awscli))
$(eval $(call BuildPackage,python3-awscli-src))