Date: Thu, 2 Jan 2025 19:52:15 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: b500fa8a9b41 - main - devel/py-pyairtable2: Add py-pyairtable2 2.3.7 (copied from py-pyairtable) Message-ID: <202501021952.502JqFH7034356@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=b500fa8a9b41ab3cd60a85ae3ec351a06a69923d commit b500fa8a9b41ab3cd60a85ae3ec351a06a69923d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-02 19:46:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-02 19:46:21 +0000 devel/py-pyairtable2: Add py-pyairtable2 2.3.7 (copied from py-pyairtable) - Add PORTSCOUT --- devel/Makefile | 1 + devel/py-pyairtable2/Makefile | 31 +++++++++++++++++++++++++++++++ devel/py-pyairtable2/distinfo | 3 +++ devel/py-pyairtable2/pkg-descr | 1 + 4 files changed, 36 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 1dbd9998a9bc..a77d5322e2c0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5513,6 +5513,7 @@ SUBDIR += py-pyTooling SUBDIR += py-py_interface SUBDIR += py-pyairtable + SUBDIR += py-pyairtable2 SUBDIR += py-pyaml-env SUBDIR += py-pyasn1 SUBDIR += py-pyasn1-modules diff --git a/devel/py-pyairtable2/Makefile b/devel/py-pyairtable2/Makefile new file mode 100644 index 000000000000..ed2c891ad5bb --- /dev/null +++ b/devel/py-pyairtable2/Makefile @@ -0,0 +1,31 @@ +PORTNAME= pyairtable +PORTVERSION= 2.3.7 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 + +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 + +PORTSCOUT= limit:^2\. + +.include <bsd.port.mk> diff --git a/devel/py-pyairtable2/distinfo b/devel/py-pyairtable2/distinfo new file mode 100644 index 000000000000..aa2bd3ad3079 --- /dev/null +++ b/devel/py-pyairtable2/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-pyairtable2/pkg-descr b/devel/py-pyairtable2/pkg-descr new file mode 100644 index 000000000000..b732e5277c7e --- /dev/null +++ b/devel/py-pyairtable2/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?202501021952.502JqFH7034356>