diff --git a/devel/py-types-psycopg2/Makefile b/devel/py-types-psycopg2/Makefile index 5bdbf8e18fa3..29bb573d8d07 100644 --- a/devel/py-types-psycopg2/Makefile +++ b/devel/py-types-psycopg2/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-psycopg2 -PORTVERSION= 2.9.21.20251012 +PORTVERSION= 2.9.21.20260223 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_psycopg2-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for psycopg2 WWW= https://github.com/python/typeshed/tree/main/stubs/psycopg2 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-psycopg2/distinfo b/devel/py-types-psycopg2/distinfo index c286c0cfd4b6..7d2b78835888 100644 --- a/devel/py-types-psycopg2/distinfo +++ b/devel/py-types-psycopg2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774661 -SHA256 (types_psycopg2-2.9.21.20251012.tar.gz) = 4cdafd38927da0cfde49804f39ab85afd9c6e9c492800e42f1f0c1a1b0312935 -SIZE (types_psycopg2-2.9.21.20251012.tar.gz) = 26710 +TIMESTAMP = 1773966858 +SHA256 (types_psycopg2-2.9.21.20260223.tar.gz) = 78ed70de2e56bc6b5c26c8c1da8e9af54e49fdc3c94d1504609f3519e2b84f02 +SIZE (types_psycopg2-2.9.21.20260223.tar.gz) = 27090 diff --git a/devel/py-types-psycopg2/files/patch-pyproject.toml b/devel/py-types-psycopg2/files/patch-pyproject.toml index be61577099bd..60f8a4327199 100644 --- a/devel/py-types-psycopg2/files/patch-pyproject.toml +++ b/devel/py-types-psycopg2/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-10-12 02:55:36 UTC +--- pyproject.toml.orig 2026-02-23 04:11:14 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"] [project] name = "types-psycopg2" - version = "2.9.21.20251012" + version = "2.9.21.20260223" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for psycopg2" readme = { text = """\ ## Typing stubs for psycopg2 @@ -46,5 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['psycopg2-stubs'] include-package-data = false