Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 22:49:19 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 502602c88fe3 - main - databases/py-pyarrow-stubs: New port: Type annotations for the pyarrow-stubs package
Message-ID:  <6a35c76f.47fce.5cfa1657@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=502602c88fe3d4c0784772afffc63f4e9fb7354b

commit 502602c88fe3d4c0784772afffc63f4e9fb7354b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-19 21:28:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-19 22:49:08 +0000

    databases/py-pyarrow-stubs: New port: Type annotations for the pyarrow-stubs package
---
 databases/Makefile                   |  1 +
 databases/py-pyarrow-stubs/Makefile  | 23 +++++++++++++++++++++++
 databases/py-pyarrow-stubs/distinfo  |  3 +++
 databases/py-pyarrow-stubs/pkg-descr |  2 ++
 4 files changed, 29 insertions(+)

diff --git a/databases/Makefile b/databases/Makefile
index a3361cac73c7..e2ed6b87395d 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -825,6 +825,7 @@
     SUBDIR += py-psycopg2cffi
     SUBDIR += py-pum
     SUBDIR += py-pyarrow
+    SUBDIR += py-pyarrow-stubs
     SUBDIR += py-pylibmc
     SUBDIR += py-pymemcache
     SUBDIR += py-pymongo
diff --git a/databases/py-pyarrow-stubs/Makefile b/databases/py-pyarrow-stubs/Makefile
new file mode 100644
index 000000000000..dbb7bfdff6a6
--- /dev/null
+++ b/databases/py-pyarrow-stubs/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	pyarrow-stubs
+PORTVERSION=	20.0.0.20251215
+CATEGORIES=	databases python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Type annotations for the pyarrow-stubs package
+WWW=		https://github.com/zen-xu/pyarrow-stubs
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyarrow>=20:databases/py-pyarrow@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/databases/py-pyarrow-stubs/distinfo b/databases/py-pyarrow-stubs/distinfo
new file mode 100644
index 000000000000..745b75524403
--- /dev/null
+++ b/databases/py-pyarrow-stubs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1781904262
+SHA256 (pyarrow_stubs-20.0.0.20251215.tar.gz) = 92c1fda4998f0c13e608d8abc7e4b8537e3ef108f6bf42c58e5af97e7d143e75
+SIZE (pyarrow_stubs-20.0.0.20251215.tar.gz) = 236578
diff --git a/databases/py-pyarrow-stubs/pkg-descr b/databases/py-pyarrow-stubs/pkg-descr
new file mode 100644
index 000000000000..d46a37edb571
--- /dev/null
+++ b/databases/py-pyarrow-stubs/pkg-descr
@@ -0,0 +1,2 @@
+This repository contains external type annotations (see PEP 484)
+for the pyarrow package.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a35c76f.47fce.5cfa1657>