git: f625ee85da67 - main - sysutils/py-rendercv: Fix error caused after uv upgrade
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Feb 2026 21:47:27 UTC
The branch main has been updated by dtxdf:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f625ee85da67ae9aa6ccbdf20f648477f99b3963
commit f625ee85da67ae9aa6ccbdf20f648477f99b3963
Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-02-09 05:48:08 +0000
Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-02-09 21:46:50 +0000
sysutils/py-rendercv: Fix error caused after uv upgrade
Reported by: pkg-fallout
---
sysutils/py-rendercv/Makefile | 1 +
sysutils/py-rendercv/files/patch-pyproject.toml | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/sysutils/py-rendercv/Makefile b/sysutils/py-rendercv/Makefile
index 00b0481bc0fe..ffa481272d3a 100644
--- a/sysutils/py-rendercv/Makefile
+++ b/sysutils/py-rendercv/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rendercv
DISTVERSION= 2.6
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-rendercv/files/patch-pyproject.toml b/sysutils/py-rendercv/files/patch-pyproject.toml
new file mode 100644
index 000000000000..527398dcae1e
--- /dev/null
+++ b/sysutils/py-rendercv/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2026-02-08 23:53:08 UTC
++++ pyproject.toml
+@@ -19,7 +19,7 @@
+ # To build RenderCV, we need to specify which build package to use. There are
+ # many build backends like `setuptools`, `flit`, `poetry`, `hatchling`, etc. We will use
+ # `uv_build`.
+-requires = ["uv_build>=0.9.5,<0.10.0"] # Packages needed to build RenderCV
++requires = ["uv_build>=0.10.0,<0.11.0"] # Packages needed to build RenderCV
+
+ # Python has a standard object format called a build-backend object. This object must
+ # implement specific methods that perform defined tasks. For example, it should have a