freebsd-ports/net/py-s3transfer/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

21 lines
499 B
Makefile

PORTNAME= s3transfer
PORTVERSION= 0.6.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Amazon S3 Transfer Manager for Python
WWW= https://github.com/boto/s3transfer
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.36<2.0.0:devel/py-botocore@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
.include <bsd.port.mk>