aboutsummaryrefslogtreecommitdiff
path: root/devel/py-types-psycopg2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-types-psycopg2/Makefile')
-rw-r--r--devel/py-types-psycopg2/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/devel/py-types-psycopg2/Makefile b/devel/py-types-psycopg2/Makefile
index f540d7d357e4..5bdbf8e18fa3 100644
--- a/devel/py-types-psycopg2/Makefile
+++ b/devel/py-types-psycopg2/Makefile
@@ -1,21 +1,23 @@
PORTNAME= types-psycopg2
-PORTVERSION= 2.9.21.20250318
+PORTVERSION= 2.9.21.20251012
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION}
+DISTNAME= types_psycopg2-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Typing stubs for psycopg2
-WWW= https://pypi.org/project/types-psycopg2/
+WWW= https://github.com/python/typeshed/tree/main/stubs/psycopg2
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR}
+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 distutils
+USE_PYTHON= autoplist concurrent pep517
+
NO_ARCH= yes
.include <bsd.port.mk>