1PORTNAME= psycopg-pool 2PORTVERSION= 3.2.4 3CATEGORIES= databases python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6DISTNAME= psycopg_pool-${PORTVERSION} 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Connection Pool for Psycopg 10WWW= https://www.psycopg.org/psycopg3/ \ 11 https://github.com/psycopg/psycopg/tree/master/psycopg_pool 12 13LICENSE= lgpl3 14LICENSE_FILE= ${WRKSRC}/LICENSE.txt 15 16BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=49.2.0:devel/py-setuptools@${PY_FLAVOR} \ 17 ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} 18RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6:devel/py-typing-extensions@${PY_FLAVOR} 19 20USES= python 21USE_PYTHON= autoplist concurrent pep517 22 23NO_ARCH= yes 24 25.include <bsd.port.mk> 26