diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2025-06-18 00:07:04 +0300 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2025-06-18 00:08:31 +0300 |
commit | 7f89b8ca6a8c03b2a6cf7f388859edc2069f9304 (patch) | |
tree | e77ae1d46366f97dd1bc4051ed75a3cdcf320e93 /databases | |
parent | devel/jetbrains-goland: update to 2025.1.2 (diff) |
databases/py-firebirdsql: update to 1.3.5
- update to latest version
- switch to pep517
- relax python check, this version works fine with py3.9+
PR: 285829
Approved by: maintainer (timeout 2weeks+)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-firebirdsql/Makefile | 11 | ||||
-rw-r--r-- | databases/py-firebirdsql/distinfo | 6 |
2 files changed, 10 insertions, 7 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> diff --git a/databases/py-firebirdsql/distinfo b/databases/py-firebirdsql/distinfo index df59789f139f..07e66291cfe4 100644 --- a/databases/py-firebirdsql/distinfo +++ b/databases/py-firebirdsql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614154383 -SHA256 (firebirdsql-1.1.4.tar.gz) = 34fae53e3824f8379533a491f1c93186e2f61d89421df68a698945bbdb362120 -SIZE (firebirdsql-1.1.4.tar.gz) = 70561 +TIMESTAMP = 1743500270 +SHA256 (firebirdsql-1.3.5.tar.gz) = e1da475df6e989b30b338a22d97530cc90ae10747178793ad5327c731c61c5da +SIZE (firebirdsql-1.3.5.tar.gz) = 82302 |