Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2025 21:08:39 GMT
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7f89b8ca6a8c - main - databases/py-firebirdsql: update to 1.3.5
Message-ID:  <202506172108.55HL8dcx049595@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f89b8ca6a8c03b2a6cf7f388859edc2069f9304

commit 7f89b8ca6a8c03b2a6cf7f388859edc2069f9304
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-06-17 21:07:04 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-06-17 21:08:31 +0000

    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+)
---
 databases/py-firebirdsql/Makefile | 11 +++++++----
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506172108.55HL8dcx049595>