Date: Tue, 31 Dec 2024 17:27:10 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7bfd728555af - main - devel/py-pyairtable: Add py-pyairtable 2.3.7 Message-ID: <202412311727.4BVHRAVX055614@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bfd728555af314b0ffa1c588f978ffc1619481a commit 7bfd728555af314b0ffa1c588f978ffc1619481a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 17:26:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 17:26:42 +0000 devel/py-pyairtable: Add py-pyairtable 2.3.7 Python Client for the Airtable API --- devel/Makefile | 1 + devel/py-pyairtable/,py-pyairtable/Makefile | 32 +++++++++++++++++++++++++++++ devel/py-pyairtable/Makefile | 28 +++++++++++++++++++++++++ devel/py-pyairtable/distinfo | 3 +++ devel/py-pyairtable/pkg-descr | 1 + 5 files changed, 65 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 8d39c22a2f7c..8c56c62706a3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5517,6 +5517,7 @@ SUBDIR += py-py3nvml SUBDIR += py-pyTooling SUBDIR += py-py_interface + SUBDIR += py-pyairtable SUBDIR += py-pyaml-env SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules diff --git a/devel/py-pyairtable/,py-pyairtable/Makefile b/devel/py-pyairtable/,py-pyairtable/Makefile new file mode 100644 index 000000000000..833f8528a798 --- /dev/null +++ b/devel/py-pyairtable/,py-pyairtable/Makefile @@ -0,0 +1,32 @@ +PORTNAME= pyairtable +PORTVERSION= 3.0.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python Client for the Airtable API +WWW= https://pyairtable.readthedocs.io/en/stable/ \ + https://github.com/gtalarico/pyairtable + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflection>=0:devel/py-inflection@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=2<3:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26,1:net/py-urllib3@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +#NO_ARCH= yes + +OPTIONS_DEFINE= CLI + +CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/devel/py-pyairtable/Makefile b/devel/py-pyairtable/Makefile new file mode 100644 index 000000000000..2561afd75cf9 --- /dev/null +++ b/devel/py-pyairtable/Makefile @@ -0,0 +1,28 @@ +PORTNAME= pyairtable +PORTVERSION= 2.3.7 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python Client for the Airtable API +WWW= https://pyairtable.readthedocs.io/en/stable/ \ + https://github.com/gtalarico/pyairtable + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inflection>=0:devel/py-inflection@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydantic>=0:devel/py-pydantic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26,1:net/py-urllib3@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pyairtable/distinfo b/devel/py-pyairtable/distinfo new file mode 100644 index 000000000000..aa2bd3ad3079 --- /dev/null +++ b/devel/py-pyairtable/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1735227760 +SHA256 (pyairtable-2.3.7.tar.gz) = 2afd6f095bce99f1114c36bf729e80ced3d3f4235325db0d32f53a87078ba04b +SIZE (pyairtable-2.3.7.tar.gz) = 97752 diff --git a/devel/py-pyairtable/pkg-descr b/devel/py-pyairtable/pkg-descr new file mode 100644 index 000000000000..b732e5277c7e --- /dev/null +++ b/devel/py-pyairtable/pkg-descr @@ -0,0 +1 @@ +Python Client for the Airtable API
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311727.4BVHRAVX055614>