git: 60af2cda950d - 2022Q4 - devel/py-traitlets: Add files/
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Oct 2022 17:28:16 UTC
The branch 2022Q4 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=60af2cda950db97b70638baf2206821eb02f385c
commit 60af2cda950db97b70638baf2206821eb02f385c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-14 15:12:51 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-14 17:28:12 +0000
devel/py-traitlets: Add files/
(cherry picked from commit 82af9c9c62bd58237656015afd5430b636a9d984)
---
devel/py-traitlets/files/patch-pyproject.toml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/devel/py-traitlets/files/patch-pyproject.toml b/devel/py-traitlets/files/patch-pyproject.toml
new file mode 100644
index 000000000000..d6cf595f4e41
--- /dev/null
+++ b/devel/py-traitlets/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2022-10-14 17:21:32 UTC
++++ pyproject.toml
+@@ -18,7 +18,7 @@ classifiers = [
+ ]
+ urls = {Homepage = "https://github.com/ipython/traitlets"}
+ requires-python = ">=3.7"
+-dynamic = ["description", "version"]
++dynamic = ["version"]
+
+ [project.optional-dependencies]
+ test = ["pytest", "pre-commit"]