git: 0f237df451c0 - main - devel/py-pytest-postgresql: Update to 9.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Sep 2026 14:54:55 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f237df451c0c1e81708d81c3132e328831c0e0a
commit 0f237df451c0c1e81708d81c3132e328831c0e0a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-09-09 14:39:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-09-09 14:48:27 +0000
devel/py-pytest-postgresql: Update to 9.0.0
Changes: https://github.com/dbfixtures/pytest-postgresql/blob/main/CHANGES.rst
---
devel/py-pytest-postgresql/Makefile | 6 +++---
devel/py-pytest-postgresql/distinfo | 6 +++---
.../files/patch-pyproject.toml | 25 +++++++++++++++-------
3 files changed, 23 insertions(+), 14 deletions(-)
diff --git a/devel/py-pytest-postgresql/Makefile b/devel/py-pytest-postgresql/Makefile
index af2e66863736..3fb857febc58 100644
--- a/devel/py-pytest-postgresql/Makefile
+++ b/devel/py-pytest-postgresql/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytest-postgresql
-PORTVERSION= 8.1.0
+PORTVERSION= 9.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,7 @@ WWW= https://github.com/dbfixtures/pytest-postgresql
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.lesser
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.12:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mirakuru>=2.6.0:devel/py-mirakuru@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}port-for>=0.4:net/py-port-for@${PY_FLAVOR} \
@@ -23,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mirakuru>=2.6.0:devel/py-mirakuru@${PY_FLAVO
USES= python
USE_PYTHON= autoplist concurrent pep517
+MAKE_ENV= SOURCE_DATE_EPOCH=315532800 # 1980-01-01 00:00:00 UTC
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/devel/py-pytest-postgresql/distinfo b/devel/py-pytest-postgresql/distinfo
index e4cd5ef93945..f203b2a3797e 100644
--- a/devel/py-pytest-postgresql/distinfo
+++ b/devel/py-pytest-postgresql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1779223008
-SHA256 (pytest_postgresql-8.1.0.tar.gz) = ffd24027a28aba3d05a909fb03ee87d1d474574c3504f332d6047e8699170adc
-SIZE (pytest_postgresql-8.1.0.tar.gz) = 58995
+TIMESTAMP = 1788500184
+SHA256 (pytest_postgresql-9.0.0.tar.gz) = 6b648d23fce07718593b44057fed2aec6ece6e0ee8081dd353955b68a61f36d8
+SIZE (pytest_postgresql-9.0.0.tar.gz) = 44981
diff --git a/devel/py-pytest-postgresql/files/patch-pyproject.toml b/devel/py-pytest-postgresql/files/patch-pyproject.toml
index 6e0544291134..ed4cd1499b91 100644
--- a/devel/py-pytest-postgresql/files/patch-pyproject.toml
+++ b/devel/py-pytest-postgresql/files/patch-pyproject.toml
@@ -1,11 +1,20 @@
---- pyproject.toml.orig 2026-01-23 21:14:12 UTC
+--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
+++ pyproject.toml
-@@ -29,7 +29,7 @@ dependencies = [
- ]
+@@ -1,6 +1,6 @@
+ [build-system]
+-build-backend = "uv_build"
+-requires = ["uv-build>=0.11,<0.13"]
++requires = ["flit-core >= 3.12"]
++build-backend = "flit_core.buildapi"
+
+ [project]
+ name = "pytest-postgresql"
+@@ -37,7 +37,7 @@ dependencies = [
dependencies = [
- "pytest >= 8.2",
-- "port-for >= 0.7.3",
-+ "port-for >= 0.4",
- "mirakuru >= 2.6.0",
+ "mirakuru>=2.6.0",
"packaging",
- "psycopg >= 3.0.0"
+- "port-for>=0.7.3",
++ "port-for>=0.4",
+ "psycopg>=3.0.0",
+ "pytest>=8.2",
+ ]