git: bc003287e073 - main - devel/py-types-aws-xray-sdk: New port: Typing stubs for aws-xray-sdk

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 04 Mar 2026 04:20:08 UTC
The branch main has been updated by yuri:

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

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

    devel/py-types-aws-xray-sdk: New port: Typing stubs for aws-xray-sdk
---
 devel/Makefile                                     |  1 +
 devel/py-types-aws-xray-sdk/Makefile               | 23 ++++++++++++++++++++++
 devel/py-types-aws-xray-sdk/distinfo               |  3 +++
 .../files/patch-pyproject.toml                     | 23 ++++++++++++++++++++++
 devel/py-types-aws-xray-sdk/pkg-descr              |  4 ++++
 5 files changed, 54 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 01f20c96b3e3..ba4be388f3b0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6188,6 +6188,7 @@
     SUBDIR += py-typer-slim
     SUBDIR += py-types-Flask-Cors
     SUBDIR += py-types-Pygments
+    SUBDIR += py-types-aws-xray-sdk
     SUBDIR += py-types-decorator
     SUBDIR += py-types-docutils
     SUBDIR += py-types-jsonschema
diff --git a/devel/py-types-aws-xray-sdk/Makefile b/devel/py-types-aws-xray-sdk/Makefile
new file mode 100644
index 000000000000..51801e223521
--- /dev/null
+++ b/devel/py-types-aws-xray-sdk/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	types-aws-xray-sdk
+PORTVERSION=	2.15.0.20251206
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	types_aws_xray_sdk-${PORTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Typing stubs for aws-xray-sdk
+WWW=		https://github.com/python/typeshed
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-aws-xray-sdk/distinfo b/devel/py-types-aws-xray-sdk/distinfo
new file mode 100644
index 000000000000..8b76871bb0d7
--- /dev/null
+++ b/devel/py-types-aws-xray-sdk/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1772566440
+SHA256 (types_aws_xray_sdk-2.15.0.20251206.tar.gz) = c4283920a0933f0452f0fc01e9f047b5e385767d66a70dc6ed5fad34dc91b803
+SIZE (types_aws_xray_sdk-2.15.0.20251206.tar.gz) = 24259
diff --git a/devel/py-types-aws-xray-sdk/files/patch-pyproject.toml b/devel/py-types-aws-xray-sdk/files/patch-pyproject.toml
new file mode 100644
index 000000000000..753dc1476796
--- /dev/null
+++ b/devel/py-types-aws-xray-sdk/files/patch-pyproject.toml
@@ -0,0 +1,23 @@
+--- pyproject.toml.orig	2026-03-04 01:32:49 UTC
++++ pyproject.toml
+@@ -1,12 +1,10 @@ build-backend = "setuptools.build_meta"
+ [build-system]
+ build-backend = "setuptools.build_meta"
+-requires = ["setuptools>=77.0.3"]
++requires = ["setuptools"]
+ 
+ [project]
+ name = "types-aws-xray-sdk"
+ version = "2.15.0.20251206"
+-license = "Apache-2.0"
+-license-files = ["LICENSE"]
+ description = "Typing stubs for aws-xray-sdk"
+ readme = { text = """\
+ ## Typing stubs for aws-xray-sdk
+@@ -45,6 +43,3 @@ dependencies = []
+ "Issue tracker" = "https://github.com/python/typeshed/issues"
+ "Chat" = "https://gitter.im/python/typing"
+ 
+-[tool.setuptools]
+-packages = ['aws_xray_sdk-stubs']
+-include-package-data = false
diff --git a/devel/py-types-aws-xray-sdk/pkg-descr b/devel/py-types-aws-xray-sdk/pkg-descr
new file mode 100644
index 000000000000..dcc7e6a238c2
--- /dev/null
+++ b/devel/py-types-aws-xray-sdk/pkg-descr
@@ -0,0 +1,4 @@
+types-aws-xray-sdk is typing stubs for aws-xray-sdk.
+
+This package provides type stubs for the AWS X-Ray SDK for Python, which
+enables distributed tracing for AWS services.