Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2026 22:49:20 +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: 830592245cd3 - main - devel/py-mypy-boto3-glue: New port: Type annotations for boto3 Glue
Message-ID:  <6a35c770.199e6.21910d7a@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=830592245cd3f8131564dc0650c7032e59cb3175

commit 830592245cd3f8131564dc0650c7032e59cb3175
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-19 22:20:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-19 22:49:08 +0000

    devel/py-mypy-boto3-glue: New port: Type annotations for boto3 Glue
---
 devel/Makefile                                     |  1 +
 devel/py-mypy-boto3-glue/Makefile                  | 24 ++++++++++++++++++++++
 devel/py-mypy-boto3-glue/distinfo                  |  3 +++
 .../py-mypy-boto3-glue/files/patch-pyproject.toml  | 17 +++++++++++++++
 devel/py-mypy-boto3-glue/pkg-descr                 |  1 +
 5 files changed, 46 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 1446783c4056..df5528c9f2f7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5424,6 +5424,7 @@
     SUBDIR += py-mygpoclient
     SUBDIR += py-mypy
     SUBDIR += py-mypy-boto3-dynamodb
+    SUBDIR += py-mypy-boto3-glue
     SUBDIR += py-mypy-boto3-s3
     SUBDIR += py-mypy-protobuf
     SUBDIR += py-mypy_extensions
diff --git a/devel/py-mypy-boto3-glue/Makefile b/devel/py-mypy-boto3-glue/Makefile
new file mode 100644
index 000000000000..49e47efaa140
--- /dev/null
+++ b/devel/py-mypy-boto3-glue/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	mypy-boto3-glue
+DISTVERSION=	1.43.34
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Type annotations for boto3 Glue
+WWW=		https://github.com/youtype/mypy_boto3_builder
+
+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}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-mypy-boto3-glue/distinfo b/devel/py-mypy-boto3-glue/distinfo
new file mode 100644
index 000000000000..1fcb85d01564
--- /dev/null
+++ b/devel/py-mypy-boto3-glue/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1781907499
+SHA256 (mypy_boto3_glue-1.43.34.tar.gz) = f0207d0ec66004cea1b7fcb396420478dd3e413de56a7fbde6f48fd290cba6ce
+SIZE (mypy_boto3_glue-1.43.34.tar.gz) = 149632
diff --git a/devel/py-mypy-boto3-glue/files/patch-pyproject.toml b/devel/py-mypy-boto3-glue/files/patch-pyproject.toml
new file mode 100644
index 000000000000..46e2f023fd7f
--- /dev/null
+++ b/devel/py-mypy-boto3-glue/files/patch-pyproject.toml
@@ -0,0 +1,17 @@
+--- pyproject.toml.orig	2026-06-19 22:18:28 UTC
++++ pyproject.toml
+@@ -5,7 +5,6 @@ version = "1.43.34"
+ [project]
+ name = "mypy-boto3-glue"
+ version = "1.43.34"
+-license = "MIT"
+ authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
+ description = "Type annotations for boto3 Glue 1.43.34 service generated with mypy-boto3-builder 8.12.0"
+ readme = "README.md"
+@@ -58,4 +57,4 @@ packages = ["mypy_boto3_glue"]
+ packages = ["mypy_boto3_glue"]
+ 
+ [tool.setuptools.package-data]
+-"*" = ["*.pyi", "py.typed"]
+\ No newline at end of file
++"*" = ["*.pyi", "py.typed"]
diff --git a/devel/py-mypy-boto3-glue/pkg-descr b/devel/py-mypy-boto3-glue/pkg-descr
new file mode 100644
index 000000000000..4e4693cedcc8
--- /dev/null
+++ b/devel/py-mypy-boto3-glue/pkg-descr
@@ -0,0 +1 @@
+mypy-boto3-dynamodb contains type annotations for boto3 Glue.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a35c770.199e6.21910d7a>