2022-08-27 12:10:45 +02:00
|
|
|
PORTNAME= dropbox
|
2022-12-30 09:46:21 +01:00
|
|
|
PORTVERSION= 11.36.0
|
2022-08-27 12:10:45 +02:00
|
|
|
CATEGORIES= www python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2022-08-27 12:10:45 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Official Dropbox API Client
|
2023-04-05 19:20:10 +02:00
|
|
|
WWW= https://dropbox-sdk-python.readthedocs.io/en/latest/ \
|
|
|
|
https://github.com/dropbox/dropbox-sdk-python
|
2022-08-27 12:10:45 +02:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}stone>=2.0:devel/py-stone@${PY_FLAVOR}
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2022-08-27 12:10:45 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|