ports/net/py-s3transfer/Makefile

29 lines
550 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
# !!! do not update blindly: sysutils/awscli requires a specific version
COMMENT= Amazon S3 transfer manager for Python
2023-09-28 21:55:12 +00:00
MODPY_EGG_VERSION= 0.7.0
2023-08-16 22:26:55 +00:00
DISTNAME= s3transfer-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= net devel
HOMEPAGE= https://github.com/boto/s3transfer
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
RUN_DEPENDS= net/py-botocore${MODPY_FLAVOR}
.include <bsd.port.mk>