aboutsummaryrefslogtreecommitdiff
path: root/databases/py-firebirdsql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-firebirdsql/Makefile')
-rw-r--r--databases/py-firebirdsql/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/py-firebirdsql/Makefile b/databases/py-firebirdsql/Makefile
index 926d2b45f9e8..54dc018b7dac 100644
--- a/databases/py-firebirdsql/Makefile
+++ b/databases/py-firebirdsql/Makefile
@@ -1,6 +1,5 @@
PORTNAME= firebirdsql
-DISTVERSION= 1.1.4
-PORTREVISION= 1
+DISTVERSION= 1.3.5
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +10,12 @@ WWW= https://github.com/nakagami/pyfirebirdsql
LICENSE= BSD2CLAUSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
NO_ARCH= yes
-USES= python:3.9
-USE_PYTHON= autoplist distutils
+USES= python
+USE_PYTHON= autoplist pep517
.include <bsd.port.mk>