git: b136973de2af - main - devel/py-copier: Update to 9.10.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Sep 2025 23:12:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b136973de2af8fc23dda42ba47f07763a7222962
commit b136973de2af8fc23dda42ba47f07763a7222962
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-07 22:35:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-07 23:03:37 +0000
devel/py-copier: Update to 9.10.1
Changes: https://github.com/copier-org/copier/releases
https://copier.readthedocs.io/en/latest/changelog/
---
devel/py-copier/Makefile | 2 +-
devel/py-copier/distinfo | 6 +++---
devel/py-copier/files/patch-pyproject.toml | 13 +++++++++++++
3 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/devel/py-copier/Makefile b/devel/py-copier/Makefile
index 86d19897010b..f4ffe3838f0d 100644
--- a/devel/py-copier/Makefile
+++ b/devel/py-copier/Makefile
@@ -1,5 +1,5 @@
PORTNAME= copier
-PORTVERSION= 9.8.0
+PORTVERSION= 9.10.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-copier/distinfo b/devel/py-copier/distinfo
index 778106fcb987..10189fe90fd6 100644
--- a/devel/py-copier/distinfo
+++ b/devel/py-copier/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752266070
-SHA256 (copier-9.8.0.tar.gz) = 343ac1eb65e678aa355690d7f19869ef07cabf837f511a87ed452443c085ec58
-SIZE (copier-9.8.0.tar.gz) = 579353
+TIMESTAMP = 1757120640
+SHA256 (copier-9.10.1.tar.gz) = ba2d729465508da04a62bc9b76eed13d952aa7634a74a69519252fcf8a54d94e
+SIZE (copier-9.10.1.tar.gz) = 586680
diff --git a/devel/py-copier/files/patch-pyproject.toml b/devel/py-copier/files/patch-pyproject.toml
new file mode 100644
index 000000000000..77f58d9e361c
--- /dev/null
+++ b/devel/py-copier/files/patch-pyproject.toml
@@ -0,0 +1,13 @@
+Reference: https://github.com/copier-org/copier/commit/16d7ede9dfc63addfca3e5cfdd4297e20b3f012d
+ https://github.com/tmbo/questionary/commit/2b3bf564c744fa31718595ab491b491b8cb31237
+
+--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -26,7 +26,6 @@ dependencies = [
+ "packaging>=23.0",
+ "pathspec>=0.9.0",
+ "plumbum>=1.6.9",
+- "prompt-toolkit<3.0.52",
+ "pydantic>=2.4.2",
+ "pygments>=2.7.1",
+ "pyyaml>=5.3.1",