git: 4191083a1bcb - main - devel/py-types-mock: Update to 5.2.0.20260402
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Apr 2026 22:04:33 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4191083a1bcb7e6153c0057f971a792d03b99066
commit 4191083a1bcb7e6153c0057f971a792d03b99066
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:25:24 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:32 +0000
devel/py-types-mock: Update to 5.2.0.20260402
Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/mock.md
---
devel/py-types-mock/Makefile | 2 +-
devel/py-types-mock/distinfo | 6 +++---
devel/py-types-mock/files/patch-pyproject.toml | 11 +++++++----
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/devel/py-types-mock/Makefile b/devel/py-types-mock/Makefile
index 1d67eeec5346..5cc5bbbe8fa6 100644
--- a/devel/py-types-mock/Makefile
+++ b/devel/py-types-mock/Makefile
@@ -1,5 +1,5 @@
PORTNAME= types-mock
-PORTVERSION= 5.2.0.20250809
+PORTVERSION= 5.2.0.20260402
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-mock/distinfo b/devel/py-types-mock/distinfo
index dabeb73a3403..5c8fa0355b2c 100644
--- a/devel/py-types-mock/distinfo
+++ b/devel/py-types-mock/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755062556
-SHA256 (types_mock-5.2.0.20250809.tar.gz) = 9548ebc2fbb3859f0765c8215f0b063897a58a58930f95467a814a9c9de76b16
-SIZE (types_mock-5.2.0.20250809.tar.gz) = 11222
+TIMESTAMP = 1775587470
+SHA256 (types_mock-5.2.0.20260402.tar.gz) = 3aeb2c902ec6e65a6b6706447b2622976285278e485c4df1483b8bf101a6291b
+SIZE (types_mock-5.2.0.20260402.tar.gz) = 11440
diff --git a/devel/py-types-mock/files/patch-pyproject.toml b/devel/py-types-mock/files/patch-pyproject.toml
index 880be753b078..f12cdaf95d7a 100644
--- a/devel/py-types-mock/files/patch-pyproject.toml
+++ b/devel/py-types-mock/files/patch-pyproject.toml
@@ -1,23 +1,26 @@
---- pyproject.toml.orig 2025-08-09 03:13:54 UTC
+--- pyproject.toml.orig 2026-04-02 04:17:30 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
[build-system]
build-backend = "setuptools.build_meta"
--requires = ["setuptools>=77.0.3"]
+-requires = ["setuptools>=82.0.1"]
+requires = ["setuptools>=61.0"]
[project]
name = "types-mock"
- version = "5.2.0.20250809"
+ version = "5.2.0.20260402"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }
description = "Typing stubs for mock"
readme = { text = """\
## Typing stubs for mock
-@@ -46,5 +45,4 @@ dependencies = []
+@@ -46,8 +45,4 @@ dependencies = []
"Chat" = "https://gitter.im/python/typing"
[tool.setuptools]
-packages = ['mock-stubs']
include-package-data = false
+-
+-[tool.setuptools.package-data]
+-'mock-stubs' = ['__init__.pyi', 'backports.pyi', 'mock.pyi', 'METADATA.toml', 'py.typed']