Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2026 05:32:55 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 97139ae3ab86 - main - devel/py-uv-build: update 0.11=?utf-8?Q?=2E7 =E2=86=92 0?=.11.8
Message-ID:  <69f04687.218ae.3beb20f9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97139ae3ab8693d34776ff97fb685bdd51c2c31c

commit 97139ae3ab8693d34776ff97fb685bdd51c2c31c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-28 05:31:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-28 05:32:47 +0000

    devel/py-uv-build: update 0.11.7 → 0.11.8
---
 devel/py-cucumber-tag-expressions/Makefile                   |  2 +-
 devel/py-cucumber-tag-expressions/files/patch-pyproject.toml | 10 ++++++++++
 devel/py-uv-build/Makefile                                   |  2 +-
 devel/py-uv-build/distinfo                                   |  6 +++---
 devel/py-uv-build/files/patch-pyproject.toml                 |  3 ++-
 5 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/devel/py-cucumber-tag-expressions/Makefile b/devel/py-cucumber-tag-expressions/Makefile
index 5688b9ac5b70..acf528547b97 100644
--- a/devel/py-cucumber-tag-expressions/Makefile
+++ b/devel/py-cucumber-tag-expressions/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/cucumber/tag-expressions
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0.10.0<0.11.0:devel/py-uv-build@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}uv-build>=0.10.0:devel/py-uv-build@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-cucumber-tag-expressions/files/patch-pyproject.toml b/devel/py-cucumber-tag-expressions/files/patch-pyproject.toml
new file mode 100644
index 000000000000..20d351041da8
--- /dev/null
+++ b/devel/py-cucumber-tag-expressions/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig	2026-04-28 05:17:17 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ build-backend = "uv_build"
+ [build-system]
+ build-backend = "uv_build"
+-requires = ["uv_build>=0.10.0,<0.11.0"]
++requires = ["uv_build>=0.10.0"]
+ 
+ [project]
+ name = "cucumber-tag-expressions"
diff --git a/devel/py-uv-build/Makefile b/devel/py-uv-build/Makefile
index c780592d5db6..4e06865b417f 100644
--- a/devel/py-uv-build/Makefile
+++ b/devel/py-uv-build/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	uv-build
-DISTVERSION=	0.11.7
+DISTVERSION=	0.11.8
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-uv-build/distinfo b/devel/py-uv-build/distinfo
index 57b68127f832..627d860f8b0e 100644
--- a/devel/py-uv-build/distinfo
+++ b/devel/py-uv-build/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1776322515
-SHA256 (uv_build-0.11.7.tar.gz) = 258e3a10929b5de79074078ba1ad8edbdd4db5d9c3cafba81f11b329eeaaca08
-SIZE (uv_build-0.11.7.tar.gz) = 365752
+TIMESTAMP = 1777353060
+SHA256 (uv_build-0.11.8.tar.gz) = 77c7f1eb47f4fa76b0848e1d8838255f75f5777bdbfbf06d4aa66bac19aad82e
+SIZE (uv_build-0.11.8.tar.gz) = 367238
diff --git a/devel/py-uv-build/files/patch-pyproject.toml b/devel/py-uv-build/files/patch-pyproject.toml
index dee6235c5d36..540f0a678abd 100644
--- a/devel/py-uv-build/files/patch-pyproject.toml
+++ b/devel/py-uv-build/files/patch-pyproject.toml
@@ -8,7 +8,7 @@
  classifiers = [
    "Development Status :: 5 - Production/Stable",
    "Environment :: Console",
-@@ -37,19 +36,12 @@ Discord = "https://discord.gg/astral-sh"
+@@ -36,20 +35,12 @@ Discord = "https://discord.gg/astral-sh"
  Discord = "https://discord.gg/astral-sh"
  
  [build-system]
@@ -24,6 +24,7 @@
 -include = [
 -  { path = "LICENSE-APACHE", format = "sdist" },
 -  { path = "LICENSE-MIT", format = "sdist" },
+-  { path = "rust-toolchain.toml", format = "sdist" },
 -]
 -manifest-path = "crates/uv-build/Cargo.toml"
 -python-source = "python"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f04687.218ae.3beb20f9>