Files
packages/lang/python/python-s3transfer/Makefile
T
Alexandru Ardelean 44b58e0922 python-s3transfer: bump to 0.18.0
Refresh sha256 from PyPI sdist.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-06-09 17:18:01 +03:00

38 lines
928 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=python-s3transfer
PKG_VERSION:=0.18.0
PKG_RELEASE:=1
PYPI_NAME:=s3transfer
PKG_HASH:=3760b8b7ec1315da54048b2d626276732bee4300d054d492d4e1d43e20d4ecbd
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-s3transfer
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=Amazon S3 Transfer Manager
URL:=https://github.com/boto/s3transfer
DEPENDS:= \
+python3-light \
+python3-logging \
+python3-multiprocessing \
+python3-botocore
endef
define Package/python3-s3transfer/description
S3transfer is a Python library for managing Amazon S3 transfers.
endef
$(eval $(call Py3Package,python3-s3transfer))
$(eval $(call BuildPackage,python3-s3transfer))
$(eval $(call BuildPackage,python3-s3transfer-src))