diff options
Diffstat (limited to 'devel/py-copier')
-rw-r--r-- | devel/py-copier/Makefile | 2 | ||||
-rw-r--r-- | devel/py-copier/distinfo | 6 | ||||
-rw-r--r-- | 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 54898421bcb3..f4ffe3838f0d 100644 --- a/devel/py-copier/Makefile +++ b/devel/py-copier/Makefile @@ -1,5 +1,5 @@ PORTNAME= copier -PORTVERSION= 9.7.1 +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 a9aa7cb9b54b..10189fe90fd6 100644 --- a/devel/py-copier/distinfo +++ b/devel/py-copier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936118 -SHA256 (copier-9.7.1.tar.gz) = 83da2cbe5e28a1593c649f5dac37d916774b07a3ba3ce66e6966a3e84e557885 -SIZE (copier-9.7.1.tar.gz) = 606482 +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", |