Skip to content
Snippets Groups Projects
Verified Commit cc4ae284 authored by sunpoet's avatar sunpoet
Browse files

devel/py-airtable-python-wrapper: Add py-airtable-python-wrapper 0.15.3

Python Client for the Airtable API
parent d6c5c60c
No related branches found
No related tags found
No related merge requests found
......@@ -4176,6 +4176,7 @@
SUBDIR += py-aiorpcX
SUBDIR += py-aiortc
SUBDIR += py-aiosignal
SUBDIR += py-airtable-python-wrapper
SUBDIR += py-amalgamate
SUBDIR += py-aniso8601
SUBDIR += py-aniso86016
......
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>
TIMESTAMP = 1677770915
SHA256 (airtable-python-wrapper-0.15.3.tar.gz) = d901e703e0e44d65c77a68a0ce96970a167fb7023a797a70e0f4f437dae193d8
SIZE (airtable-python-wrapper-0.15.3.tar.gz) = 14349
--- setup.py.orig 2021-07-27 05:35:10 UTC
+++ setup.py
@@ -7,7 +7,7 @@ about = {}
with open(os.path.join(here, "airtable", "__version__.py"), mode="r") as f:
exec(f.read(), about)
-setup_requires = ["pytest-runner"]
+setup_requires = []
install_requires = ["requests>=2"]
tests_require = ["requests-mock", "requests", "mock", "pytest"]
Python Client for the Airtable API
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment