aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:20:45 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:31:06 +0000
commit42eedc752e7ec8d8866b7ecd769af21ea29841dc (patch)
tree249d0fbfa28063a31f7ca1a876153a9f323eab1e
parent6950284881e4872ec47b274179c11fdc6cc46ff4 (diff)
downloadports-42eedc752e7ec8d8866b7ecd769af21ea29841dc.tar.gz
ports-42eedc752e7ec8d8866b7ecd769af21ea29841dc.zip
databases/py-pgspecial1: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--databases/py-pgspecial1/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-pgspecial1/Makefile b/databases/py-pgspecial1/Makefile
index c68a7a15438c..851b16ca654b 100644
--- a/databases/py-pgspecial1/Makefile
+++ b/databases/py-pgspecial1/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pgspecial
PORTVERSION= 1.13.1
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +12,14 @@ WWW= https://github.com/dbcli/pgspecial
LICENSE= BSD3CLAUSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.4:databases/py-psycopg2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1.19:databases/py-sqlparse@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes