Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2026 04:20:10 +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: b97c40ec067a - main - devel/py-types-boto: New port: Typing stubs for boto
Message-ID:  <69a7b2fa.3354c.a793148@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=b97c40ec067ae2d237b401718bad1d33f7d28c5f

commit b97c40ec067ae2d237b401718bad1d33f7d28c5f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-04 01:41:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-04 04:20:02 +0000

    devel/py-types-boto: New port: Typing stubs for boto
---
 devel/Makefile                |  1 +
 devel/py-types-boto/Makefile  | 21 +++++++++++++++++++++
 devel/py-types-boto/distinfo  |  3 +++
 devel/py-types-boto/pkg-descr |  4 ++++
 4 files changed, 29 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index ba4be388f3b0..653aa57f5e78 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6189,6 +6189,7 @@
     SUBDIR += py-types-Flask-Cors
     SUBDIR += py-types-Pygments
     SUBDIR += py-types-aws-xray-sdk
+    SUBDIR += py-types-boto
     SUBDIR += py-types-decorator
     SUBDIR += py-types-docutils
     SUBDIR += py-types-jsonschema
diff --git a/devel/py-types-boto/Makefile b/devel/py-types-boto/Makefile
new file mode 100644
index 000000000000..37302947da4a
--- /dev/null
+++ b/devel/py-types-boto/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	types-boto
+PORTVERSION=	2.49.18.20241019
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Typing stubs for boto
+WWW=		https://github.com/python/typeshed
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist concurrent
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-boto/distinfo b/devel/py-types-boto/distinfo
new file mode 100644
index 000000000000..cfde1d91ab42
--- /dev/null
+++ b/devel/py-types-boto/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1772566460
+SHA256 (types-boto-2.49.18.20241019.tar.gz) = b0830da491c201f16e12ec7b1e3a31372215889e707c75565506a208d85192f1
+SIZE (types-boto-2.49.18.20241019.tar.gz) = 17572
diff --git a/devel/py-types-boto/pkg-descr b/devel/py-types-boto/pkg-descr
new file mode 100644
index 000000000000..50dd5b6600ec
--- /dev/null
+++ b/devel/py-types-boto/pkg-descr
@@ -0,0 +1,4 @@
+Typing stubs for boto.
+
+This package provides type stubs for boto, the Python interface to Amazon
+Web Services.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a7b2fa.3354c.a793148>