Skip to content

Commit

Permalink
devel/py-airtable-python-wrapper: Add py-airtable-python-wrapper 0.15.3
Browse files Browse the repository at this point in the history
Python Client for the Airtable API
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent d6c5c60 commit cc4ae28
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions devel/py-airtable-python-wrapper/Makefile
@@ -0,0 +1,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>
3 changes: 3 additions & 0 deletions devel/py-airtable-python-wrapper/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1677770915
SHA256 (airtable-python-wrapper-0.15.3.tar.gz) = d901e703e0e44d65c77a68a0ce96970a167fb7023a797a70e0f4f437dae193d8
SIZE (airtable-python-wrapper-0.15.3.tar.gz) = 14349
11 changes: 11 additions & 0 deletions devel/py-airtable-python-wrapper/files/patch-setup.py
@@ -0,0 +1,11 @@
--- 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"]

1 change: 1 addition & 0 deletions devel/py-airtable-python-wrapper/pkg-descr
@@ -0,0 +1 @@
Python Client for the Airtable API

0 comments on commit cc4ae28

Please sign in to comment.