1PORTNAME= requests-toolbelt 2PORTVERSION= 1.0.0 3CATEGORIES= www python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Utility belt for advanced users of python-requests 9WWW= https://toolbelt.readthedocs.io/en/latest/ \ 10 https://github.com/requests/toolbelt 11 12LICENSE= Apache-2.0 13LICENSE_FILE= ${WRKSRC}/LICENSE 14 15RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1<3.0.0:www/py-requests@${PY_FLAVOR} 16 17USES= python 18USE_PYTHON= autoplist concurrent distutils 19 20NO_ARCH= yes 21 22.include <bsd.port.mk> 23