diff --git a/devel/py-types-mock/Makefile b/devel/py-types-mock/Makefile index 5cc5bbbe8fa6..f208b8a4613b 100644 --- a/devel/py-types-mock/Makefile +++ b/devel/py-types-mock/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-mock -PORTVERSION= 5.2.0.20260402 +PORTVERSION= 5.2.0.20260408 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 5c8fa0355b2c..43692cfe69ae 100644 --- a/devel/py-types-mock/distinfo +++ b/devel/py-types-mock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775587470 -SHA256 (types_mock-5.2.0.20260402.tar.gz) = 3aeb2c902ec6e65a6b6706447b2622976285278e485c4df1483b8bf101a6291b -SIZE (types_mock-5.2.0.20260402.tar.gz) = 11440 +TIMESTAMP = 1777252734 +SHA256 (types_mock-5.2.0.20260408.tar.gz) = 0bca3ca21943ba25bca6888b2383b91938f5978a189c840656e255073d53868d +SIZE (types_mock-5.2.0.20260408.tar.gz) = 11494 diff --git a/devel/py-types-mock/files/patch-pyproject.toml b/devel/py-types-mock/files/patch-pyproject.toml index f12cdaf95d7a..27604f3ef4dc 100644 --- a/devel/py-types-mock/files/patch-pyproject.toml +++ b/devel/py-types-mock/files/patch-pyproject.toml @@ -1,26 +1,26 @@ ---- pyproject.toml.orig 2026-04-02 04:17:30 UTC +--- pyproject.toml.orig 2026-04-08 04:31:43 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=82.0.1"] +requires = ["setuptools>=61.0"] [project] name = "types-mock" - version = "5.2.0.20260402" + version = "5.2.0.20260408" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for mock" readme = { text = """\ ## Typing stubs for mock @@ -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']