mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news_pool.rst https://www.psycopg.org/psycopg3/docs/news_pool.html
25 lines
743 B
Makefile
25 lines
743 B
Makefile
PORTNAME= psycopg-pool
|
|
PORTVERSION= 3.2.3
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= psycopg_pool-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Connection Pool for Psycopg
|
|
WWW= https://www.psycopg.org/psycopg3/ \
|
|
https://github.com/psycopg/psycopg/tree/master/psycopg_pool
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=49.2.0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6:devel/py-typing-extensions@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|