Skip to content

Commit

Permalink
databases/py-psycopg-pool: Convert to USE_PYTHON=pep517
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Apr 5, 2023
1 parent bc1fef1 commit 4dea052
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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}
Expand All @@ -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

Expand Down

0 comments on commit 4dea052

Please sign in to comment.