diff --git a/devel/py-types-mock/Makefile b/devel/py-types-mock/Makefile index bba5527272a0..1d67eeec5346 100644 --- a/devel/py-types-mock/Makefile +++ b/devel/py-types-mock/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-mock -PORTVERSION= 5.2.0.20250516 +PORTVERSION= 5.2.0.20250809 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_mock-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for mock WWW= https://github.com/python/typeshed/tree/main/stubs/mock LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-types-mock/distinfo b/devel/py-types-mock/distinfo index 50cb9fb39ebb..dabeb73a3403 100644 --- a/devel/py-types-mock/distinfo +++ b/devel/py-types-mock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715430 -SHA256 (types_mock-5.2.0.20250516.tar.gz) = aab7d3d9ad3814f2f8da12cc8e42d9be7d38200c5f214e3c0278c38fa01299d7 -SIZE (types_mock-5.2.0.20250516.tar.gz) = 11220 +TIMESTAMP = 1755062556 +SHA256 (types_mock-5.2.0.20250809.tar.gz) = 9548ebc2fbb3859f0765c8215f0b063897a58a58930f95467a814a9c9de76b16 +SIZE (types_mock-5.2.0.20250809.tar.gz) = 11222 diff --git a/devel/py-types-mock/files/patch-pyproject.toml b/devel/py-types-mock/files/patch-pyproject.toml index f6c8a34d5fdd..880be753b078 100644 --- a/devel/py-types-mock/files/patch-pyproject.toml +++ b/devel/py-types-mock/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-05-16 03:08:09 UTC +--- pyproject.toml.orig 2025-08-09 03:13:54 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>=61.0"] [project] name = "types-mock" - version = "5.2.0.20250516" + version = "5.2.0.20250809" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for mock" readme = { text = """\ ## Typing stubs for mock -@@ -51,5 +50,4 @@ dependencies = [] +@@ -46,5 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['mock-stubs'] include-package-data = false