aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:15:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:13 +0000
commit4dea0522edb329457fed8b2bc68bcd83a3c704bf (patch)
treea492d724fc782941aaa3a59c9706a004ac94dee9
parentbc1fef11085525334a8b0068dc63007e27536e45 (diff)
downloadports-4dea0522edb329457fed8b2bc68bcd83a3c704bf.tar.gz
ports-4dea0522edb329457fed8b2bc68bcd83a3c704bf.zip
databases/py-psycopg-pool: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--databases/py-psycopg-pool/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-psycopg-pool/Makefile b/databases/py-psycopg-pool/Makefile
index a13677b485b5..26733c7ec517 100644
--- a/databases/py-psycopg-pool/Makefile
+++ b/databases/py-psycopg-pool/Makefile
@@ -1,5 +1,6 @@
PORTNAME= psycopg-pool
PORTVERSION= 3.1.6
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://www.psycopg.org/
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>=3.10:devel/py-typing-extensions@${PY_FLAVOR}
USES= python:3.7+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes