git: 1236e8f3298a - main - x11-fonts/py-shaperglot: Update version requirement of BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 12:47:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1236e8f3298a08c6ae57fa82de7f67e6fe45b249
commit 1236e8f3298a08c6ae57fa82de7f67e6fe45b249
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-29 11:47:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-29 12:42:45 +0000
x11-fonts/py-shaperglot: Update version requirement of BUILD_DEPENDS
---
x11-fonts/py-shaperglot/Makefile | 2 +-
x11-fonts/py-shaperglot/files/patch-pyproject.toml | 9 ---------
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/x11-fonts/py-shaperglot/Makefile b/x11-fonts/py-shaperglot/Makefile
index 09ba6e97c9cb..ee80afc7dbe9 100644
--- a/x11-fonts/py-shaperglot/Makefile
+++ b/x11-fonts/py-shaperglot/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/googlefonts/shaperglot
LICENSE= APACHE20
BUILD_DEPENDS= protoc:devel/protobuf \
- ${PYTHON_PKGNAMEPREFIX}maturin>=1.8.2<2.0:devel/py-maturin@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}maturin>=1.8.3<2.0:devel/py-maturin@${PY_FLAVOR}
USES= cargo python
USE_PYTHON= autoplist concurrent pep517
diff --git a/x11-fonts/py-shaperglot/files/patch-pyproject.toml b/x11-fonts/py-shaperglot/files/patch-pyproject.toml
deleted file mode 100644
index 7289ea9f11eb..000000000000
--- a/x11-fonts/py-shaperglot/files/patch-pyproject.toml
+++ /dev/null
@@ -1,9 +0,0 @@
---- pyproject.toml.orig 1970-01-01 00:00:00 UTC
-+++ pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["maturin>=1.8.3,<2.0"]
-+requires = ["maturin>=1.8.2,<2.0"]
- build-backend = "maturin"
-
- [project]