summaryrefslogtreecommitdiff
path: root/devel/py-airtable-python-wrapper/Makefile
blob: 0f353c4356e2fc37eb231a84d9dae943c65e7442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	airtable-python-wrapper
PORTVERSION=	0.15.3
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python API Wrapper for the Airtable API
WWW=		https://github.com/gtalarico/pyairtable/tree/airtable-python-wrapper

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR}

USES=		python:3.7+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>